-
Notifications
You must be signed in to change notification settings - Fork 213
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
base: main
Are you sure you want to change the base?
Fix: added original removed messaging providers doc page #1500
Conversation
The preview deployment is ready. 🟢 Open Preview | Open Build Logs Last updated at: 2024-12-13 20:52:44 CET |
@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' | |
}, |
{% cards_item href="/docs/products/messaging/textmagic" title="TextMagic" icon="icon-textmagic" %} | ||
Deliver custom SMS messages to users using TextMagic. |
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/textmagic" title="TextMagic" icon="icon-textmagic" %} | |
Deliver custom SMS messages to users using TextMagic. | |
{% cards_item href="/docs/products/messaging/textmagic" title="Textmagic" icon="icon-textmagic" %} | |
Deliver custom SMS messages to users using Textmagic. |
sorry about that 😅 |
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.