Core concepts
Architecture
The static rendering model keeps docs cacheable, rollback-friendly, and auditable.
Parsing flow
- Scan
content/at build time - Parse frontmatter and headings
- Generate the navigation tree and route map
- Run quality validation
No longer supported
Reading content files and building navigation at runtime.
Interaction boundary
Runtime is limited to lightweight interactions such as copy buttons or collapsible menus.