File tree Expand file tree Collapse file tree 1 file changed +10
-33
lines changed Expand file tree Collapse file tree 1 file changed +10
-33
lines changed Original file line number Diff line number Diff line change @@ -492,6 +492,16 @@ const sidebars = {
492
492
} ,
493
493
] ,
494
494
} ,
495
+ {
496
+ type : "category" ,
497
+ label : "Operators" ,
498
+ items : [
499
+ {
500
+ type : "autogenerated" ,
501
+ dirName : "sql-reference/operators" ,
502
+ } ,
503
+ ]
504
+ } ,
495
505
] ,
496
506
} ,
497
507
{
@@ -568,33 +578,6 @@ const sidebars = {
568
578
} ,
569
579
] ,
570
580
} ,
571
- {
572
- type : "category" ,
573
- label : "Other Features" ,
574
- collapsed : false ,
575
- collapsible : false ,
576
- items : [
577
- {
578
- type : "doc" ,
579
- id : "sql-reference/operators/distributed-ddl" ,
580
- } ,
581
- {
582
- type : "doc" ,
583
- id : "sql-reference/operators/exists" ,
584
- } ,
585
- {
586
- type : "category" ,
587
- label : "Operators" ,
588
- link : { type : "doc" , id : "sql-reference/operators/index" } ,
589
- items : [
590
- {
591
- type : "doc" ,
592
- id : "sql-reference/operators/in" ,
593
- } ,
594
- ]
595
- } ,
596
- ] ,
597
- } ,
598
581
] ,
599
582
600
583
integrations : [
@@ -1753,12 +1736,6 @@ const sidebars = {
1753
1736
description : "Use the right table and database engines for your data" ,
1754
1737
href : "/engines"
1755
1738
} ,
1756
- {
1757
- type : "link" ,
1758
- label : "Other Features" ,
1759
- description : "Learn about other features in ClickHouse" ,
1760
- href : "/sql-reference/operators"
1761
- }
1762
1739
]
1763
1740
} ,
1764
1741
{
You can’t perform that action at this time.
0 commit comments