Skip to content

Latest commit

 

History

History

docs

Polar docs

Using Mintlify.

Core concepts

Development

Installation

pnpm install

Development Server

pnpm dev

Update schema and webhooks

We have a script that takes care of:

  • Downloading latest schema with Speakeasy overlays
  • Generate missing webhooks schema pages
    • By default, new pages are added at the bottom of the Webhooks Events navigation section, but you can move them to a specific group if needed.
    • Existing pages are not updated, so you can safely edit them without losing your changes.
./update-schema.sh https://spec.speakeasy.com/polar/polar/polar-oas-with-code-samples

The script is run automatically by the CI pipeline every day and opens a PR if there are changes.