Files
the_order/docs
defiQUG 3bf47efa2b feat: implement comprehensive Well-Architected Framework and Cloud for Sovereignty compliance
- Add Well-Architected Framework implementation guide covering all 5 pillars
- Create Well-Architected Terraform module (cost, operations, performance, reliability, security)
- Add Cloud for Sovereignty compliance guide
- Implement data residency policies and enforcement
- Add operational sovereignty features (CMK, independent logging)
- Configure compliance monitoring and reporting
- Add budget management and cost optimization
- Implement comprehensive security controls
- Add backup and disaster recovery automation
- Create performance optimization resources (Redis, Front Door)
- Add operational excellence tools (Log Analytics, App Insights, Automation)
2025-11-13 11:05:28 -08:00
..

Documentation Index

Last Updated: 2025-01-27
Purpose: Central navigation hub for all project documentation

Quick Navigation

📖 Navigation Guide - Complete documentation navigation

Documentation by Category

🚀 Getting Started

📐 Architecture

🚢 Deployment

🔌 Integrations

🏛️ Governance

📊 Reports & Status

Documentation by Role

For Developers

  1. Start: README
  2. Structure: PROJECT_STRUCTURE.md
  3. Architecture: Architecture Overview
  4. Service Docs: services/*/README.md
  5. Package Docs: packages/*/README.md

For Infrastructure Engineers

  1. Infrastructure: Infrastructure README
  2. Terraform: Terraform Guide
  3. Kubernetes: K8s Guide
  4. Azure: Azure Deployment Guides

For Security Engineers

  1. Security: Security Policies
  2. Architecture: Architecture Security
  3. Compliance: Cloud for Sovereignty

For Project Managers

  1. Status: Task Completion Status
  2. Review: Comprehensive Review
  3. Summary: Sovereignty Landing Zone Summary

Documentation Structure

docs/
├── README.md                    # This file
├── NAVIGATION.md                # Navigation guide
├── architecture/                # Architecture documentation
├── deployment/                  # Deployment guides
│   └── azure/                   # Azure-specific
├── integrations/                # Integration documentation
├── legal/                       # Legal system documentation
├── governance/                  # Governance & policies
└── reports/                     # Project reports

Finding Documentation

By Topic

  • Architecture: docs/architecture/
  • Deployment: docs/deployment/
  • Integrations: docs/integrations/
  • Legal: docs/legal/
  • Governance: docs/governance/
  • Reports: docs/reports/

By File Type

  • README.md: Directory overviews
  • *_SETUP.md: Setup guides
  • *_DEPLOYMENT.md: Deployment guides
  • *_GUIDE.md: How-to guides
  • *_SUMMARY.md: Executive summaries

Contributing to Documentation

  1. Follow existing structure
  2. Use consistent naming conventions
  3. Include examples and code snippets
  4. Keep documentation up to date
  5. Update navigation files

Last Updated: 2025-01-27