Getting Started
This docs app is intentionally small.
Where content lives
- Write markdown pages under
docs/. - Put VitePress config under
docs/.vitepress/. - Put standalone passthrough files under
docs/public/.
Local commands
bash
pnpm docs:dev
pnpm docs:build
pnpm docs:preview
pnpm docs:testHTML support
If you need a plain standalone HTML page, add it under docs/public/ and link to it.
Example:
Deploy shape
- Keep this as its own Vercel project.
- Use
apps/docsas the project root. - Attach
docs.monarch.fastto that project, not the main app project.
