Operations
Deployment
Static deployment for the docs site and Node deployment for the admin app.
Updated: 2026-03-23Deployment
This repository is split into two deployment targets.
Public docs site
- command:
pnpm build:docs - output: static site assets
- target: Vercel, Netlify, Cloudflare Pages, Nginx, or any static host
Admin app
- command:
pnpm build:admin - output: Nuxt Node server
- target: any Node-compatible runtime that can persist
content/docs
Production notes
- Mount
content/docson persistent storage for the admin app. - Trigger a docs rebuild after content changes.
- Set
NUXT_PUBLIC_DOCS_BASE_URLso the admin preview button points at the real docs domain.