This documentation is made with Mintlify, so you need to install their CLI to preview the documentation changes locally. You can install it via:
npm i -g mintlify
# With volta:
volta install mintlifyRun the following command at the root:
mintlify devThe contribution must follow the following rules:
Be clearAny confuse on your writing may cause a problem, please avoid them.Discussion -> Issue -> PRTry to follow this roadmap for any feature purpose. If you found a bug or misspelling, you may skip the discussion step and go directly to opening an issue.Check spellingWe're humans, so you should use some language tool to avoid misspelling.
The route tree is writing with a code block and diff highlight:
\`\`\`diff
routes
+ | _index.ts
\`\`\`
Indent is
|and one space.
- Mintlify dev isn't running - Run
mintlify installit'll re-install dependencies. - Page loads as a 404 - Make sure you are running in a folder with
mint.json
