Documentation Architecture
ImplementedHow this application is structured and how to keep it current.
Where content lives
Typed pages: content/pages.ts
Navigation: content/nav.ts
Diagrams: content/diagrams.ts
API inventory: content/api.ts (hand-audited from main.py + route modules)
Framework steps: content/framework.ts (quoted from the master brief)
Schemas: content/schemas.ts
How to update
Add a slug to NAV, then a DocPage with the same slug.
Never invent a framework step name.
Mark missing rationale as ARCHITECTURE / RESEARCH CLARIFICATION REQUIRED.
Regenerate the search index by rebuilding — it is derived at import time.
Implementation
- docs-app/