Merge pull request #1309 from medusajs/docs/sendgrid
This commit is contained in:
@@ -236,6 +236,17 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Notifications",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "add-plugins/sendgrid",
|
||||
label: "SendGrid",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Payment",
|
||||
|
||||
@@ -253,3 +253,7 @@ footer {
|
||||
.prism-code div:active {
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
details summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user