Skip to content

Commit 7e2dd48

Browse files
authored
Merge pull request #4390 from ClickHouse/new-allocation-profiling
Add new allocation profiling page to sidebar
2 parents 05601df + a71d988 commit 7e2dd48

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

plugins/floating-pages-exceptions.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@
1010
integrations/language-clients/java/client-v1
1111
integrations/language-clients/java/jdbc-v1
1212
integrations/data-ingestion/clickpipes/postgres/maintenance.md
13-
operations/allocation-profiling-old.md

sidebars.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,17 @@ 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",
1261+
"operations/allocation-profiling-old",
1262+
]
1263+
},
12541264
"operations/backup",
12551265
"operations/caches",
12561266
"operations/workload-scheduling",

0 commit comments

Comments
 (0)