Skip to content

Cloudflare Pages

Use the build command:

bash
npm run docs:build

Use the output directory:

text
docs/.vitepress/dist
  • Framework preset: None or VitePress-compatible static hosting
  • Build command: npm run docs:build
  • Output directory: docs/.vitepress/dist

Notes

  • Keep the build configuration minimal.
  • Use the same output directory as the other hosts.
  • Verify the deployed site after publishing.

Markdown-first documentation for teams that update docs often.