Skip to content

Commit

Permalink
move sql referecnce + data formats down
Browse files Browse the repository at this point in the history
  • Loading branch information
mneedham committed Sep 25, 2024
1 parent ab06890 commit b99ec6b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ const sidebars = {
className: "top-nav-item",
collapsed: false,
collapsible: false,
items: ["en/chdb/index", "en/chdb/data-formats", "en/chdb/sql-reference"],
items: ["en/chdb/index"],
},
{
type: "category",
Expand Down Expand Up @@ -1247,6 +1247,18 @@ const sidebars = {
],
},

{
type: "category",
label: "Technical Reference",
className: "top-nav-item",
collapsed: false,
collapsible: false,
items: [
"en/chdb/data-formats",
"en/chdb/sql-reference"
],
},

{
type: "category",
label: "Integrations",
Expand Down

0 comments on commit b99ec6b

Please sign in to comment.