From fbe18a21c9472d77c7a8bc92ec6017cb070d2a4c Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Mon, 8 Dec 2025 16:29:15 -0800 Subject: [PATCH] Docs: Add integration documentation instructions (#17644) Co-authored-by: Cursor Agent --- .../contribute_integration/custom_webhook_api.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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?