Static, repository-native documentation built with Astro, Starlight, Tasty, and Glaze.
Read the documentation or browse the repository-native source.
Before customizing a site, read the customization rules.
The published @tenphi/cookbook package includes these docs and versioned Tasty
and Glaze references for local use by consumers and coding agents.
npm create @tenphi/cookbook@latest my-docs -- --yes
cd my-docs
npm run devUse --source . to document an existing repository or --package your-package
to document a published npm artifact.
For an existing Astro project:
npx astro add @tenphi/cookbookThe workspace contains four fixed-version packages:
@tenphi/create-cookbook— package-first project creator.@tenphi/cookbook— the public Astro integration and command facade.@tenphi/docs— configuration, package acquisition, content graph, and diagnostics.@tenphi/starlight— the official static renderer and theme.
Node.js 22.14 or newer is required.