-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating documentation to show how to use the plugin dynamically. #3679
Conversation
|
@thephpguy is attempting to deploy a commit to the medusajs Team on Vercel. A member of the Team first needs to authorize it. |
closes #3678 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thephpguy thank you for your contribution! Can you instead add this to the documentation? Specifically the file at docs/content/plugins/notifications/sendgrid.mdx
Co-authored-by: Shahed Nasser <[email protected]>
…lly." This reverts commit d81c097.
|
||
You can resolve the SendGrid service to send emails from your custom services or other resources. For example: | ||
|
||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry forgot to mention this before, but can you add the language here ts
? You might also need to run the command yarn lint:docs --fix
to resolve any eslint errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops. Missed that. Thanks.
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks a lot for your contribution 🚀
Previously there was an example of how to use the plugin dynamically. That documentation was wrong/outdated and was removed.