Skip to main content

How to Contribute

We welcome contributions to our documentation! Here's how you can help.

Adding Documentation for a New Tool

  • Create a new markdown file in the docs/tools directory.

  • Name the file after the tool (e.g., new-tool.md).

  • Add the new file to the sidebars.js file under the "Tools" category.

  • Write the documentation in the new markdown file.

Adding Images

  • Add images to the static/img directory.

  • Reference the images in your markdown files using a relative path (e.g., ../static/img/your-image.png).