From 4052b0d4c48e1614a0005ed190157b856dde98ab Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 3 Aug 2024 12:34:22 -0700 Subject: [PATCH] docs clean up organization --- docs/my-website/sidebars.js | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index 3e39348b9..afb778373 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -184,10 +184,6 @@ const sidebars = { ], }, "proxy/custom_pricing", - "routing", - "scheduler", - "set_keys", - "budget_manager", { type: "category", label: "Secret Manager", @@ -196,6 +192,22 @@ const sidebars = { "oidc" ] }, + { + type: "category", + label: "🚅 LiteLLM Python SDK", + items: [ + "routing", + "scheduler", + "set_keys", + "budget_manager", + "caching/all_caches", + { + type: "category", + label: "LangChain, LlamaIndex, Instructor Integration", + items: ["langchain/langchain", "tutorials/instructor"], + }, + ], + }, "completion/token_usage", "load_test", { @@ -227,14 +239,12 @@ const sidebars = { `observability/telemetry`, ], }, - "caching/all_caches", { type: "category", label: "Tutorials", items: [ 'tutorials/azure_openai', 'tutorials/instructor', - 'tutorials/oobabooga', "tutorials/gradio_integration", "tutorials/huggingface_codellama", "tutorials/huggingface_tutorial", @@ -246,11 +256,6 @@ const sidebars = { "tutorials/model_fallbacks", ], }, - { - type: "category", - label: "LangChain, LlamaIndex, Instructor Integration", - items: ["langchain/langchain", "tutorials/instructor"], - }, { type: "category", label: "Extras",