@@ -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" ,
@@ -366,23 +383,6 @@ const sidebars = {
366
383
"cloud/reference/supported-regions"
367
384
] ,
368
385
} ,
369
- {
370
- type : "category" ,
371
- label : "Best Practices" ,
372
- collapsed : false ,
373
- collapsible : false ,
374
- className : "top-nav-item" ,
375
- link : { type : "doc" , id : "cloud/bestpractices/index" } ,
376
- items : [
377
- "cloud/bestpractices/bulkinserts" ,
378
- "cloud/bestpractices/asyncinserts" ,
379
- "cloud/bestpractices/avoidmutations" ,
380
- "cloud/bestpractices/avoidnullablecolumns" ,
381
- "cloud/bestpractices/avoidoptimizefinal" ,
382
- "cloud/bestpractices/partitioningkey" ,
383
- "cloud/bestpractices/usagelimits" ,
384
- ] ,
385
- } ,
386
386
{
387
387
type : "category" ,
388
388
label : "Security" ,
@@ -1518,6 +1518,12 @@ const sidebars = {
1518
1518
description : "Start quickly with ClickHouse Cloud" ,
1519
1519
href : "/cloud/get-started/"
1520
1520
} ,
1521
+ {
1522
+ type : "link" ,
1523
+ label : "Best Practices" ,
1524
+ description : "How to get the most out of ClickHouse Cloud" ,
1525
+ href : "/cloud/bestpractices/"
1526
+ } ,
1521
1527
{
1522
1528
type : "link" ,
1523
1529
label : "Managing Cloud" ,
@@ -1536,12 +1542,6 @@ const sidebars = {
1536
1542
description : "Understanding how ClickHouse Cloud works" ,
1537
1543
href : "/cloud/reference/"
1538
1544
} ,
1539
- {
1540
- type : "link" ,
1541
- label : "Best Practices" ,
1542
- description : "How to get the most out of ClickHouse Cloud" ,
1543
- href : "/cloud/bestpractices/"
1544
- } ,
1545
1545
{
1546
1546
type : "link" ,
1547
1547
label : "Security" ,
0 commit comments