Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/guides/contribute/navigation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
title: Navigational Changes
author: Steven Spencer
contributors: Ezequiel Bruni
tags:
- contribute
- navigation
---

# Navigational Changes - A Process Document for Managers/Editors
Expand Down Expand Up @@ -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.
Expand Down