From 33331e7f9e0e99d0dc1697808a6b2fd4e1da1649 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Fri, 13 Feb 2026 12:52:40 -0800 Subject: [PATCH] docs: restructure sidebar - UI, MCP, Performance, Issue Reporting --- docs/my-website/sidebars.js | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index 32dffd9a26d..dca9c8ff21b 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -1098,16 +1098,24 @@ const sidebars = { "proxy_server", ], }, - "troubleshoot", { type: "category", - label: "Issue Reporting", + label: "Troubleshooting", items: [ - "troubleshoot/prisma_migrations", - "troubleshoot/cpu_issues", - "troubleshoot/memory_issues", - "troubleshoot/spend_queue_warnings", - "troubleshoot/max_callbacks", + "troubleshoot/ui_issues", + "mcp_troubleshoot", + { + type: "category", + label: "Performance / Latency", + items: [ + "troubleshoot/cpu_issues", + "troubleshoot/memory_issues", + "troubleshoot/spend_queue_warnings", + "troubleshoot/max_callbacks", + "troubleshoot/prisma_migrations", + ], + }, + "troubleshoot", ], }, {