Documentation Workflow¶
- User-facing docs: edit under
content/; register new top-level pages inmkdocs.yml→navwhen they should appear in the site menu. - Internal agent docs:
content/agents/— userobots: noindex, nofollowin front matter; URLs under/agents/are stripped from the public sitemap byscripts/postprocess_sitemap.py. - After substantive doc changes, run
make checkand updateproject/changelog/when appropriate.