Browse Source

docs sidebar

windhamdavid 2 years ago
parent
commit
5664678c4d
1 changed files with 68 additions and 60 deletions
  1. 68 60
      sidebars.js

+ 68 - 60
sidebars.js

@@ -6,43 +6,44 @@ module.exports = {
     },
     {
       type: 'category',
-      label: 'Database',
+      label: 'Computers',
       items: [
-        'db/MongoDB',
-        'db/MySQL',
-        'db/PostgreSQL',
-        'db/Redis'
+        'computers/macs',
+        'computers/magic',
+        'computers/ovid',
+        'computers/woozer',
+        'computers/zeke'
       ],
     },
     {
       type: 'category',
-      label: 'Editor / Shell',
+      label: 'Shell',
+      items: [
+        'shell/custom',
+        'shell/terminal',
+        'shell/unix',
+        'shell/vi',
+        'shell/bash',
+        'shell/zsh',
+      ],
+    },
+    {
+      type: 'category',
+      label: 'Editor',
       items: [
-        'editors/custom',
         'editors/atom',
-        'editors/bash',
-        'editors/git',
         'editors/phpstorm',
         'editors/sublime',
-        'editors/subversion',
-        'editors/terminal',
         'editors/textmate',
-        'editors/unix',
-        'editors/vi',
-        'editors/vs',
-        'editors/zsh',
+        'editors/vs'
       ],
     },
     {
       type: 'category',
-      label: 'Frameworks',
+      label: 'Versioning',
       items: [
-        'waf/nodejs',
-        'waf/npm',
-        'waf/rails',
-        'waf/react',
-        'waf/react_native',
-        'waf/vue',
+        'editors/git',
+        'editors/subversion'
       ],
     },
     {
@@ -60,35 +61,49 @@ module.exports = {
     },
     {
       type: 'category',
-      label: 'Localhost',
+      label: 'Database',
       items: [
-        'localhost/ovid',
-        'localhost/macs',
-        'localhost/magic',
-        'localhost/macos',
-        'localhost/chrome',
-        'localhost/brew',
-        'localhost/adobe',
-        'localhost/sketch',
-        'localhost/ngrok',
+        'db/MongoDB',
+        'db/MariaDB',
+        'db/MySQL',
+        'db/PostgreSQL',
+        'db/Redis'
+      ],
+    },
+    {
+      type: 'category',
+      label: 'Frameworks',
+      items: [
+        'waf/nodejs',
+        'waf/npm',
+        'waf/rails',
+        'waf/react',
+        'waf/react_native',
+        'waf/vue',
       ],
     },
     {
       type: 'category',
-      label: 'Projects',
+      label: 'Server Tools',
       items: [
-        'projects/zeke',
-        'projects/woozer',
-        'projects/dw',
-        'projects/gzet',
-        'projects/juryd',
-        'projects/pants',
-        'projects/zw',
+        'server/apache',
+        'server/docker',
+        'server/goaccess',
+        'server/htop',
+        'server/iptables',
+        'server/kubernetes',
+        'server/letsencrypt',
+        'server/lynis',
+        'server/mail',
+        'server/monit',
+        'server/nginx',
+        'server/ubuntu',
+        'server/ufw',
       ],
     },
     {
       type: 'category',
-      label: 'Remote',
+      label: 'Server Hosted',
       items: [
         'host/Discourse',
         'host/Drupal',
@@ -108,6 +123,18 @@ module.exports = {
         'host/Zammad',
       ],
     },
+    {
+      type: 'category',
+      label: 'Software',
+      items: [
+        'localhost/macos',
+        'localhost/chrome',
+        'localhost/brew',
+        'localhost/adobe',
+        'localhost/sketch',
+        'localhost/ngrok',
+      ],
+    },
     {
       type: 'category',
       label: 'SasS',
@@ -121,24 +148,5 @@ module.exports = {
         'saas/twilio',
       ],
     },
-    {
-      type: 'category',
-      label: 'Server',
-      items: [
-        'server/apache',
-        'server/docker',
-        'server/goaccess',
-        'server/htop',
-        'server/iptables',
-        'server/kubernetes',
-        'server/letsencrypt',
-        'server/lynis',
-        'server/mail',
-        'server/monit',
-        'server/nginx',
-        'server/ubuntu',
-        'server/ufw',
-      ],
-    },
   ],
 };