Hand-written HTML documentation for Sumeru. Do not run make docs-site from the monorepo root — it regenerates the full site and replaces this layout.
| Track | Path | Audience |
|---|---|---|
| Guides | /docs/ |
Developers (35 pages) |
| Reference | /docs/reference/ |
Core developers |
| Addons | /docs/addons/ |
Addons developers |
| Business | /docs/using/ + /docs/guides/business/ |
Business users |
Navigation, sidebars, and search index are generated from nav.json. After adding or reordering pages, run make docs-nav from the monorepo root.
- Edit HTML under this directory (preserve article bodies,
docs-codeboxblocks, and CSS classes). Sidebars are injected byjs/docs.jsfromnav.json— updatetools/generate-docs-nav.pyorsumeru_docs/NAVIGATION.md, thenmake docs-nav. - Refresh the markdown mirror:
make docs-mirror(writessumeru_docs/website/for Guides pages). - Optional: push prose-only updates back with
make docs-sync-body(skips pages withpreserve_codeboxes: true).
Source of truth for page structure is this website; sumeru_docs/website/ tracks Guides content for search and future automation. Extended docs under sumeru_docs/core/, addons/, and business/ feed Reference/Addons/Business track pages via make docs-nav.