File tree Expand file tree Collapse file tree 1 file changed +19
-13
lines changed Expand file tree Collapse file tree 1 file changed +19
-13
lines changed Original file line number Diff line number Diff line change @@ -467,6 +467,21 @@ const sidebars = {
467467 } ,
468468 ] ,
469469 } ,
470+ {
471+ type : "category" ,
472+ label : "Formats" ,
473+ collapsed : false ,
474+ collapsible : false ,
475+ link : { type : "doc" , id : "interfaces/formats" } ,
476+ items : [
477+ {
478+ type : "autogenerated" ,
479+ collapsed : true ,
480+ collapsible : true ,
481+ dirName : "interfaces/formats" ,
482+ } ,
483+ ] ,
484+ } ,
470485 ] ,
471486
472487 integrations : [
@@ -863,19 +878,10 @@ const sidebars = {
863878 "integrations/data-ingestion/data-formats/arrow-avro-orc" ,
864879 "integrations/data-ingestion/data-formats/templates-regex" ,
865880 {
866- type : "category" ,
867- label : "View All Formats" ,
868- link : {
869- type : "doc" ,
870- id : "interfaces/formats" ,
871- } ,
872- items : [
873- {
874- type : "autogenerated" ,
875- dirName : "interfaces/formats" ,
876- }
877- ]
878- } ,
881+ type : "link" ,
882+ label : "View all formats" ,
883+ href : "/interfaces/formats" ,
884+ }
879885 ] ,
880886 } ,
881887 {
You can’t perform that action at this time.
0 commit comments