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",