Our documentation is built on top of Mintlify. We welcome contributions for fixing small issues such as typos and for adding new or updating existing content that you think would help others.
Install the Mintlify CLI to preview the documentation changes locally. To install, use the following command:
npm i -g mintlify
Run the following command at the root of your documentation (where docs.json is):
mintlify dev
Our docs are written in MDX, which if you haven't used it before is a bit if markdown and React had a baby.
See the full guide from Mintlify on writing MDX and the components that are available for how best to contribute.