diff --git a/docs/my-website/docs/contribute_integration/custom_webhook_api.md b/docs/my-website/docs/contribute_integration/custom_webhook_api.md index 499c7fd51d..158937d2a4 100644 --- a/docs/my-website/docs/contribute_integration/custom_webhook_api.md +++ b/docs/my-website/docs/contribute_integration/custom_webhook_api.md @@ -95,11 +95,19 @@ curl -L -X POST 'http://0.0.0.0:4000/chat/completions' \ }' ``` -4. File a PR! +4. Add Documentation + +If you're adding a new integration, please add documentation for it under the `observability` folder: + +- Create a new file at `docs/my-website/docs/observability/_integration.md` +- Follow the format of existing integration docs, such as [Langsmith Integration](https://github.com/BerriAI/litellm/blob/main/docs/my-website/docs/observability/langsmith_integration.md) +- Include: Quick Start, SDK usage, Proxy usage, and any advanced configuration options + +5. File a PR! - Review our contribution guide [here](../../extras/contributing_code) -- push your fork to your GitHub repo -- submit a PR from there +- Push your fork to your GitHub repo +- Submit a PR from there ## What get's logged?