mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
docs naming on sidebar
This commit is contained in:
parent
6596e78a1b
commit
f44d0b4028
11 changed files with 13 additions and 13 deletions
|
@ -273,7 +273,7 @@ const sidebars = {
|
|||
items: [
|
||||
{
|
||||
type: "category",
|
||||
label: "Chat",
|
||||
label: "/chat/completions",
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "Chat Completions",
|
||||
|
@ -291,7 +291,7 @@ const sidebars = {
|
|||
"anthropic_unified",
|
||||
{
|
||||
type: "category",
|
||||
label: "Image",
|
||||
label: "/images",
|
||||
items: [
|
||||
"image_generation",
|
||||
"image_variations",
|
||||
|
@ -299,7 +299,7 @@ const sidebars = {
|
|||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Audio",
|
||||
label: "/audio",
|
||||
"items": [
|
||||
"audio_transcription",
|
||||
"text_to_speech",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue