Set up your environment
Learn how to update docs locally and deploy changes.Edit and preview
Clone the docs repo
Clone the docs repo
Clone this repository locally and open it in your editor. Follow the
official GitHub guide for cloning repositories.
Install and preview
Install and preview
Install the CLI and preview the site locally.
- Install the CLI:
npm i -g mintlify - From
apps/docs, run:mintlify dev --port 3004
Deploy your changes
Push your changes
Push your changes
Commit and push your changes to trigger deployment. Our CI will build the docs
and deploy to the configured environment.