File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -355,6 +355,24 @@ const sidebars = {
355355 id : "task" ,
356356 label : "Scheduled Task" ,
357357 } ,
358+ {
359+ type : "category" ,
360+ label : "User Defined Functions" ,
361+ collapsed : true ,
362+ link : {
363+ type : "doc" ,
364+ id : "udf" ,
365+ } ,
366+ items : [
367+ {
368+ type : "doc" ,
369+ id : "py-udf" ,
370+ } ,
371+ "js-udf" ,
372+ "sql-udf" ,
373+ "remote-udf" ,
374+ ] ,
375+ } ,
358376 ]
359377 } ,
360378 {
@@ -686,22 +704,9 @@ const sidebars = {
686704 "functions_for_streaming" ,
687705 "functions_for_table" ,
688706 {
689- type : "category " ,
707+ type : "link " ,
690708 label : "User Defined Functions" ,
691- collapsed : false ,
692- link : {
693- type : "doc" ,
694- id : "udf" ,
695- } ,
696- items : [
697- {
698- type : "doc" ,
699- id : "py-udf" ,
700- } ,
701- "js-udf" ,
702- "sql-udf" ,
703- "remote-udf" ,
704- ] ,
709+ href : "https://docs.timeplus.com/udf" ,
705710 } ,
706711 ] ,
707712 } ,
You can’t perform that action at this time.
0 commit comments