diff --git a/docs/guides/contribute/navigation.md b/docs/guides/contribute/navigation.md index 1b412c1909..8daf123038 100644 --- a/docs/guides/contribute/navigation.md +++ b/docs/guides/contribute/navigation.md @@ -1,5 +1,10 @@ --- title: Navigational Changes +author: Steven Spencer +contributors: Ezequiel Bruni +tags: + - contribute + - navigation --- # Navigational Changes - A Process Document for Managers/Editors @@ -44,6 +49,13 @@ Doing this effectively requires: * Linking to the `docs` folder within your cloned documentation repository (you can also just modify the mkdocs.yml file if you wish to load the correct folder, but linking keeps your mkdocs environment cleaner) * Running `mkdocs serve` within your clone of docs.rockylinux.org +!!! Hint + + You can build totally separate environments for `mkdocs` by using either of these two procedures as well: + + * [Local Documentation - Docker](rockydocs_web_dev.md) + * [Local Doccuentation - LXD](mkdocs_lsyncd.md) + !!! Note This document was written in a Linux environment. If your environment is different (Windows or Mac), then you will need to do a little research on matching up to some of these steps. An editor or manager reading this can submit changes to it to add in steps for those environments.