diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index 1c17216ac3..549d6c86ae 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -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" ]