Skip to content

Latest commit

 

History

History

README.md

Paddock documentation site

The Astro + Starlight documentation site for Paddock, intended for paddock.edspencer.net.

Standalone package — not part of the root npm workspaces, so it never affects the packages/server / packages/web build or CI.

Develop

cd website
npm install
npm run dev                       # local dev server
npm run build && npm run preview  # build + preview (Mermaid renders in the build)

Structure

  • src/content/docs/ — the documentation pages (.md / .mdx, Starlight frontmatter).
  • astro.config.mjs — site config + the hand-maintained sidebar.
  • src/assets/, src/styles/ — logo and theme tweaks.

Deploy

Built and served by Cloudflare Pages (root dir website, build npm install && npm run build, output website/dist). See website/CLAUDE.md.