Contributing
Thank you for considering contributing to Griptape documentation! Before you start, please read our contributing guidelines.
Getting Started
Griptape docs are built using MkDocs. Dependencies are managed using uv.
To contribute to Griptape docs, install the docs
extra with:
uv install --group docs
Then serve the documentation locally with:
uv run mkdocs serve
You should see something similar to the following: