From d4b093207a989a6a8facbd367c2bd5ddc91cd789 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 12 Jun 2025 17:10:28 +0300 Subject: [PATCH] docs: add link to the Slack tutorial in the integrations page (#12721) --- www/apps/resources/app/integrations/page.mdx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/www/apps/resources/app/integrations/page.mdx b/www/apps/resources/app/integrations/page.mdx index e708d6bf06..4a621206ab 100644 --- a/www/apps/resources/app/integrations/page.mdx +++ b/www/apps/resources/app/integrations/page.mdx @@ -176,6 +176,14 @@ A Notification Module Provider sends messages to users and customers in your Med children: "Tutorial" } }, + { + href: "/integrations/guides/slack", + title: "Slack", + badge: { + variant: "blue", + children: "Tutorial" + } + }, { href: "/how-to-tutorials/tutorials/phone-auth#step-3-integrate-twilio-sms", title: "Twilio SMS", @@ -226,4 +234,4 @@ Integrate a search engine to index and search products or other types of data in } ]} className="mb-1" -/> \ No newline at end of file +/>