This commit is contained in:
Stefan Pejcic 2024-02-05 14:58:31 +01:00
parent ae25a46b50
commit 19b17d1dd7

View file

@ -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',