From 9ce4c4f5e0859a9c32744dc0fc42cf829ca650dc Mon Sep 17 00:00:00 2001 From: Steven Spencer Date: Fri, 11 Mar 2022 09:51:37 -0600 Subject: [PATCH] Add internal links * Added admonition hint with links to the two documents dealing with mkdocs separate environments --- docs/guides/contribute/navigation.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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.