Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contribute to this doc

First of all install mkdocs:

pip install mkdocs-material

Edit files and test it locally with:

mkdocs serve

Then open the URL printed in the terminal (default http://127.0.0.1:8000/). Edits to docs/ or mkdocs.yml hot-reload automatically.

Port already in use

If http://127.0.0.1:8000/ does not load (for example on Windows where wslrelay may hold port 8000), pick another port with --dev-addr:

mkdocs serve --dev-addr 127.0.0.1:8765

Strict build check

Before pushing, verify the build is clean (errors on broken nav links or missing pages):

mkdocs build --strict

Enjoy!

Releases

Packages

Contributors

Languages