Documentation¶
Installation¶
To install documentation dependencies:
Preview locally¶
To serve the documentation locally (for preview):
or, you can use mkdocs to live-reload:
To check list of documentation versions:
Check other utilities in PROJECT_ROOT/docs/Makefile
.
How to add a new document¶
Steps:
- Create a new markdown file under
PROJECT_ROOT/docs/docs/
(e.g.docs/docs/develop/foo.md
) - Add an entry in
docs/mkdocs-nav.yml