Required: Pip, Python 3.X.X, git
- Install MkDocs
pip install mkdocs-material
pip install -e mkdocs-material- Clone Wiki Repository
git clone [email protected]:Yonder-Deep/YD-Docs.git
cd YD-DOCS- To build a local version of the site:
mkdocs serveLocal Wiki should start at https://localhost:8000
- Build after editing
mkdocs buildIndividual pages are simply edited directly on their markdown files. New pages should be added under /docs/.
- Add reference to the mkdocs.yml file