File tree Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,6 @@ const sidebars: SidebarsConfig = {
34
34
'core/cli' ,
35
35
] ,
36
36
} ,
37
- {
38
- type : 'category' ,
39
- label : 'Built-in Operations' ,
40
- collapsed : false ,
41
- items : [
42
- 'ops/functions' ,
43
- ] ,
44
- } ,
45
37
{
46
38
type : 'category' ,
47
39
label : 'Built-in Sources' ,
@@ -50,18 +42,22 @@ const sidebars: SidebarsConfig = {
50
42
items : [
51
43
] ,
52
44
} ,
45
+ {
46
+ type : 'doc' ,
47
+ id : 'ops/functions' ,
48
+ label : 'Built-in Functions' ,
49
+ } ,
53
50
{
54
51
type : 'category' ,
55
52
label : 'Built-in Targets' ,
56
53
link : { type : 'doc' , id : 'targets/index' } ,
57
54
collapsed : true ,
58
55
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' ,
65
61
] ,
66
62
} ,
67
63
{
You can’t perform that action at this time.
0 commit comments