fumadocs
Installation
SKILL.md
Fumadocs
Documentation framework powering the /docs section of the web app.
Project Setup
This project uses fumadocs with TanStack Start (not Next.js):
- Content:
web/src/content/docs/*.md— auto-discovered viaimport.meta.glob - Source/Loader:
web/src/lib/source.ts—source()+loader()fromfumadocs-core/source - Markdown Renderer:
web/src/lib/markdown.ts— synccreateMarkdownRendererwith remark-gfm + rehype-highlight - Routes:
web/src/routes/docs/— layout (route.tsx), index,$slugcatch-all - Theme:
web/src/styles.css— fd-* token overrides for warm editorial palette