Skip to content

Commit c67cdee

Browse files
authored
Simplify sidebar menu (#495)
1 parent 83bbbb1 commit c67cdee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sidebars.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ const sidebars = {
742742
},
743743
{
744744
type: "category",
745-
label: "DEPLOYMENT & OPERATIONS",
745+
label: "DEPLOYMENT",
746746
items: [
747747
{
748748
type: "category",
@@ -769,7 +769,7 @@ const sidebars = {
769769
},
770770
{
771771
type: "category",
772-
label: "MONITORING & TROUBLESHOOTING",
772+
label: "TROUBLESHOOTING",
773773
items: [
774774
"troubleshooting",
775775
"system-stream-state-log",

0 commit comments

Comments
 (0)