Public documentation site for Noderax, built with Next.js, Fumadocs, and Vercel deployment.
This repo is the long-form docs surface for:
- installer-managed self-hosted control-plane setup and operations
- operator workflows in the web dashboard
- generated API reference from a checked-in OpenAPI snapshot
- architecture and release notes for the current platform line
pnpm install
pnpm sync:openapi
pnpm typecheck
pnpm buildThe docs site does not read a live Swagger endpoint. It expects a checked-in
schema snapshot at openapi/openapi.json.
To refresh it from a sibling checkout:
pnpm sync:openapiThat command runs pnpm openapi:export in ../noderax-api when available and
copies the exported schema into this repo.
Deploy on Vercel with the standard Next.js build command:
pnpm build