From e69678a9b3f1f8399a94ff69f0564e429b1d3c68 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 23 Nov 2024 16:25:00 -0800 Subject: [PATCH] update doc title --- docs/my-website/sidebars.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index 0821ac257..cdcf3ba1b 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -266,10 +266,10 @@ const sidebars = { }, { type: "category", - label: "Load Balancing & Routing", + label: "Routing, Loadbalancing & Fallbacks", link: { type: "generated-index", - title: "Load Balancing & Routing", + title: "Routing, Loadbalancing & Fallbacks", description: "Learn how to load balance, route, and set fallbacks for your LLM requests", slug: "/routing-load-balancing", },