From fe1e2aa8af534c7c4213e86e7a5cf96b94aeebe9 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 24 Dec 2022 00:50:12 +0100 Subject: [PATCH] website: fix missing integrations in sidebar Signed-off-by: Jens Langhammer --- website/sidebarsIntegrations.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/sidebarsIntegrations.js b/website/sidebarsIntegrations.js index 178e475f0a..359c95a0b4 100644 --- a/website/sidebarsIntegrations.js +++ b/website/sidebarsIntegrations.js @@ -82,6 +82,7 @@ module.exports = { "services/sonarr/index", "services/tautulli/index", "services/jellyfin/index", + "services/weblate/index", ], }, { @@ -89,6 +90,7 @@ module.exports = { label: "Monitoring", items: [ "services/grafana/index", + "services/sentry/index", "services/ubuntu-landscape/index", "services/uptime-kuma/index", "services/zabbix/index",