Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 522 Bytes

File metadata and controls

17 lines (11 loc) · 522 Bytes

Install dependencies (macOS Monterey)

pip3 install --user mkdocs
pip3 install --user mkdocs-material
pip3 install --user mkdocs-redirects

Edit docs

YOU MUST BE ON THE MAIN BRANCH. This is not the default branch when the repo is cloned. Add a page by following the instructions in the mkdocs documentation.

Test your changes locally by running mkdocs serve

Deploy the docs live

From the main branch run mkdocs gh-deploy --ignore-version