@@ -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" ,
@@ -366,23 +383,6 @@ const sidebars = {
366383 "cloud/reference/supported-regions"
367384 ] ,
368385 } ,
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- } ,
386386 {
387387 type : "category" ,
388388 label : "Security" ,
@@ -1518,6 +1518,12 @@ const sidebars = {
15181518 description : "Start quickly with ClickHouse Cloud" ,
15191519 href : "/cloud/get-started/"
15201520 } ,
1521+ {
1522+ type : "link" ,
1523+ label : "Best Practices" ,
1524+ description : "How to get the most out of ClickHouse Cloud" ,
1525+ href : "/cloud/bestpractices/"
1526+ } ,
15211527 {
15221528 type : "link" ,
15231529 label : "Managing Cloud" ,
@@ -1536,12 +1542,6 @@ const sidebars = {
15361542 description : "Understanding how ClickHouse Cloud works" ,
15371543 href : "/cloud/reference/"
15381544 } ,
1539- {
1540- type : "link" ,
1541- label : "Best Practices" ,
1542- description : "How to get the most out of ClickHouse Cloud" ,
1543- href : "/cloud/bestpractices/"
1544- } ,
15451545 {
15461546 type : "link" ,
15471547 label : "Security" ,
0 commit comments