FAQ¶
Should a topic exist in multiple pages?¶
No. Keep one canonical page per topic and link to it from other pages.
Where do new docs belong?¶
- workflow and lifecycle content: top-level docs pages
- capability explanation:
docs/capabilities/ - lookup/mapping content:
docs/reference/
How should deployment commands be written?¶
Use explicit deploy compose invocation:
docker compose -f docker-compose-deploy.yml ...
Avoid hardcoding environment-specific service aliases in generic docs.
What must be updated when new domain module is added?¶
docs/domain-apps.mddocs/capabilities/module-capability-matrix.mddocs/reference/url-map.mdmkdocs.ymlnav if a new page is introduced
What is the fastest way to troubleshoot docs drift?¶
- compare routes in
app/app/urls.pyagainstreference/url-map.md - compare installed apps in
app/app/settings.pyagainst module/capability pages - verify compose/service docs against compose files