Deploy
Docs site on Vercel
Deploy this Fumadocs app as a separate Vercel project with Root Directory docs.
Docs site on Vercel
This documentation is a Next.js + Fumadocs app in /docs.
Create the project
- In Vercel, Add New Project → import the same GitHub repo
- Set Root Directory to
docs - Framework: Next.js (auto)
- Install:
npm ci/ Build:npm run build/ Output: default Next - No Instant or app secrets required
Optional: attach a subdomain like docs.your-domain.com.
Local
cd docs
npm ci
npm run dev- Home:
http://localhost:3000 - Docs:
http://localhost:3000/docs
Content workflow
- Edit MDX under
docs/content/docs/ - Adjust sidebar order in each folder’s
meta.json - Open a PR — Vercel preview deploys the docs project when Root Directory is
docs