This project contains the new proof-of-concept documentation site for validatedpatterns.io.
Use a container image to build the Validated Patterns documentation, locally. See Preview the documentation using a container image. This is recommended to ensure the local preview is the same as what is rendered in deployment pipelines.
Alternatively, you can build this site using Hugo and Asciidoctor.
You can install Hugo on different platforms (Linux, Windows, macOS) using a number of methods. For more information on how to install Hugo on your desired platform, see Install Hugo.
You can install Asciidoctor on different platforms (Linux, Windows, macOS) using a number of methods. For more information on how to install Asciidoctor on your desired platform, see Install Asciidoctor.
You can run Hugo as a local server to test out the site.
-
Clone this repository as a local repository.
-
Change to the local repository.
-
Run the following command:
$ hugo server -
View the site on your browser at
http://localhost:1313/.
This repository includes an AGENTS.md file that helps AI agents understand the structure, tooling, and conventions of the repository so they can make correct, buildable changes. It covers the repository layout, build commands, content authoring conventions, frontmatter schemas, and style guidelines.
The repository also includes AI agent skills for creating and reviewing documentation, located in .rulesync/skills/. These skills are synced to your editor using rulesync.
- doc-create -- Create new learn pages or pattern page sets with correct structure and style-compliant content.
- doc-review -- Review existing documentation files against 24 Red Hat/IBM style guide rules, with format-aware checking for AsciiDoc and Markdown.
To sync the skills to Cursor:
$ rulesync generate --targets cursor --features skills
To sync the skills to Claude Code:
$ rulesync generate --targets claudecode --features skills
To sync to both at once:
$ rulesync generate --targets cursor claudecode --features skills