Add sidebar for notebooks page (#1766)

This commit is contained in:
Jack Gerrits 2024-02-22 23:01:17 -05:00 committed by GitHub
parent a646df2d02
commit ac15996f5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 1 deletions

View File

@ -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"
},
},
]
};