Documentation development
Documentation development
Section titled “Documentation development”The Scoutica documentation site is an Astro project using Starlight. Documentation pages live in docs/src/content/docs/, reusable UI components live in docs/src/components/, and sidebar configuration lives in docs/astro.config.mjs.
Install and preview
Section titled “Install and preview”From the repository root:
npm --prefix docs cinpm --prefix docs run devThe development server prints the local preview URL when it starts.
Validate a change
Section titled “Validate a change”npm --prefix docs run check:linksnpm --prefix docs run check:claimsnpm --prefix docs run buildThe link gate checks local root-document and docs-page targets. The claims gate rejects obsolete documentation-platform references and categorical scan-privacy claims that remote-capable providers cannot guarantee.
Publishing
Section titled “Publishing”The deployment workflow builds the site from docs/ and publishes the generated docs/dist/ directory to Netlify after changes land on main.