Skip to main contentDocumentation Governance
Owner: CTO / Engineering Lead
Last Updated: 2026-02-01
Ownership
| Path | Owner | Reviewers |
|---|
openapi/* | @security @cto | Required |
security/* | @security | Required |
billing/* | @cto @finance | Required |
* | @docs-team | Optional |
See CODEOWNERS for enforcement.
Weekly Improvement Routine
Cadence: Every week, 20 minutes
- 5 min — Review analytics: top searches + zero-result queries
- 10 min — Pick 3 quick fixes:
- Add FAQ block
- Add code example
- Add “next steps” link
- 5 min — Create PR, run CI, merge
PR naming: docs: weekly improvements (YYYY-MM-DD)
OpenAPI Updates
Single source of truth: openapi/public.openapi.yaml
Update process:
- Edit OpenAPI spec
- Run
npm run validate:openapi
- Update changelog:
guide/changelog.mdx
- PR with prefix:
api: <description>
Error Code Updates
All public error codes in resources/errors.mdx.
When adding new errors:
- Add to gateway error handler
- Add to docs with description + resolution
- Ensure code examples show error handling
Incident Response
See SECURITY.md for vulnerability disclosure.
Docs incident process:
- Identify leaked content in [#docs-alerts]
- Immediate: revert PR or emergency commit
- Post-incident: update banlist
.leak-banlist.txt
Partner Portal Access
Partner docs require NDA. Access managed via:
- MVP: Password protection per partner
- Target: SSO via IdP with
partners group
Audit: All access logged at CDN level.