Skip to content

Commit

Permalink
Update sidebars.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ash0ts committed Jan 10, 2025
1 parent 24f85af commit eac5816
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion docs/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,24 @@ const sidebars: SidebarsConfig = {
}),
// This will probably need to be customized in the future
notebookSidebar: [
{ type: "autogenerated", dirName: "reference/gen_notebooks" },
{
label: "Python",
...CATEGORY_SECTION_HEADER_MIXIN,
collapsible: true,
collapsed: false,
items: [
{ type: "autogenerated", dirName: "reference/gen_notebooks" },
],
},
{
label: "TypeScript",
...CATEGORY_SECTION_HEADER_MIXIN,
collapsible: true,
collapsed: false,
items: [
{ type: "autogenerated", dirName: "reference/generated_typescript_docs" },
],
},
],
};

Expand Down

0 comments on commit eac5816

Please sign in to comment.