Files
cms.fellies.org/docs/index.md
Citali 516b773012
Some checks failed
CMS CI/CD (Theoretical) / Lint Typecheck Tests (push) Failing after 5m34s
CMS CI / Governance Checks (push) Failing after 4m47s
CMS CI/CD (Theoretical) / Build Staging Images (push) Has been skipped
CMS CI / Lint Typecheck Unit E2E (push) Has been skipped
CMS CI/CD (Theoretical) / Build Production Images (push) Has been skipped
CMS CI/CD (Theoretical) / Deploy Staging (Placeholder) (push) Has been skipped
CMS CI/CD (Theoretical) / Deploy Production (Placeholder) (push) Has been skipped
docs(versioning): define release policy and close MVP0 pipeline tasks
2026-02-11 12:19:50 +01:00

29 lines
744 B
Markdown

# CMS Docs
Engineering documentation hub for this repository.
## Documentation Tracks
- [Product / Engineering](/product-engineering/)
- [Admin / User Guides](/admin-user-guides/)
- [Public API](/public-api/)
- [ADR Index](/adr/)
## Core Sources
- Roadmap and progress: `TODO.md`
- Branching and promotion flow: `BRANCHING.md`
- Contribution and commit schema: `CONTRIBUTING.md`
- Release history: `CHANGELOG.md`
- Versioning and release policy: `VERSIONING.md`
## Documentation Scope
This docs site should track:
- Architecture and domain boundaries
- RBAC and permission model
- CRUD standards and implementation patterns
- Delivery pipeline and environment promotion flow
- Operational runbooks (deploy, rollback, incident response)