feat: reword phase to epic, update mkdocs

This commit is contained in:
2025-11-05 09:28:33 +01:00
parent 65a428534c
commit ace9678f6c
64 changed files with 214 additions and 208 deletions

View File

@@ -86,7 +86,7 @@ nav:
- Component Relationships: component-relationships.md
- Architecture Decision Records:
- ADR Overview: adr/README.md
- "Phase 0: Project Setup & Foundation":
- "Epic 0: Project Setup & Foundation":
- "ADR-0001: Go Module Path": adr/0001-go-module-path.md
- "ADR-0002: Go Version": adr/0002-go-version.md
- "ADR-0003: Dependency Injection Framework": adr/0003-dependency-injection-framework.md
@@ -99,40 +99,44 @@ nav:
- "ADR-0010: CI/CD Platform": adr/0010-ci-cd-platform.md
- "ADR-0011: Code Generation Tools": adr/0011-code-generation-tools.md
- "ADR-0012: Logger Interface Design": adr/0012-logger-interface-design.md
- "Phase 1: Core Kernel & Infrastructure":
- "Epic 1: Core Kernel & Infrastructure":
- "ADR-0013: Database ORM Selection": adr/0013-database-orm.md
- "ADR-0014: Health Check Implementation": adr/0014-health-check-implementation.md
- "ADR-0015: Error Bus Implementation": adr/0015-error-bus-implementation.md
- "ADR-0016: OpenTelemetry Observability Strategy": adr/0016-opentelemetry-observability.md
- "Phase 2: Authentication & Authorization":
- "Epic 2: Authentication & Authorization":
- "ADR-0017: JWT Token Strategy": adr/0017-jwt-token-strategy.md
- "ADR-0018: Password Hashing Algorithm": adr/0018-password-hashing.md
- "ADR-0019: Permission DSL Format": adr/0019-permission-dsl-format.md
- "ADR-0020: Audit Logging Storage": adr/0020-audit-logging-storage.md
- "Phase 3: Module Framework":
- "Epic 3: Module Framework":
- "ADR-0021: Module Loading Strategy": adr/0021-module-loading-strategy.md
- "Phase 5: Infrastructure Adapters":
- "Epic 5: Infrastructure Adapters":
- "ADR-0022: Cache Implementation": adr/0022-cache-implementation.md
- "ADR-0023: Event Bus Implementation": adr/0023-event-bus-implementation.md
- "ADR-0024: Background Job Scheduler": adr/0024-job-scheduler.md
- "ADR-0025: Multi-tenancy Model": adr/0025-multitenancy-model.md
- "Phase 6: Observability & Production Readiness":
- "Epic 6: Observability & Production Readiness":
- "ADR-0026: Error Reporting Service": adr/0026-error-reporting-service.md
- "ADR-0027: Rate Limiting Strategy": adr/0027-rate-limiting-strategy.md
- "Phase 7: Testing, Documentation & CI/CD":
- "Epic 7: Testing, Documentation & CI/CD":
- "ADR-0028: Testing Strategy": adr/0028-testing-strategy.md
- "Architecture & Scaling":
- "ADR-0029: Microservices Architecture": adr/0029-microservices-architecture.md
- "ADR-0030: Service Communication Strategy": adr/0030-service-communication-strategy.md
- Implementation Tasks:
- Tasks Overview: stories/README.md
- "Phase 0: Project Setup & Foundation": stories/phase0/README.md
- "Phase 1: Core Kernel & Infrastructure": stories/phase1/README.md
- "Phase 2: Authentication & Authorization": stories/phase2/README.md
- "Phase 3: Module Framework": stories/phase3/README.md
- "Phase 4: Sample Feature Module (Blog)": stories/phase4/README.md
- "Phase 5: Infrastructure Adapters": stories/phase5/README.md
- "Phase 6: Observability & Production Readiness": stories/phase6/README.md
- "Phase 7: Testing, Documentation & CI/CD": stories/phase7/README.md
- "Phase 8: Advanced Features & Polish": stories/phase8/README.md
- "Epic 0: Project Setup & Foundation": stories/epic0/README.md
- "Epic 1: Core Kernel & Infrastructure": stories/epic1/README.md
- "Epic 2: Authentication & Authorization": stories/epic2/README.md
- "Epic 3: Module Framework": stories/epic3/README.md
- "Epic 4: Sample Feature Module (Blog)": stories/epic4/README.md
- "Epic 5: Infrastructure Adapters": stories/epic5/README.md
- "Epic 6: Observability & Production Readiness": stories/epic6/README.md
- "Epic 7: Testing, Documentation & CI/CD": stories/epic7/README.md
- "Epic 8: Advanced Features & Polish": stories/epic8/README.md
- Task Template: stories/TASK_TEMPLATE.md
- Story Consolidation Guide: stories/STORY_CONSOLIDATION_GUIDE.md
- Complete Task List: stories/COMPLETE_TASK_LIST.md
# Extra CSS (paths relative to docs_dir)