-
Notifications
You must be signed in to change notification settings - Fork 230
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
Fix: added original removed messaging providers doc page #1500
Fix: added original removed messaging providers doc page #1500
Conversation
@ChiragAgg5k, next time, please make sure you ask to be assigned to the issue before submitting a PR. |
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.
We also need the link added to the sidebar under Concepts:
website/src/routes/docs/products/messaging/+layout.svelte
Lines 23 to 26 in f6f5b4b
{ | |
label: 'Providers', | |
href: '/docs/products/messaging/providers' | |
}, |
sorry about that 😅 |
{ | ||
label: 'Providers', | ||
href: '/docs/products/messaging/providers' | ||
}, |
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.
Please fix the formatting.
{% cards_item href="/docs/products/messaging/sendgrid" title="Sendgrid" icon="icon-sendgrid" %} | ||
Deliver custom email messages to users using Sendgrid. |
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.
{% cards_item href="/docs/products/messaging/sendgrid" title="Sendgrid" icon="icon-sendgrid" %} | |
Deliver custom email messages to users using Sendgrid. | |
{% cards_item href="/docs/products/messaging/sendgrid" title="SendGrid" icon="icon-sendgrid" %} | |
Deliver custom email messages to users using SendGrid. |
added the fixes |
@ChiragAgg5k, please make sure to re-request a review when you're all done with your changes: ![]() |
What does this PR do?
This PR adds back the originally removed
docs/products/messaging/providers
documentation page. It was originally removed to make the providers more visible and easier to find, but some link according to issue #1479 still redirect to this page and having this page would still be beneficial.Test Plan
I have tested that the new page is rendering properly and updated the links to properly redirect to their respective documentations.
Related PRs and Issues
Have you read the Contributing Guidelines on issues?
Yes I have.