Skip to content

Commit 27606ad

Browse files
committed
Add new page to sidebar
1 parent a69dcc3 commit 27606ad

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

sidebars.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,16 @@ const sidebars = {
12501250
"operations/ssl-zookeeper",
12511251
"operations/startup-scripts",
12521252
"operations/storing-data",
1253-
"operations/allocation-profiling",
1253+
{
1254+
type: "category",
1255+
label: "Allocation profiling",
1256+
collapsed: true,
1257+
collapsible: true,
1258+
link: { type: "doc", id: "operations/allocation-profiling" },
1259+
items: [
1260+
"operations/allocation-profiling-old",
1261+
]
1262+
},
12541263
"operations/backup",
12551264
"operations/caches",
12561265
"operations/workload-scheduling",

0 commit comments

Comments
 (0)