Stefan Pejcic 1 gadu atpakaļ
vecāks
revīzija
19b17d1dd7
1 mainītis faili ar 11 papildinājumiem un 1 dzēšanām
  1. 11 1
      documentation/sidebars.js

+ 11 - 1
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',