Skip to content

Deploy Docs

The docs site deploys to Cloudflare Workers Static Assets.

Production URL:

https://agent-engineering.appranks.com

Wrangler config:

apps/docs/wrangler.jsonc

Build locally:

Terminal window
npm run docs:build

Deploy:

Terminal window
npm run docs:deploy

Protect the custom domain with Cloudflare Access. Use an allow policy for the AppRanks organization or the specific engineering group that should read internal agent docs.

Keep credentials out of the repository. CI deploys should use CLOUDFLARE_API_TOKEN and CLOUDFLARE_ACCOUNT_ID secrets.

Access policy ownership should stay in Cloudflare Zero Trust configuration. This repo owns the docs application and Worker deployment, not the identity provider rules.