Production Overview
How production docs are organized and how to use these templates.
This section holds go-live and operations documentation — the checklists and runbooks a team needs once a service is serving real traffic.
What lives here
| Page | Use it for |
|---|---|
| Release Checklist | The exact steps to ship a change to production safely |
| Incident Runbook | What to do when something breaks — severities, response, comms |
How a release flows
Adding a production page
- Create
content/production/{slug}.mdxwithtitleanddescriptionfrontmatter. Register it in
src/lib/docs.tsunder the Production section →Operationsgroup.- Run
npm run buildto generate the route.
Related
- Git Workflow — versioning and deployment gates
- Observability — metrics, logs, and traces to watch post-deploy
- Troubleshooting — rollback procedure