MkDocs Template
The no-excuses template to document your project. Powered by MkDocs, Material for MkDocs, and GitHub Pages.
View Published Docs
https://zwbetz-gh.github.io/mkdocs-template/
One-Time Setup
-
Fork or download a zip of this repo
-
Install
python3(which should includepip3) -
Install requirements
pip3 install -r requirements.txt -
Fill out the
mkdocs.ymlfile with your info
Make Your Docs
-
Make your documentation changes
-
Preview your changes at
http://127.0.0.1:8000mkdocs serve -
Deploy your changes to GitHub Pages
mkdocs gh-deploy