This GitHub Pages using Jekyll for the ConDep web site located at http://www.condep.io/
To add a new documentation page, you need to:
- Add a
.md
(markdown) file to _docs/[version]/ with the following header (replace [...]):
---
layout: doc-[version] # example: doc-4-0
title: [page title] # example: Runbooks
prev_section: [prev-page] # example: environment
next_section: [next-page] # example: condep-exe
permalink: [url] # example: /docs/4-0/artifacts/
---
- Add the page to the navigation menu in
_data/docs-[version].yml
TBD