Skip to content

Commit 18f5cc0

Browse files
authored
chore(docs/sidebar): make "Built-in Functions" in par with source/target (#1148)
1 parent 4577f0c commit 18f5cc0

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

docs/sidebars.ts

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,6 @@ const sidebars: SidebarsConfig = {
3434
'core/cli',
3535
],
3636
},
37-
{
38-
type: 'category',
39-
label: 'Built-in Operations',
40-
collapsed: false,
41-
items: [
42-
'ops/functions',
43-
],
44-
},
4537
{
4638
type: 'category',
4739
label: 'Built-in Sources',
@@ -50,18 +42,22 @@ const sidebars: SidebarsConfig = {
5042
items: [
5143
],
5244
},
45+
{
46+
type: 'doc',
47+
id: 'ops/functions',
48+
label: 'Built-in Functions',
49+
},
5350
{
5451
type: 'category',
5552
label: 'Built-in Targets',
5653
link: { type: 'doc', id: 'targets/index' },
5754
collapsed: true,
5855
items: [
59-
60-
'targets/postgres',
61-
'targets/qdrant',
62-
'targets/lancedb',
63-
'targets/neo4j',
64-
'targets/kuzu',
56+
'targets/postgres',
57+
'targets/qdrant',
58+
'targets/lancedb',
59+
'targets/neo4j',
60+
'targets/kuzu',
6561
],
6662
},
6763
{

0 commit comments

Comments
 (0)