Canonical Documentation Candidates
Markdown files identified as suitable for importing into Docusaurus as canonical documentation.
To be populated by reviewing Markdown inventory.
Criteria for Import
A Markdown file is a candidate for canonical import if it:
- Documents infrastructure, services, or operations
- Is current and not obsolete
- Does not contain sensitive data (passwords, keys, tokens)
- Is well-structured and readable
- Fits within the Docusaurus documentation scope
Candidates by Category
Infrastructure Documentation
| File | Location | Status | Notes |
|---|---|---|---|
| (to be populated) | — | — | — |
Service Documentation
| File | Location | Status | Notes |
|---|---|---|---|
| (to be populated) | — | — | — |
Runbooks & Procedures
| File | Location | Status | Notes |
|---|---|---|---|
| (to be populated) | — | — | — |
Reports & Decisions
| File | Location | Status | Notes |
|---|---|---|---|
| (to be populated) | — | — | — |
Import Process
For each candidate file:
- Review for sensitive content
- Update frontmatter (id, title, sidebar_position)
- Move to appropriate
docs/subdirectory - Add to
sidebars.js - Test build:
npm run build - Deploy to VM700
Notes
- Do not import files with sensitive data
- Prefer creating new pages over importing raw files
- Consolidate related files into single pages where appropriate
- Update this list as new candidates are identified