docs: moved Slack in the sidebar to Notifications (#1715)

This commit is contained in:
Shahed Nasser
2022-06-24 10:37:55 +02:00
committed by GitHub
parent a3f6ff7319
commit cbf9217973

View File

@@ -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",
},
],
},
{