ADRs
ADR-0001: Standardize on Fumadocs
Decision record for docs framework selection.
Context
The platform needs long-lived technical documentation with predictable navigation, typed content structure, and low-friction MDX authoring.
Decision
Standardize platform docs on Fumadocs.
Consequences
- Unified docs rendering in Next.js app router
- Typed source pipeline for docs collections
- Clear migration path from planning docs to production docs
Alternatives Considered
- Generic MDX without docs framework
- Bespoke markdown route renderer
- External hosted docs portal