TemplatesUpdated July 3, 2026
MkDocs Navigation Template
templatedocumentationmkdocsnavigationterraform-docsrepository-structure
Navigation Template for OHEMR Infrastructure Repositories (-001)
This template provides a standardized navigation structure that separates:
- Operational/Architectural Documentation (human-authored)
- Technical Documentation (auto-generated via terraform-docs)
TEMPLATE NAVIGATION STRUCTURE
Replace {PLACEHOLDERS} with repository-specific content
nav:
---------------------------------------------------------------------------
Overview & Getting Started
---------------------------------------------------------------------------
- Home:
- 'index.md'
- Repository Overview: 'README.md'
- Quick Start: 'getting-started/quick-start.md'
- Contributing: 'CONTRIBUTING.md'
- Changelog: 'CHANGELOG.md'
---------------------------------------------------------------------------
Architecture & Design
---------------------------------------------------------------------------
- Architecture:
- 'architecture/index.md'
- Overview: 'architecture/overview.md'
- Components: 'architecture/components.md'
- Regional Deployment: 'architecture/regional-deployment.md'
- Dependencies: 'architecture/dependencies.md'
---------------------------------------------------------------------------
Operations & Procedures
---------------------------------------------------------------------------
- Operations:
- 'operations/index.md'
- Deployment Guide: 'operations/deployment.md'
- Monitoring: 'operations/monitoring.md'
- Troubleshooting: 'operations/troubleshooting.md'
- Emergency Procedures: 'operations/emergency-procedures.md'
---------------------------------------------------------------------------
Technical Reference (Auto-Generated)
terraform-docs generated content
---------------------------------------------------------------------------
- Technical Reference:
-
'terraform/index.md'
-
Infrastructure Overview: 'terraform/overview.md'
Auto-generated terraform-docs content
Pattern: terraform/{workspace-name}/README{workspace-name}.md
-