Skip to content
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: consistency on integrations providers docs #684

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions content/integrations/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,23 @@ Here are the providers we currently support within Knock. We're adding more each
- [SMTP](/integrations/email/smtp)
- [Sparkpost](/integrations/email/sparkpost)

### Chat apps

- [Slack](/integrations/chat/slack/overview)
- [Microsoft Teams](/integrations/chat/microsoft-teams/overview)
- [Discord](/integrations/chat/discord)
- [WhatsApp](/integrations/chat/whatsapp)

### In-app

- [Knock in-app](/integrations/in-app/knock)

### Push

- [Apple Push Notification Service](/integrations/push/apns)
- [Expo](/integrations/push/expo)
- [Firebase Cloud Messaging](/integrations/push/firebase)
- [Expo](/integrations/push/expo)
- [OneSignal](/integrations/push/one-signal)

### SMS

Expand All @@ -119,14 +131,3 @@ Here are the providers we currently support within Knock. We're adding more each
- [Telnyx](/integrations/sms/telnyx)
- [Twilio](/integrations/sms/twilio)
- [Vonage](/integrations/sms/vonage)

### Chat apps

- [Slack](/integrations/chat/slack)
- [Discord](/integrations/chat/discord)
- [Microsoft Teams](/integrations/chat/microsoft-teams)
- [WhatsApp](/integrations/chat/whatsapp)

### In-app

- [Knock in-app](/integrations/in-app/knock)
2 changes: 1 addition & 1 deletion data/integrationsSidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ const sidebarContent: SidebarSection[] = [
{ slug: "/plivo", title: "Plivo" },
{ slug: "/sinch", title: "Sinch" },
{ slug: "/sinch-message-media", title: "Sinch MessageMedia" },
{ slug: "/twilio", title: "Twilio" },
{ slug: "/telnyx", title: "Telnyx" },
{ slug: "/twilio", title: "Twilio" },
{ slug: "/vonage", title: "Vonage" },
],
},
Expand Down
5 changes: 5 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ const nextConfig = {
destination: "/integrations/sms/twilio",
permanent: true,
},
{
source: "/integrations/chat/microsoft-teams",
destination: "/integrations/chat/microsoft-teams/overview",
permanent: true,
},
cellomatt marked this conversation as resolved.
Show resolved Hide resolved
// Old feed docs
{
source: "/client-integration/authenticating-users",
Expand Down
Loading