From e99b90912f268a2bb282683a6896261c003fed9c Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 10 Sep 2022 22:00:34 +0200 Subject: [PATCH] website: cleanup integrations sidebar Signed-off-by: Jens Langhammer --- website/sidebarsIntegrations.js | 58 ++++++++++++++++++--------------- 1 file changed, 32 insertions(+), 26 deletions(-) diff --git a/website/sidebarsIntegrations.js b/website/sidebarsIntegrations.js index b997c8b280..8abb6679b1 100644 --- a/website/sidebarsIntegrations.js +++ b/website/sidebarsIntegrations.js @@ -10,28 +10,8 @@ module.exports = { items: [ { type: "category", - label: "Monitoring & Infrastructure", + label: "Infrastructure", items: [ - { - type: "category", - label: "Hypervisors / Orchestrators", - items: [ - "services/portainer/index", - "services/proxmox-ve/index", - "services/rancher/index", - "services/vmware-vcenter/index", - ], - }, - { - type: "category", - label: "Monitoring", - items: [ - "services/grafana/index", - "services/ubuntu-landscape/index", - "services/uptime-kuma/index", - "services/zabbix/index", - ], - }, "services/apache-guacamole/index", "services/awx-tower/index", "services/fortimanager/index", @@ -45,6 +25,26 @@ module.exports = { "services/veeam-enterprise-manager/index", ], }, + { + type: "category", + label: "Hypervisors / Orchestrators", + items: [ + "services/portainer/index", + "services/proxmox-ve/index", + "services/rancher/index", + "services/vmware-vcenter/index", + ], + }, + { + type: "category", + label: "Monitoring", + items: [ + "services/grafana/index", + "services/ubuntu-landscape/index", + "services/uptime-kuma/index", + "services/zabbix/index", + ], + }, { type: "category", label: "Cloud Providers", @@ -59,6 +59,7 @@ module.exports = { items: [ "services/bookstack/index", "services/hedgedoc/index", + "services/kimai/index", "services/matrix-synapse/index", "services/nextcloud/index", "services/onlyoffice/index", @@ -98,11 +99,16 @@ module.exports = { "services/gitlab/index", ], }, - "services/home-assistant/index", - "services/node-red/index", - "services/kimai/index", - "services/sonarr/index", - "services/tautulli/index", + { + type: "category", + label: "Miscellaneous", + items: [ + "services/home-assistant/index", + "services/node-red/index", + "services/sonarr/index", + "services/tautulli/index", + ], + }, ], }, {