A reusable SvelteKit docs template for launching branded documentation fast.
This repository provides a ready-to-use docs app with configurable SEO, navigation, interactive docs UI, OG image generation, and mdsvex content structure.
bun install
bun run devApp runs in apps/web.
Update these files first:
apps/web/src/lib/config/site.ts- site name, description, keywords, links, package metadata, canonical URL.apps/web/src/lib/config/branding.ts- logo source and brand label used in shared UI.apps/web/src/lib/config/navigation.ts- manual sidebar structure and docs order.apps/web/src/lib/config/docs-ui.ts- search, TOC, doc actions, pagination, package manager tabs, theme defaults.
Then adjust docs content:
apps/web/src/routes/docs/**/*- page content (.svx) and docs routes.
bun run dev
bun run check
bun run lint
bun run build
bun run deploy:webMIT. See LICENSE.