Skip to content

Commit 1d75b04

Browse files
committed
move formats to reference
1 parent 159a60f commit 1d75b04

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

sidebars.js

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)