docs naming on sidebar

This commit is contained in:
Ishaan Jaff 2025-03-12 21:00:30 -07:00
parent 6596e78a1b
commit f44d0b4028
11 changed files with 13 additions and 13 deletions

View file

@ -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",