mirror of https://github.com/microsoft/autogen.git
Add sidebar for notebooks page (#1766)
This commit is contained in:
parent
a646df2d02
commit
ac15996f5a
|
@ -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"
|
||||
},
|
||||
},
|
||||
|
||||
]
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue