Official documentation for Celo
Install the Mintlify CLI to preview your documentation changes locally:
npm i -g mintRun the following command. It will display a preview of you changes at http://localhost:3000.
mint dev-
Before committing:
- Test your changes locally with
mint dev - Check for broken links with
mint broken-links - Ensure all links work correctly
- Test your changes locally with
-
Creating a PR:
- Wait for automated checks to complete
- Review any validation warnings or errors
- Fix issues before requesting review
-
For reviewers:
- Check that all validation checks pass
- Review any warnings in PR comments
- Verify changes render correctly
- Dev environment not running: Run
mint updateto ensure you have the most recent version of the CLI - Page loads as 404: Make sure you are running in a folder with a valid
docs.json - Validation fails: Run
./scripts/validate-docs.shand review the output for specific errors - Broken links detected: Review the validation output and fix referenced files or URLs