Documentation

The public documentation site is built from web/docs (Astro). Only a small, reviewed set of pages from the repository docs/ tree is copied at build time (trust API, protocol, security overview, quick start, and similar). Internal runbooks, production/staging playbooks, and operator-only guides are not published on the public docs host. The dashboard adds in-app docs when you are signed in.

Public docs site

http://localhost:4322 — public guides and API references (see all public pages).

Source in this repo

  • docs/ — full Markdown library (public + internal). Only entries in the sync allowlist appear on the public site.
  • web/docs/scripts/sync-docs.mjs — copies allowlisted files from docs/ into web/docs/src/content/docs before astro build.