Documentation Quality Checklist
Use this checklist when updating docs:
-
Every operator page states what the feature is for, how to use it, and what result to expect.
-
Technical claims reference repository files (paths) or an explicit owner answer — not assumptions.
-
Facts that cannot be verified from this repository are flagged as such (a
// TODOor a "verify with the release/DevOps owner" note), never asserted as certain. -
Product names are used consistently: Support Portal and Management Portal, jointly the portals. The Angular project names
support-center/management-consoleappear only where the build, the workspace layout or an in-container path is meant. -
Deployment facts match
docker/and.github/workflows/— image, entrypoint, Nginx routes and environment variables are all checked in and must be quoted from there. -
Architecture diagrams are embedded PlantUML blocks (no pre-rendered SVG-only diagrams).
-
No duplication between the User Guide and the Technical Documentation — shared content lives in a partial (
partial$…) and is included in both. -
User Guide pages stay task-oriented and free of build/deployment detail; deployment detail lives in the Technical Documentation.
-
The version in
docs/src/antora.ymlmatches the release the documentation describes.