Basic Workflow
On this page
The normal authoring loop is intentionally short.
Write and check#
- Add or edit a Markdown page.
- Run
python3 build.py. - Preview the generated documentation.
- Commit source files, not generated output.
Use relative links between pages so the generator can rewrite them for the selected deployment path. See configuration for the available build option.
Add a page#
Create a file with the next available two-digit prefix:
manual/en/02-using-the-project/03-new-page.md
Its first line must be a single H1, such as # New Page.
For a translation, keep the same section and page slugs under the other language directory. Translate the H1 and body, and use the manifest's sections map for section labels. See language configuration.