From bc5c4c8c637c384d79a61db0ee8611db3628bd2b Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Mon, 11 Apr 2022 15:51:21 +0300 Subject: [PATCH] Added sidebar link --- www/docs/sidebars.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/www/docs/sidebars.js b/www/docs/sidebars.js index 5acba91c29..0f8ba9d274 100644 --- a/www/docs/sidebars.js +++ b/www/docs/sidebars.js @@ -225,6 +225,17 @@ module.exports = { }, ], }, + { + type: "category", + label: "Notifications", + items: [ + { + type: "doc", + id: "add-plugins/sendgrid", + label: "SendGrid", + }, + ], + }, { type: "category", label: "Payment",