Engineering
How docs should be maintained
Maintenance rules for contributors and future agents working on the docs app.
Maintenance Policy
- write technical English
- document current behavior
- link related pages instead of duplicating truth where possible
- prefer config files and source files over old prose when those disagree
App-Specific Rule
Keep the docs rooted in MDX under content/docs and avoid hardcoding page content in React unless a
page truly needs custom rendering.
Last updated on