From 5fc8bb8560baca4c23d9a1334d23a457c6d43981 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Mon, 20 Nov 2023 16:44:58 +0000 Subject: [PATCH] mkdocs.yml: add manual `nav:` config --- docs/CONVENTIONS.md | 1 + mkdocs.yml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/docs/CONVENTIONS.md b/docs/CONVENTIONS.md index 340273d46a..7847e0f44f 100644 --- a/docs/CONVENTIONS.md +++ b/docs/CONVENTIONS.md @@ -6,6 +6,7 @@ when applicable. - The docs in this directory should use `Title Case` for page headings and `Sentence case` for subheadings. +- Make sure to add new docs to the `nav:` config in `mkdocs.yml`. [1]: https://sembr.org/ [2]: https://docs.ansible.com/ansible/latest/dev_guide/style_guide/basic_rules.html diff --git a/mkdocs.yml b/mkdocs.yml index ac5b02e3ee..56da1b4801 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,3 +24,8 @@ markdown_extensions: - pymdownx.highlight: anchor_linenums: true - pymdownx.superfences +nav: + - Ansible Build Data: README.md + - release-process.md + - policies.md + - new-ansible-and-freezes.md