The source repository for the PDB Operator website, documentation, and blog.
Built with Docusaurus 3 and hosted on GitHub Pages.
To learn how to contribute to this project, read the Contributing Guide.
If you are new to PDB Operator and just getting started, you are in a perfect position to help us improve: the website and documentation is the entry point for newcomers like you, so if something is unclear or missing, let us know.
Prerequisites: Node.js 22+
npm install # Install dependencies
npm start # Start dev server at localhost:3000
npm run build # Production build
npm run serve # Serve production build locallyThe site is automatically deployed to GitHub Pages
via the deploy workflow on every push to main.
Live site: https://pdboperator.io
- Fork the repository
- Create a feature branch
- Make your changes and verify with
npm run build - Open a PR against
main
All commits must include Signed-off-by (DCO):
git commit -s -m "docs: update installation guide"If you discover a security issue, read the Security Policy before opening an issue.
Learn more about roles in the Governance document. Thanks to all who have already contributed!
- Documentation: CC-BY-4.0
- Code: Apache-2.0
Copyright 2026 The PDB Operator Authors.