MkDocs Setup
Install mkdocs:
pip install mkdocs
To build MkDocs:
python -m mkdocs build
To run documenation locally http://127.0.0.1:8000/:
python -m mkdocs serve
To deploy documentation to GitHub pages, after updating (Commit first).
python -m mkdocs gh-deploy