Use this guide when you update the Numo documentation site.
- Navigate to the page you want to edit.
- Click the "Edit this file" button.
- Make your changes and open 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.
For more details on local development, see our development guide.
- 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