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 via import.meta.glob
  • Source/Loader: web/src/lib/source.tssource() + loader() from fumadocs-core/source
  • Markdown Renderer: web/src/lib/markdown.ts — sync createMarkdownRenderer with remark-gfm + rehype-highlight
  • Routes: web/src/routes/docs/ — layout (route.tsx), index, $slug catch-all
  • Theme: web/src/styles.css — fd-* token overrides for warm editorial palette

Adding a Doc Page

Related skills

More from vaayne/agent-kit

Installs
1
GitHub Stars
41
First Seen
Apr 10, 2026