The docs site lives in docs/web and is designed to deploy on Vercel.
cd docs/web
npm ci
npm run buildGitHub Actions deployment expects these repository secrets:
VERCEL_TOKENVERCEL_ORG_IDVERCEL_PROJECT_ID
The repository includes .github/workflows/vercel-production.yml.
On main or manual dispatch it will:
- install dependencies in
docs/web - pull Vercel environment/project settings
- build the Next.js site
- deploy the prebuilt output to production