If you see any issues you are welcome to create a PR
Install the Mintlify CLI to preview the documentation changes locally. To install, use the following command
npm install -g mintlify@4.0.38
Run the following command at the root of your documentation (where mint.json is)
mintlify dev
To update the OpenAI spec and corresponding SDK snippets:
- Update the Fern SDKs
- Run the GitHub workflow "Create OpenAPI with Snippets" (located within the Github Actions tab of this repo)
- Merge in the corresponding PR
Changes will be deployed to production automatically after pushing to the default branch.
You can also preview changes using PRs, which generates a preview link of the docs.