Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 495 Bytes

File metadata and controls

34 lines (23 loc) · 495 Bytes

FMTools Docs Site

Static docs site for the FMTools product surfaces.

Stack:

  • Astro
  • Starlight
  • Cloudflare Pages

Local development

cd docs-site
npm ci
npm run dev

Build

cd docs-site
npm run build

Cloudflare Pages

This site is static and content-managed in Git. No CMS, admin panel, or server process is required.

Use these settings in Cloudflare Pages:

  • Build command: npm run build
  • Build output directory: dist
  • Production branch: main