Documentation website for fmbot
To edit the documentation:
-
Install mkdocs: https://www.mkdocs.org/
-
Install mkdocs-material: https://squidfunk.github.io/mkdocs-material/getting-started/
-
Clone the repo
-
See a live preview using
mkdocs serve
-
Deploy using
mkdocs gh-deploy
-
Pip (as admin!):
python -m pip install -U pip
-
Upgrade mkdocs:
pip install -U mkdocs
-
Update mkdocs-material:
pip install --upgrade mkdocs-material