Deployment
Static deployment notes for this documentation site.
This docs app is prepared for a static Cloudflare Pages deployment.
Build
cd sapi-widgets-v2-docs
npm install
npm run buildThe Next.js config uses output: 'export', so the static output is written to
out.
Cloudflare Pages settings
| Setting | Value |
|---|---|
| Framework preset | Next.js or None |
| Build command | npm run build |
| Build output directory | out |
| Node version | 22 |
No server runtime is required for the current documentation content.