Added live API reference to documentation
By RepoJournal , from @bgrgndzz's public GitHub activity
Backfilled
Buğra Gündüz replaced the placeholder API scaffolding in the mintlify-docs repository with a live tab that renders the revenue-agents v1 OpenAPI specification [ref:1].
The change removed the Plant Store starter example that had been standing in under api-reference/ and wired the docs to pull from the actual spec served at app.hockeystack.com/api/revenue-agents/v1/openapi.json [1]. The tab now auto-renders pages directly from that live endpoint, so API documentation stays synchronized with the actual service without manual updates.
One email a day. Unsubscribe in one click.
A short briefing every day bgrgndzz ships something — in about 3 minutes.
One email a day. Unsubscribe in one click. Read a past issue →
References
- [1] docs: add API tab pointing at the live revenue-agents v1 OpenAPI spec HockeyStack/mintlify-docs