fix
This commit is contained in:
parent
ae25a46b50
commit
19b17d1dd7
1 changed files with 11 additions and 1 deletions
|
@ -3,7 +3,17 @@
|
|||
const mainSidebar = {
|
||||
panel: [
|
||||
'panel/intro',
|
||||
'panel/dashboard/dashboard',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Dashboard',
|
||||
className: "category-as-header",
|
||||
items: [
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'panel/dashboard/dashboard',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Applications',
|
||||
|
|
Loading…
Add table
Reference in a new issue