Skip to content

Website Contribution Notes

This website uses Astro for marketing pages and Starlight for documentation.

  • Marketing pages live in src/pages/.
  • Shared marketing styles live in src/styles/global.css.
  • Docs content lives under src/content/docs/docs/.
  • User Docs stay under src/content/docs/docs/user/.
  • Developer Docs stay under src/content/docs/docs/developer/.

Run the production build before publishing changes:

Terminal window
npm run build

GitHub Pages publishes the built site from the deployment workflow.