Cloudflare Deployment
The docs site uses Astro Starlight and builds to static assets in dist.
Local Development
Section titled “Local Development”npm run devnpm run buildDeploy
Section titled “Deploy”wrangler pages deploy dist --project-name docs-archaiThe static build can be deployed by direct upload or connected to a Git repository later.