From 0acc6efa8fe5d14e3e0d69ce9ca5a8091b1beea4 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 9 Aug 2024 18:09:11 -0700 Subject: [PATCH] docs clean sidebar --- docs/my-website/sidebars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index 8883d4f32..be1ef9621 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -204,6 +204,7 @@ const sidebars = { "sdk_custom_pricing", "budget_manager", "caching/all_caches", + "migration", { type: "category", label: "LangChain, LlamaIndex, Instructor Integration", @@ -297,7 +298,6 @@ const sidebars = { }, ], }, - "migration", "troubleshoot", ], };