From 9fb4e31b32e1e51e0bcec2795134a6194fb53945 Mon Sep 17 00:00:00 2001 From: Ken Chen Date: Fri, 3 Oct 2025 13:53:48 -0700 Subject: [PATCH] Simplify sidebar menu --- sidebars.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sidebars.js b/sidebars.js index c95c8d7c..631ba79a 100644 --- a/sidebars.js +++ b/sidebars.js @@ -742,7 +742,7 @@ const sidebars = { }, { type: "category", - label: "DEPLOYMENT & OPERATIONS", + label: "DEPLOYMENT", items: [ { type: "category", @@ -769,7 +769,7 @@ const sidebars = { }, { type: "category", - label: "MONITORING & TROUBLESHOOTING", + label: "TROUBLESHOOTING", items: [ "troubleshooting", "system-stream-state-log",