From 6a3a3e5f8dd793a6e5e80248f27d1925d474be24 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Fri, 23 Dec 2022 11:23:41 +0100 Subject: [PATCH] website: fix duplicate platforms in sidebar Signed-off-by: Jens Langhammer --- website/sidebarsIntegrations.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/website/sidebarsIntegrations.js b/website/sidebarsIntegrations.js index 17e4a96e9..178e475f0 100644 --- a/website/sidebarsIntegrations.js +++ b/website/sidebarsIntegrations.js @@ -40,14 +40,6 @@ module.exports = { label: "Dashboards", items: ["services/organizr/index"], }, - { - type: "category", - label: "Platforms", - items: [ - "services/budibase/index", - "services/wordpress/index", - ], - }, { type: "category", label: "Hypervisors / Orchestrators",