Templates
These templates are the canonical structures for every page type in the library. Every SOP, dashboard placeholder, and app workflow doc is built from one of these.
Available templates
- SOP template — the master template. Use for any operational procedure.
- Dashboard page template — 14-field structure for dashboard pages.
- App workflow template — 13-field structure for app/tool workflow docs.
- Training guide template — operator onboarding and role-based training.
- Incident report template — structured incident documentation.
- Troubleshooting template — symptom → action structures.
- Deployment template — customer-program-level overview pages.
Frontmatter contract
Every template enforces the frontmatter contract defined in src/content/config.ts. Required fields: title. Optional but recommended: status, applies_to, owner, last_source_check, audience, visibility, approval_status, plus the related-link arrays.
See ../outputs/ACCESS_CONTROL.md §“Net-new” for the full frontmatter spec.