How to work with our documentation system
mkdocs new [dir-name]
- Create a new project. For adhocracy+ we save documentation files underdocs
folder.- Add a section under the
nav
element inmkdocs.yml
and link to the documentation file. mkdocs serve
- Start the live-reloading docs server.mkdocs build
- Build the documentation site.mkdocs -h
- Print help message and exit.