Customize this file: Tailor this template to your project by noting specific contribution types you're looking for, adding a Code of Conduct, or adjusting the writing guidelines to match your style.
Thank you for your interest in contributing to our documentation! This guide will help you get started.
- Navigate to the page you want to edit
- Click the "Edit this file" button (the pencil icon)
- Make your changes and submit a pull request
- Fork and clone this repository
- Install the Mintlify CLI:
npm i -g mint - Create a branch for your changes
- Make changes
- Navigate to the docs directory and run
mint dev - Preview your changes at
http://localhost:3000 - Commit your changes and submit a pull request
- Use active voice: "Run the command" not "The command should be run"
- Address the reader directly: Use "you" instead of "the user"
- Keep sentences concise: Aim for one idea per sentence
- Lead with the goal: Start instructions with what the user wants to accomplish
- Use consistent terminology: Don't alternate between synonyms for the same concept
- Include examples: Show, don't just tell