This commit is contained in:
2026-02-10 02:27:12 +01:00
parent 781a4c3a4e
commit 7ba96f6a03
10 changed files with 495 additions and 0 deletions

20
docs/index.md Normal file
View File

@@ -0,0 +1,20 @@
# CMS Docs
Engineering documentation hub for this repository.
## Core Sources
- Roadmap and progress: `TODO.md`
- Branching and promotion flow: `BRANCHING.md`
- Contribution and commit schema: `CONTRIBUTING.md`
- Release history: `CHANGELOG.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)