Commit messages in this repository should follow the Conventional Commits specification.
Commonly-used types are:
docs:update existing contentfeat:add new contentfix:fix bugschore:maintenancerefactor:improve the codebasestyle:update formatting and stylesci:update CI
Use the Mintlify CLI to preview the documentation changes locally. Run the following command at the root of your documentation (where docs.json is):
npx mint dev
Changes will be deployed to production automatically after pushing to the main branch.