Skip to content

Commit

Permalink
Add sidebar for notebooks page (#1766)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits authored Feb 23, 2024
1 parent a646df2 commit ac15996
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,20 @@
'Migration-Guide'
],
// pydoc-markdown auto-generated markdowns from docstrings
referenceSideBar: [require("./docs/reference/sidebar.json")]
referenceSideBar: [require("./docs/reference/sidebar.json")],
notebooksSidebar: [
{
type: "category",
label: "Notebooks",
items: [{
type: "autogenerated",
dirName: "notebooks",
},],
link: {
type: 'doc',
id: "notebooks"
},
},

]
};

0 comments on commit ac15996

Please sign in to comment.