Edit on GitHub
- open the page,
- click edit,
- submit a pull request.
Local docs workflow
- clone repository,
- install Mintlify CLI (
npm i -g mint), - run
mint devindocs/, - validate links with
mint broken-links, - open pull request.
Writing standards
- use active voice and second person,
- keep examples executable,
- lead each page with goal and prerequisites,
- keep command flags aligned with current CLI help output.