| title | Documentation Contributions |
|---|
We understand that as we move quickly, sometimes our documentation website can be a bit outdated. Therefore, we highly value contributions to our documentation.
- Node.js 20.x or later
Then, clone your fork to your local machine:
```bash
git clone https://github.com/<your-username>/CopilotKit
cd CopilotKit/docs
```
This will open a new browser window with the documentation website.
- All documentation-related files are located in the `docs` repository
- `mint.json` contains the configuration for the Mintlify documentation site
<Tip>
For non-trivial documentation changes, we highly recommend reading the [Mintlify documentation](https://mintlify.com/docs/quickstart) to undertand how Mintlify works.
</Tip>
<Step title="Review Changes & Submit a Pull Request">
<Note>
Please ensure you review your changes for grammar, spelling and formatting errors. Also, ensure that links and images are working.
</Note>
Once you are happy with your changes, you can commit and push them. Then, head over to the [Pull Requests page](https://github.com/CopilotKit/CopilotKit/pulls) and create a pull request. Thank you for your contribution!
If you need help with anything, please don't hesitate to reach out to us on Discord. We have a dedicated #contributing channel.