Contribution Guide

Documentation

Content lives in the public docs repository (MDX + sidebar.json).

  1. Edit or add an MDX page under the correct folder.
  2. Update sidebar.json (and the website copy under qpub-website/data/sidebar.json if you maintain both).
  3. Follow terminology in the docs README.md.
  4. Verify APIs against qpub-backend public routes and @qpub/sdk before documenting them.

JavaScript SDK

Open source: qpubio/qpub-js (@qpub/sdk).

  • File bugs and feature requests as GitHub issues.
  • Prefer pull requests that include tests for SDK changes.