diff --git a/documentation/sidebars.js b/documentation/sidebars.js index 641d24c..50ff64a 100644 --- a/documentation/sidebars.js +++ b/documentation/sidebars.js @@ -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',