Skip to content

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:test

HTML 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/docs as the project root.
  • Attach docs.monarch.fast to that project, not the main app project.

Monarch docs live in the monorepo and deploy separately from the app.