Docs Deployment
Ledger UI docs support both GitHub Pages and Vercel.
GitHub Pages
- Workflow:
.github/workflows/docs.yml - Build target: static export from
docs-site/out - Trigger: push to
mainwith docs-site changes
Vercel
- Root directory:
docs-site - Build command:
pnpm build - Output directory:
out
Domain Setup Checklist
- Add custom domain in GitHub Pages or Vercel settings.
- Configure DNS records (
CNAMEfor subdomain,A/ALIASfor apex). - Enable HTTPS after propagation.
- Ensure
docs-site/public/CNAMEmatches the canonical domain. - Validate canonical docs URL resolves to latest deployment.
Canonical domain: https://docs.gtcxprotocol.org (opens in a new tab)