Skip to content

Documentation

If you want to improve docs, guides, wording, examples, or structure, this page is for you.

The docs site is an Astro + Starlight project located at:

Terminal window
<root>/docs/app-docs

From the repository root, switch into the docs project first:

Terminal window
cd docs/app-docs

Install dependencies:

Terminal window
npm install

Start local development server:

Terminal window
npm run dev

Build the site:

Terminal window
npm run build

Preview the production build locally:

Terminal window
npm run preview

Docs content lives under:

Terminal window
src/content/docs/

You can contribute by:

  • Fixing typos, grammar, and clarity.
  • Adding missing setup or troubleshooting details.
  • Improving step-by-step guides.
  • Updating screenshots and examples when behavior changes.

Before opening your PR:

  • Ensure your pages render correctly in npm run dev.
  • Run npm run build to make sure the site compiles.
  • Add a clear PR description of what changed and why.

Small and focused documentation pull requests are always welcome.