Skip to content

Commit 0d0f7d8

Browse files
authored
Merge pull request #3546 from Blargian/more_visibility_best_practices
Move best practices up in sidebar
2 parents 7705474 + e937fd7 commit 0d0f7d8

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

sidebars.js

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,23 @@ const sidebars = {
218218
"cloud/support",
219219
],
220220
},
221+
{
222+
type: "category",
223+
label: "Best Practices",
224+
collapsed: false,
225+
collapsible: false,
226+
className: "top-nav-item",
227+
link: { type: "doc", id: "cloud/bestpractices/index" },
228+
items: [
229+
"cloud/bestpractices/bulkinserts",
230+
"cloud/bestpractices/asyncinserts",
231+
"cloud/bestpractices/avoidmutations",
232+
"cloud/bestpractices/avoidnullablecolumns",
233+
"cloud/bestpractices/avoidoptimizefinal",
234+
"cloud/bestpractices/partitioningkey",
235+
"cloud/bestpractices/usagelimits",
236+
],
237+
},
221238
{
222239
type: "category",
223240
label: "Managing Cloud",
@@ -1521,6 +1538,12 @@ const sidebars = {
15211538
description: "Start quickly with ClickHouse Cloud",
15221539
href: "/cloud/get-started/"
15231540
},
1541+
{
1542+
type: "link",
1543+
label: "Best Practices",
1544+
description: "How to get the most out of ClickHouse Cloud",
1545+
href: "/cloud/bestpractices/"
1546+
},
15241547
{
15251548
type: "link",
15261549
label: "Managing Cloud",
@@ -1539,12 +1562,6 @@ const sidebars = {
15391562
description: "Understanding how ClickHouse Cloud works",
15401563
href: "/cloud/reference/"
15411564
},
1542-
{
1543-
type: "link",
1544-
label: "Best Practices",
1545-
description: "How to get the most out of ClickHouse Cloud",
1546-
href: "/cloud/bestpractices/"
1547-
},
15481565
{
15491566
type: "link",
15501567
label: "Security",

0 commit comments

Comments
 (0)