Updating Documentation¶
We use MkDocs to generate documentation. See:
Project layout¶
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.
Gradle tasks¶
mkdocsBuild
- Build the documentation site.mkdocsServe --no-daemon
- Start the live-reloading docs server.