Skip to content

Cloudflare Deployment

The docs site uses Astro Starlight and builds to static assets in dist.

Terminal window
npm run dev
Terminal window
npm run build
Terminal window
wrangler pages deploy dist --project-name docs-archai

The static build can be deployed by direct upload or connected to a Git repository later.