This is the documentation site for Kave, built with Astro and Starlight.
bun install && bun run devAll authored docs live under src/content/docs/.
The generated reference trees are populated in CI from the main Kave monorepo:
src/content/docs/cli/reference/from the Go CLIsrc/content/docs/config/reference/from the YAML/config schemasrc/content/docs/api/grpc/from.protofilessrc/content/docs/api/json-schemas/from CLI JSON output schemas
The site follows Diátaxis:
concepts/for explanation pagesget-started/for tutorialsguides/for how-to guidescli/,config/, andapi/for reference
Use numbered filenames for ordered sections, add frontmatter with title, description, sidebar.label, diataxis, and status, and update the sidebar manually if the page is not in an autogenerated group.