From 10c804cf31ea91a1be548b9e524b694baa15127a Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Tue, 7 Jul 2026 10:22:02 -0600 Subject: [PATCH] docs: restore Microsoft Teams entries removed by stale copy --- .../content/docs/core/(Notifications)/meta.json | 1 + .../content/docs/core/(Notifications)/overview.mdx | 13 +++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/apps/docs/content/docs/core/(Notifications)/meta.json b/apps/docs/content/docs/core/(Notifications)/meta.json index 02b7c54..2fc629c 100644 --- a/apps/docs/content/docs/core/(Notifications)/meta.json +++ b/apps/docs/content/docs/core/(Notifications)/meta.json @@ -7,6 +7,7 @@ "telegram", "discord", "lark", + "teams", "email", "resend", "gotify", diff --git a/apps/docs/content/docs/core/(Notifications)/overview.mdx b/apps/docs/content/docs/core/(Notifications)/overview.mdx index fa5e507..e3be6a5 100644 --- a/apps/docs/content/docs/core/(Notifications)/overview.mdx +++ b/apps/docs/content/docs/core/(Notifications)/overview.mdx @@ -27,10 +27,11 @@ Dokploy supports the following notification providers: 3. **Telegram**: Telegram is a messaging platform that allows users to send and receive messages. 4. **Discord**: Discord is generally used for communication between users in a chat or voice channel. 5. **Lark**: Lark is a collaboration platform that provides messaging and team communication features. -6. **Email**: Email is a popular method for sending messages to a group of recipients. -7. **Resend**: Resend is a modern email API for developers to send transactional emails. -8. **Gotify**: Gotify is a self-hosted push notification service. -9. **Ntfy**: Ntfy is a simple HTTP-based pub-sub notification service. -10. **Pushover**: Pushover is a service for sending real-time notifications to Android, iOS, and desktop devices. -11. **Webhook**: Webhook is a generic webhook notification service. +6. **Microsoft Teams**: Microsoft Teams is a collaboration platform that supports incoming webhooks for channel notifications. +7. **Email**: Email is a popular method for sending messages to a group of recipients. +8. **Resend**: Resend is a modern email API for developers to send transactional emails. +9. **Gotify**: Gotify is a self-hosted push notification service. +10. **Ntfy**: Ntfy is a simple HTTP-based pub-sub notification service. +11. **Pushover**: Pushover is a service for sending real-time notifications to Android, iOS, and desktop devices. +12. **Webhook**: Webhook is a generic webhook notification service.