Official documentation for EmitKit - an event streaming and notification platform focused on awareness, not analysis.
# Install Mintlify CLI globally
npm i -g mint
# Or use the npm script
npm run install-mintlify
# Start local development server
mint dev
# Or use the npm script
npm run dev
Visit http://localhost:3000 to preview the documentation.
/ - Getting started and overview/quickstart - Quick start guide/sdk/* - TypeScript SDK documentation/concepts/* - Core concepts and architecture/self-hosting/* - Self-hosting guides/api-reference/* - API reference (auto-generated from OpenAPI)To update the API reference with the latest production spec:
npm run sync-openapi
This will:
https://api.emitkit.com/api/openapi.jsonx-codeSamples)api-reference/openapi.jsonSee scripts/README.md for more details.
Changes are automatically deployed to production when pushed to the default branch.
Preview changes using pull requests, which generate a preview link.
mint update to ensure you have the latest CLIdocs.jsonhttps://api.emitkit.com/api/openapi.json is accessibleWhen updating documentation:
.mdx filesmint dev to preview locallynpm run sync-openapi