From cbf921797393db4b21b3cf173a6ef1296086ccf6 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Fri, 24 Jun 2022 10:37:55 +0200 Subject: [PATCH] docs: moved Slack in the sidebar to Notifications (#1715) --- www/docs/sidebars.js | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/www/docs/sidebars.js b/www/docs/sidebars.js index ec0e634050..f65f7a17e6 100644 --- a/www/docs/sidebars.js +++ b/www/docs/sidebars.js @@ -279,17 +279,6 @@ module.exports = { }, ], }, - { - type: "category", - label: "Bot", - items: [ - { - type: "doc", - id: "add-plugins/slack", - label: "Slack", - }, - ], - }, { type: "category", label: "CMS", @@ -339,6 +328,11 @@ module.exports = { id: "add-plugins/twilio-sms", label: "Twilio SMS", }, + { + type: "doc", + id: "add-plugins/slack", + label: "Slack", + }, ], }, {