Merge pull request #1309 from medusajs/docs/sendgrid
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
# SendGrid (Documentation coming soon)
|
||||
|
||||
[View plugin here](https://github.com/medusajs/medusa/tree/master/packages/medusa-plugin-sendgrid)
|
||||
|
||||
<div>
|
||||
<video width="100%" height="100%" playsinline autoplay muted controls>
|
||||
<source src="https://user-images.githubusercontent.com/59018053/154807282-1e72671f-1936-411d-b914-e05c6597693a.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
3967
docs/content/add-plugins/sendgrid.mdx
Normal file
3967
docs/content/add-plugins/sendgrid.mdx
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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