Skip to content

Commit 8948c04

Browse files
committed
move other features to under introduction
1 parent e933ae4 commit 8948c04

File tree

1 file changed

+10
-33
lines changed

1 file changed

+10
-33
lines changed

sidebars.js

Lines changed: 10 additions & 33 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)