mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
docs(sidebars.js): add section for ai tools on integrations tab
make it easier to discover
This commit is contained in:
parent
6bf66ce919
commit
38eb7c370f
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue