Documentation site for BlanketOps Environments, a deterministic software delivery platform for Kubernetes. Built with Docusaurus, deployed to Netlify at blanketops-environments.netlify.app.
Covers Getting Started, the API reference, Concepts, and the delivery model — see docs/.
npm ci
npm startStarts a local dev server at localhost:3000 with live reload.
npm run buildGenerates static content into build/. onBrokenLinks: 'throw' in docusaurus.config.ts fails this on any broken internal link or anchor.
npm run typecheckcmd/server is a small Go static-file server that ships the built site via ko — see .ko.yaml and .github/workflows/ko.yml.
Netlify builds and deploys automatically on push to main — see netlify.toml.