Generated Documentation
Local generation
chmod +x scripts/docs/*.sh
scripts/docs/generate-all.sh
This pipeline only runs docker compose config and static parsing. It does not start containers.
CI behaviour
GitHub Actions workflow .github/workflows/generate-docs.yml runs on pushes/PRs to main and manual dispatch. It generates docs and uploads them as the generated-documentation artifact.
Outputs
docs/generated: resolved compose config and markdown inventoriesdocs/diagrams: DOT and SVG architecture diagramdocs/public: sanitized copy for public sharing
Publication safety
docs/publicis intended for public sharing after sanitization.docs/generatedanddocs/diagramsmay include internal details and should be treated as internal by default.