Operations

Deployment

Static deployment for the docs site and Node deployment for the admin app.

Deployment

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/docs on persistent storage for the admin app.
  • Trigger a docs rebuild after content changes.
  • Set NUXT_PUBLIC_DOCS_BASE_URL so the admin preview button points at the real docs domain.