Deployment Overview¶
Deployment is split across runtime images, content artifacts, and server-side compose layouts.
Key Repositories¶
datahub/v3/services/docs-sitefor the static runtime imagedatahub/v3/docsfor MkDocs source and generated site artifactdatahub/v3/devops/servers/dh-prod/docs-sitefor production deployment files
Design Rules¶
- the runtime image is immutable
- documentation content is delivered separately from the image
- the public route is exposed through the shared nginx ingress