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 = {
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 {
You can’t perform that action at this time.
0 commit comments