Skip to content

Commit 0ca9345

Browse files
docs: fix sidebars
1 parent 16e603c commit 0ca9345

File tree

1 file changed

+80
-88
lines changed

1 file changed

+80
-88
lines changed

docs/my-website/sidebars.js

Lines changed: 80 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,43 @@ const sidebars = {
260260
},
261261
]
262262
},
263+
{
264+
type: "category",
265+
label: "LiteLLM Python SDK",
266+
items: [
267+
"set_keys",
268+
"budget_manager",
269+
"caching/all_caches",
270+
"completion/token_usage",
271+
"sdk_custom_pricing",
272+
"embedding/async_embedding",
273+
"embedding/moderation",
274+
"migration",
275+
"sdk_custom_pricing",
276+
{
277+
type: "category",
278+
label: "LangChain, LlamaIndex, Instructor Integration",
279+
items: ["langchain/langchain", "tutorials/instructor"],
280+
},
281+
{
282+
type: "category",
283+
label: "LiteLLM Python SDK Tutorials",
284+
items: [
285+
'tutorials/google_adk',
286+
'tutorials/azure_openai',
287+
'tutorials/instructor',
288+
"tutorials/gradio_integration",
289+
"tutorials/huggingface_codellama",
290+
"tutorials/huggingface_tutorial",
291+
"tutorials/TogetherAI_liteLLM",
292+
"tutorials/finetuned_chat_gpt",
293+
"tutorials/text_completion",
294+
"tutorials/first_playground",
295+
"tutorials/model_fallbacks",
296+
],
297+
},
298+
],
299+
},
263300
{
264301
type: "category",
265302
label: "Supported Endpoints",
@@ -517,46 +554,6 @@ const sidebars = {
517554
"providers/ovhcloud",
518555
],
519556
},
520-
{
521-
type: "category",
522-
label: "Guides",
523-
items: [
524-
{
525-
type: "category",
526-
label: "Tools",
527-
items: [
528-
"completion/computer_use",
529-
"completion/web_search",
530-
"completion/web_fetch",
531-
"completion/function_call",
532-
]
533-
},
534-
"completion/audio",
535-
"completion/document_understanding",
536-
"completion/drop_params",
537-
"completion/image_generation_chat",
538-
"completion/json_mode",
539-
"completion/knowledgebase",
540-
"completion/message_trimming",
541-
"completion/model_alias",
542-
"completion/mock_requests",
543-
"completion/predict_outputs",
544-
"completion/prefix",
545-
"completion/prompt_caching",
546-
"completion/prompt_formatting",
547-
"completion/reliable_completions",
548-
"completion/stream",
549-
"completion/provider_specific_params",
550-
"completion/vision",
551-
"exception_mapping",
552-
"completion/batching",
553-
"guides/finetuned_models",
554-
"guides/security_settings",
555-
"proxy/veo_video_generation",
556-
"reasoning_content"
557-
]
558-
},
559-
560557
{
561558
type: "category",
562559
label: "Routing, Loadbalancing & Fallbacks",
@@ -578,37 +575,6 @@ const sidebars = {
578575
"wildcard_routing"
579576
],
580577
},
581-
{
582-
type: "category",
583-
label: "LiteLLM Python SDK",
584-
items: [
585-
"set_keys",
586-
"budget_manager",
587-
"caching/all_caches",
588-
"completion/token_usage",
589-
"sdk_custom_pricing",
590-
"embedding/async_embedding",
591-
"embedding/moderation",
592-
"migration",
593-
"sdk_custom_pricing",
594-
{
595-
type: "category",
596-
label: "LangChain, LlamaIndex, Instructor Integration",
597-
items: ["langchain/langchain", "tutorials/instructor"],
598-
}
599-
],
600-
},
601-
602-
{
603-
type: "category",
604-
label: "Load Testing",
605-
items: [
606-
"benchmarks",
607-
"load_test_advanced",
608-
"load_test_sdk",
609-
"load_test_rpm",
610-
]
611-
},
612578
{
613579
type: "category",
614580
label: "Tutorials",
@@ -626,23 +592,49 @@ const sidebars = {
626592
"tutorials/elasticsearch_logging",
627593
"tutorials/gemini_realtime_with_audio",
628594
"tutorials/claude_responses_api",
629-
{
630-
type: "category",
631-
label: "LiteLLM Python SDK Tutorials",
632-
items: [
633-
'tutorials/google_adk',
634-
'tutorials/azure_openai',
635-
'tutorials/instructor',
636-
"tutorials/gradio_integration",
637-
"tutorials/huggingface_codellama",
638-
"tutorials/huggingface_tutorial",
639-
"tutorials/TogetherAI_liteLLM",
640-
"tutorials/finetuned_chat_gpt",
641-
"tutorials/text_completion",
642-
"tutorials/first_playground",
643-
"tutorials/model_fallbacks",
644-
],
645-
},
595+
]
596+
},
597+
{
598+
type: "category",
599+
label: "Guides",
600+
items: [
601+
"completion/computer_use",
602+
"completion/web_search",
603+
"completion/web_fetch",
604+
"completion/function_call",
605+
"completion/audio",
606+
"completion/document_understanding",
607+
"completion/drop_params",
608+
"completion/image_generation_chat",
609+
"completion/json_mode",
610+
"completion/knowledgebase",
611+
"completion/message_trimming",
612+
"completion/model_alias",
613+
"completion/mock_requests",
614+
"completion/predict_outputs",
615+
"completion/prefix",
616+
"completion/prompt_caching",
617+
"completion/prompt_formatting",
618+
"completion/reliable_completions",
619+
"completion/stream",
620+
"completion/provider_specific_params",
621+
"completion/vision",
622+
"exception_mapping",
623+
"completion/batching",
624+
"guides/finetuned_models",
625+
"guides/security_settings",
626+
"proxy/veo_video_generation",
627+
"reasoning_content"
628+
]
629+
},
630+
{
631+
type: "category",
632+
label: "Load Testing",
633+
items: [
634+
"benchmarks",
635+
"load_test_advanced",
636+
"load_test_sdk",
637+
"load_test_rpm",
646638
]
647639
},
648640
{

0 commit comments

Comments
 (0)