From 38eb7c370f785bf4b7ed089bcb15257a6d13b60d Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 18 Jun 2025 22:26:32 -0700 Subject: [PATCH] docs(sidebars.js): add section for ai tools on integrations tab make it easier to discover --- docs/my-website/sidebars.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index 3344981e17..ace00f64e8 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -63,6 +63,15 @@ const sidebars = { "proxy/custom_prompt_management" ].sort() }, + { + type: "category", + label: "AI Tools (OpenWebUI, Claude Code, etc.)", + items: [ + "tutorials/openweb_ui", + "tutorials/openai_codex", + "tutorials/claude_responses_api", + ] + }, ], // But you can create a sidebar manually