For the complete documentation index, see llms.txt. This page is also available as Markdown.

Contributing to the Docs

Contributions to this documentation are always appreciated!

How to contribute

  1. Fork the project and clone it to your local machine.

  2. Create a branch with your GitHub username, for example: git checkout -b USERNAME/some-new-feature

  3. Code and commit your changes. Bonus points if you write a good commit message: git commit -m 'Add some feature'

  4. Push to the branch: git push -u origin USERNAME/some-new-feature

  5. Create a pull request for your branch.

Last updated

Was this helpful?