📚 docs(sidebars.js): add new category "Guides" with an item "loading_document" to the sidebar to improve navigation and organization of documentation
This commit is contained in:
parent
82701d7bf6
commit
924bf56ba1
1 changed files with 6 additions and 0 deletions
|
|
@ -21,6 +21,12 @@ module.exports = {
|
|||
"guidelines/collection",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Guides",
|
||||
collapsed: false,
|
||||
items: ["guides/loading_document"],
|
||||
},
|
||||
// {
|
||||
// type: 'category',
|
||||
// label: 'Components',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue