Writing the Guides
The user and contributor guides are written in markdown, in this repository — the files are the master copies. The Word manual and the documentation site are both built from them.
Where the words live
- User Guide chapters:
docs/user/guide/— one chapter per file, namedNN-slugwith an.mdextension, ordered by theNN-prefix, each starting with a single# Title. - Contributor pages:
docs/contributor/*.md. - Images:
docs/assets/users/(user guide) anddocs/assets/contributor/, referenced page-relative, e.g.. - Generated reference (
docs/user/reference/): built from the app byscripts/generate_capability_reference.py. Never hand-edited — the banner on each page says so.
Editing in Scrivener
Point Scrivener’s Sync with External Folder at docs/user/guide/ with
plain-text/markdown sync. Scrivener edits land as changes to the same
files; commit them like any other change. Keep the sync set to markdown
(not RTF), keep one chapter per document, and let the NN- file names
carry the order.
Editing anywhere else
The files are ordinary markdown — edit them in any editor, or let an agent
draft into them. Pages carrying the > 🤖 *AI Drafted (Not reviewed)*
badge have not been human-reviewed; delete the badge when a page has been
made your own.
Building the outputs
- Site:
mkdocs build --strict(gated byscripts/check_docs_publication.py; a new chapter needs amkdocs.ymlnav line). - Word manual:
python3 scripts/build_manual_appendix.pyconcatenates the guide chapters plus the generated reference (prompts in small type) intoFichero User Guide with Reference.docxin the Drive folder. The.docxis an output — never edit it expecting the words to survive.