Pages Deployment Architecture
Build and Publish Path
- Markdown and MkDocs config are maintained in
dlongglobal-docs. - Cloudflare Pages runs the project-specific build command.
- Built assets are emitted to each site's
site/directory. - Pages serves content through the custom domains.
Site Separation
docs-site/andknowledge-site/build independently.- each site has its own requirements, MkDocs config, and navigation.
- visual differentiation is enforced through separate Material palette settings.
Operational Guardrails
- no application secrets in static docs content
- no backend business logic embedded in docs surfaces
- identity gate handled by Cloudflare Access on target hostnames
Runtime Scope
This deployment model is intentionally static-first. Interactive or privileged workflows belong on separate authenticated application surfaces.
Version History
| Version | Date | Change | Author |
|---|---|---|---|
| 1.0 | 2026-03-06 | Initial Pages deployment architecture documentation | Codex |