@@ -218,6 +218,23 @@ const sidebars = {
218
218
"cloud/support" ,
219
219
] ,
220
220
} ,
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
+ } ,
221
238
{
222
239
type : "category" ,
223
240
label : "Managing Cloud" ,
@@ -1521,6 +1538,12 @@ const sidebars = {
1521
1538
description : "Start quickly with ClickHouse Cloud" ,
1522
1539
href : "/cloud/get-started/"
1523
1540
} ,
1541
+ {
1542
+ type : "link" ,
1543
+ label : "Best Practices" ,
1544
+ description : "How to get the most out of ClickHouse Cloud" ,
1545
+ href : "/cloud/bestpractices/"
1546
+ } ,
1524
1547
{
1525
1548
type : "link" ,
1526
1549
label : "Managing Cloud" ,
@@ -1539,12 +1562,6 @@ const sidebars = {
1539
1562
description : "Understanding how ClickHouse Cloud works" ,
1540
1563
href : "/cloud/reference/"
1541
1564
} ,
1542
- {
1543
- type : "link" ,
1544
- label : "Best Practices" ,
1545
- description : "How to get the most out of ClickHouse Cloud" ,
1546
- href : "/cloud/bestpractices/"
1547
- } ,
1548
1565
{
1549
1566
type : "link" ,
1550
1567
label : "Security" ,
0 commit comments