Documentation site for GAIA, served at docs.gaiareact.com.
Built with Starlight on Astro. Deployed to GitHub Pages on every push to main.
npm install
npm run dev # localhost:4321
npm run build # production build → ./dist
npm run preview # preview the buildsrc/content/docs/— Markdown/MDX content. Each file becomes a route.src/assets/— images embedded in content.public/— static assets (favicon,CNAME, etc.).astro.config.mjs— site config, sidebar, Starlight options.
Pushes to main trigger .github/workflows/deploy.yml. PRs build but do not deploy.