Skip to content

dminnear-rh/docs

This branch is 80 commits behind validatedpatterns/docs:main.

Folders and files

NameName
Last commit message
Last commit date
Feb 5, 2025
Dec 5, 2023
Feb 26, 2025
Jan 16, 2025
Feb 25, 2025
Feb 25, 2025
Feb 9, 2023
Jan 30, 2025
Nov 20, 2023
Jan 29, 2025
Sep 11, 2024
May 20, 2024
Nov 5, 2024
Nov 10, 2022
Oct 7, 2024
Oct 5, 2024
Sep 10, 2024

Repository files navigation

Validated Patterns documentation site

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.

Install Hugo

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.

Install Asciidoctor

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.

Deploy the website locally using Hugo

You can run Hugo as a local server to test out the site.

  1. Clone this repository as a local repository.

  2. Change to the local repository.

  3. Run the following command:

     $ hugo server
    
  4. View the site on your browser at http://localhost:1313/.

About

Validated Patterns documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 78.9%
  • SCSS 18.1%
  • JavaScript 2.1%
  • HTML 0.8%
  • Handlebars 0.1%
  • Makefile 0.0%