For full documentation, visit docs.postguard.eu.
The central documentation site for the PostGuard project. Built with VitePress and hosted at docs.postguard.eu.
This site contains guides, SDK reference documentation, integration instructions, and per-repository documentation for all repos in the encryption4all organization.
- Node.js 18+
npm install
npm run docs:devThe dev server starts with hot reload at http://localhost:5173.
npm run docs:build
npm run docs:preview # preview the built siteThe site is deployed automatically via GitHub Actions. Pushing to main triggers a Docker image build (NGINX-based static hosting) which is deployed to production.
MIT