Files
defiQUG f0181bbddb
Some checks failed
CI / Lint and Type Check (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Build (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / Generate SBOM (push) Has been cancelled
CI / Build Docker Images (dataroom) (push) Has been cancelled
CI / Build Docker Images (finance) (push) Has been cancelled
CI / Build Docker Images (identity) (push) Has been cancelled
CI / Build Docker Images (intake) (push) Has been cancelled
Security Audit / Security Audit (push) Has been cancelled
Security Audit / Dependency Review (push) Has been cancelled
Security Audit / CodeQL Analysis (push) Has been cancelled
docs: add comprehensive next steps implementation plan
2025-11-13 11:08:24 -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