Gettings Started
Normal setup
- Install mkdocs
- Install the python packages listed in core/apps/docs/requirements.txt
- Run:
Warning
If the site does not generate because there is still missing dependancies, you can find them using mkdocs-get-deps
For linux distributions which do not package python packages through pip
This includes Arch Linux.
- Run
- Install packages
- Run with
Now just make normal changes to the documentation and the site will update automatically. Make commits and push your changes when you're done!