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 = {
|
const mainSidebar = {
|
||||||
panel: [
|
panel: [
|
||||||
'panel/intro',
|
'panel/intro',
|
||||||
'panel/dashboard/dashboard',
|
{
|
||||||
|
type: 'category',
|
||||||
|
label: 'Dashboard',
|
||||||
|
className: "category-as-header",
|
||||||
|
items: [
|
||||||
|
{
|
||||||
|
type: 'doc',
|
||||||
|
id: 'panel/dashboard/dashboard',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Applications',
|
label: 'Applications',
|
||||||
|
|
Loading…
Add table
Reference in a new issue