Skip to content

Gettings Started

  1. Install mkdocs
  2. Install the python packages listed in core/apps/docs/requirements.txt
  3. Run:
mkdocs serve

Warning

If the site does not generate because there is still missing dependancies, you can find them using mkdocs-get-deps


Now just make normal changes to the documentation and the site will update automatically. Make commits and push your changes when you're done!