Custom Domain

Production docs for should be served from .

Steps

  1. Build static assets: cd apps/docs && bun run build
  2. Deploy to Cloudflare Pages: bun run deploy:production
  3. Add custom domain docs.example.com in the Pages project (replace with your product subdomain)
  4. Update apps/docs/project.json so docsUrl matches the live domain
  5. Re-run boilerplate docs configure if tokens change
Mintlify is used for authoring and export only — production hosting is Cloudflare Pages.