Browse Source

rm probo from sidebar

Stefan Pejcic 1 year ago
parent
commit
893fd15f14
1 changed files with 19 additions and 19 deletions
  1. 19 19
      documentation/sidebars.js

+ 19 - 19
documentation/sidebars.js

@@ -191,37 +191,37 @@ const mainSidebar = {
           id: 'panel/account/login',
         },
       ],
-    },
-    // Promo
-    {
-        type: "link",
-        href: "/beta",
-        label: "OpenPanel BETA",
-        className: "enterprise-badge",
     }
+    // Promo dodaj i , pre!
+//    {
+//        type: "link",
+//        href: "/beta",
+//        label: "OpenPanel Enterprise",
+//        className: "enterprise-badge",
+//    }
   ],
 
 
   admin: [
     { type: 'autogenerated', dirName: 'admin' },
     // Promo
-    {
-      type: 'link',
-      href: '/beta',
-      label: 'OpenPanel BETA',
-      className: 'enterprise-badge',
-    },
+//    {
+//      type: 'link',
+//      href: '/beta',
+//      label: 'OpenPanel BETA',
+//      className: 'enterprise-badge',
+//    },
   ],
 
   changelog: [
     { type: 'autogenerated', dirName: 'changelog' },
     // Promo
-    {
-      type: 'link',
-      href: '/beta',
-      label: 'OpenPanel BETA',
-      className: 'enterprise-badge',
-    },
+//    {
+//      type: 'link',
+//      href: '/beta',
+//      label: 'OpenPanel BETA',
+//      className: 'enterprise-badge',
+//    },
   ],
 };