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 = {
492492 } ,
493493 ] ,
494494 } ,
495+ {
496+ type : "category" ,
497+ label : "Operators" ,
498+ items : [
499+ {
500+ type : "autogenerated" ,
501+ dirName : "sql-reference/operators" ,
502+ } ,
503+ ]
504+ } ,
495505 ] ,
496506 } ,
497507 {
@@ -568,33 +578,6 @@ const sidebars = {
568578 } ,
569579 ] ,
570580 } ,
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- } ,
598581 ] ,
599582
600583 integrations : [
@@ -1753,12 +1736,6 @@ const sidebars = {
17531736 description : "Use the right table and database engines for your data" ,
17541737 href : "/engines"
17551738 } ,
1756- {
1757- type : "link" ,
1758- label : "Other Features" ,
1759- description : "Learn about other features in ClickHouse" ,
1760- href : "/sql-reference/operators"
1761- }
17621739 ]
17631740 } ,
17641741 {
You can’t perform that action at this time.
0 commit comments