Docs
Contributing
How to contribute to Approving; points to the repository contributing guide.
Contributions are welcome. Please read:
Short rules for agents / contributors (path→commands, gates, do-not-touch lists):
Local build for this site (docs/)
cd docs
npm ci --no-audit --no-fund
npm run build
Preview:
BASE_PATH=/ npm run server
Output lands in docs/public/. When changes under docs/** land on main, ci-docs builds and deploys to the separate Pages repo cocofhu/approving-pages (requires Secret PAGES_DEPLOY_KEY).
Related module gates
When you change server/, web/, or sandbox-gateway/, run the matching local suites from AGENTS.md — do not rely only on the always-on ci gate.