|
| 1 | +site_name: Dhanman System Documentation |
| 2 | + |
| 3 | +nav: |
| 4 | + - Home: index.md |
| 5 | + |
| 6 | + # === SYSTEM DOCUMENTATION === |
| 7 | + - System: |
| 8 | + - Overview: system/index.md |
| 9 | + - Architecture: |
| 10 | + - Overview: system/architecture/overview.md |
| 11 | + - Design Decisions: system/architecture/design-decisions.md |
| 12 | + - Deployment & Scalability: system/architecture/deployment-scalability.md |
| 13 | + - Security Architecture: system/architecture/security-architecture.md |
| 14 | + - Acknowledgment Event Pattern: system/architecture/AcknowledgmentEventPattern.md |
| 15 | + - Messaging Architecture: system/architecture/dhanman-messaging-architecture.md |
| 16 | + - Scheduling Architecture: system/architecture/adr/Sequential_Scheduling_Execution.md |
| 17 | + - Principles: system/architecture/principles.md |
| 18 | + - ADR: system/architecture/adr/ |
| 19 | + - Diagrams: system/architecture/diagrams/ |
| 20 | + - Modules: system/architecture/modules/ |
| 21 | + - Patterns: |
| 22 | + - CQRS: system/architecture/patterns/cqrs.md |
| 23 | + - Domain-Driven Design: system/architecture/patterns/domain-driven-design.md |
| 24 | + - Event Sourcing & Messaging: system/architecture/patterns/event-sourcing.md |
| 25 | + - Communication Patterns: system/architecture/patterns/communication-patterns.md |
| 26 | + - Scheduled Jobs (Hangfire): system/architecture/patterns/scheduled-jobs.md |
| 27 | + - Resilience & Fault Tolerance: system/architecture/patterns/resilience.md |
| 28 | + - Infrastructure: |
| 29 | + - Overview: system/infrastructure/overview.md |
| 30 | + - Database: system/infrastructure/database/postgresql-setup.md |
| 31 | + - Messaging: system/infrastructure/messaging/rabbitmq-setup.md |
| 32 | + - Monitoring: system/infrastructure/monitoring/grafana-loki.md |
| 33 | + - Storage: system/infrastructure/storage/minio-setup.md |
| 34 | + - Development: |
| 35 | + - Overview: system/development/index.md |
| 36 | + - Getting Started: system/development/getting-started.md |
| 37 | + - Standards: |
| 38 | + - Backend Principles: system/development/standards/cc_principle_backend.md |
| 39 | + - Frontend Principles: "system/development/standards/clean code principle - front end.md" |
| 40 | + - Code Review Checklist: system/development/standards/code-review-checklist.md |
| 41 | + - Git Workflow: system/development/standards/git-workflow.md |
| 42 | + - Project Structure: |
| 43 | + - Create New Project: system/development/project-structure/create-new-project.md |
| 44 | + - Repository Conventions: system/development/project-structure/repository-conventions.md |
| 45 | + - API Internal: |
| 46 | + - Event Schemas: system/development/api-internal/event-schemas.md |
| 47 | + - Service Contracts: system/development/api-internal/service-contracts.md |
| 48 | + - Testing: |
| 49 | + - Troubleshooting: system/development/testing/troubleshooting.md |
| 50 | + - Test ID Strategy: system/development/testing/testid-strategy.md |
| 51 | + - Operations: |
| 52 | + - Commands & Service Management: system/operations/commands.md |
| 53 | + - Deployment: |
| 54 | + - QA Deployment Guide: system/operations/deployment/qa_deployment_guide.md |
| 55 | + - QA-PROD Deployment: system/operations/deployment/qa_prod_deployment_guide.md |
| 56 | + - Data Backup & Restore: system/operations/deployment/dump_restore_clean.md |
| 57 | + - Monitoring: |
| 58 | + - Dashboards: system/operations/monitoring/dashboards.md |
| 59 | + - Setup: system/operations/monitoring/smonitoring-setup-guide.md |
| 60 | + - Runbooks: system/operations/runbooks/qa-refresh-procedure.md |
| 61 | + - Onboarding: |
| 62 | + - Developer Onboarding: system/onboarding/developer-onboarding.md |
| 63 | + - First Contribution: system/onboarding/first-contribution.md |
| 64 | + - Security: |
| 65 | + - Overview: system/security/index.md |
| 66 | + - Authentication Flow: system/security/authentication-flow.md |
| 67 | + - Permissions Guidelines: system/security/permissions-naming-guidelines.md |
| 68 | + - Secrets Management: system/security/secrets-management.md |
| 69 | + - Office Etiquette Policy: system/security/office_etiquette_policy.md |
| 70 | + |
| 71 | +theme: |
| 72 | + name: material |
| 73 | + logo: images/dhanman-docs.png |
| 74 | + favicon: images/dhanman-docs.png |
| 75 | + features: |
| 76 | + - navigation.instant |
| 77 | + - navigation.sections |
| 78 | + - navigation.prune |
| 79 | + |
| 80 | +plugins: |
| 81 | + - search |
| 82 | + |
| 83 | +markdown_extensions: |
| 84 | + - admonition |
| 85 | + - codehilite |
| 86 | + - toc: |
| 87 | + permalink: true |
| 88 | + - plantuml_markdown: |
| 89 | + server: http://www.plantuml.com/plantuml |
| 90 | + - pymdownx.superfences |
| 91 | + |
| 92 | +extra_javascript: |
| 93 | + - https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/highlight.min.js |
| 94 | + - js/extra.js |
| 95 | + - https://cdn.jsdelivr.net/npm/glightbox/dist/js/glightbox.min.js |
| 96 | + - https://unpkg.com/mermaid@10/dist/mermaid.min.js |
| 97 | + - js/mermaid-init.js |
| 98 | + |
| 99 | +extra_css: |
| 100 | + - https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/styles/default.min.css |
| 101 | + - extra.css |
| 102 | + - https://cdn.jsdelivr.net/npm/glightbox/dist/css/glightbox.min.css |
0 commit comments