Skip to content

Cloudflare Pages Deployment

Pages Projects

The documentation estate is split into two Pages projects: - dlongglobal-docs-site - dlongglobal-knowledge-site

Both track branch scaffold/initial-docs-foundation for release content.

Build Configuration

Docs project: - build command: pip install -r docs-site/requirements.txt && mkdocs build --config-file docs-site/mkdocs.yml - output directory: docs-site/site

Knowledge project: - build command: pip install -r knowledge-site/requirements.txt && mkdocs build --config-file knowledge-site/mkdocs.yml - output directory: knowledge-site/site

Domain Attachment

  • docs project custom domain: docs.dlongglobal.org
  • knowledge project custom domain: knowledge.dlongglobal.org

Custom domain attachment is handled through Pages so DNS targets align with project subdomains.

Access Posture

Both deployed hosts are expected to sit behind Cloudflare Access and are not intended for unauthenticated public browsing.

Version History

Version Date Change Author
1.0 2026-03-06 Initial Pages deployment documentation Codex