Website Contribution Notes
Website contribution notes
Section titled “Website contribution notes”This website uses Astro for marketing pages and Starlight for documentation.
Structure
Section titled “Structure”- 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/.
Local checks
Section titled “Local checks”Run the production build before publishing changes:
npm run buildGitHub Pages publishes the built site from the deployment workflow.