docs: sidebars.js

add vertex ai live api to docs
This commit is contained in:
Krrish Dholakia
2025-10-17 23:55:44 -07:00
parent 8d1d400d32
commit bbb7b75672
+8 -1
View File
@@ -364,7 +364,14 @@ const sidebars = {
"pass_through/langfuse",
"pass_through/mistral",
"pass_through/openai_passthrough",
"pass_through/vertex_ai",
{
type: "category",
label: "Vertex AI",
items: [
"pass_through/vertex_ai",
"pass_through/vertex_ai_live_websocket",
]
},
"pass_through/vllm",
"proxy/pass_through"
]