Skip to main content

Contributing

Orkestra is an OSS ecosystem made up of a monorepo (core platform, SDK shims, dev frontends) and a growing set of addon repos (orkestra-cc/orkestra-billing, …-documents, …-payments, etc.). Most contribution paths start with the monorepo.

Pages

How these docs are structured

ContentSource of truthHow it gets here
Tutorials, guides, refsThis repo (hand-written MDX)PR to orkestra-cc/orkestra-docs
Addon module pagesEach addon repo's README.mdnpm run sync:modules (nightly)
Public ADRsMonorepo docs/adr/*.md with public: truenpm run sync:adrs (nightly)
OpenAPI referenceenterprise SKU's /openapi.jsonnpm run sync:openapi (CI)

If you're fixing a typo on a module's page: PR the addon repo's README, not this docs repo.