From 348d2a4a8ec1d063ada6ced5ef8fd7cc83bf24fb Mon Sep 17 00:00:00 2001 From: "shardul.cometchat" Date: Thu, 10 Sep 2026 02:17:13 +0530 Subject: [PATCH] docs(notifications): retire orphan /notifications/overview MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit notifications/overview.mdx was an orphan (not in docs.json nav) and a stale duplicate of the /notifications landing page — a thin page with a placeholder description and legacy-extension links, superseded by the richer notifications.mdx hero. Delete it, add a redirect /notifications/overview -> /notifications, and repoint the two links in fundamentals/notification-extensions.mdx to the canonical landing. --- docs.json | 4 ++++ fundamentals/notification-extensions.mdx | 4 ++-- notifications/overview.mdx | 27 ------------------------ 3 files changed, 6 insertions(+), 29 deletions(-) delete mode 100644 notifications/overview.mdx diff --git a/docs.json b/docs.json index 306450f97..1e992b6b0 100644 --- a/docs.json +++ b/docs.json @@ -7199,6 +7199,10 @@ "source": "/extensions/token-management", "destination": "/notifications/push-overview" }, + { + "source": "/notifications/overview", + "destination": "/notifications" + }, { "source": "/notifications/push-integration", "destination": "/notifications/push-overview" diff --git a/fundamentals/notification-extensions.mdx b/fundamentals/notification-extensions.mdx index 4b391d2f1..229499d26 100644 --- a/fundamentals/notification-extensions.mdx +++ b/fundamentals/notification-extensions.mdx @@ -5,7 +5,7 @@ description: "Explore CometChat notification options for push, email, and SMS, i CometChat Notifications come in two variants: -1. The mordern [Notifications](/notifications/overview) platform. +1. The modern [Notifications](/notifications) platform. * [Push Notifications](/notifications/push-overview) * [Email Notifications](/notifications/email-overview) @@ -17,4 +17,4 @@ CometChat Notifications come in two variants: * [Legacy Email Notifications Extension](https://assets.cometchat.io/legacy-docs/notifications/email-notifications-extension-legacy.html) * [Legacy SMS Notifications Extension](https://assets.cometchat.io/legacy-docs/notifications/sms-notifications-extension-legacy.html) -For the best experience, we recommend to use the mordern [Notifications](/notifications/overview) platform. Please visit the above mentioned links for more details. +For the best experience, we recommend to use the modern [Notifications](/notifications) platform. Please visit the above mentioned links for more details. diff --git a/notifications/overview.mdx b/notifications/overview.mdx deleted file mode 100644 index 7bef8a989..000000000 --- a/notifications/overview.mdx +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Overview" -description: "Overview of Overview in CometChat." ---- - -Notifications play a crucial role in alerting users to activity within conversations, such as new messages, replies, reactions, and more. CometChat facilitates user engagement through various notification methods, including: - -### Push Notifications - -Deliver instant updates and improve user engagement. CometChat has the following offerings. - -* [Push Notifications](/notifications/push-overview) -* [Push Notifications extension (Legacy)](https://assets.cometchat.io/legacy-docs/notifications/push-notifications-extension-legacy.html) - -### Email Notifications - -Dispatch updates at intervals to re-engage users with extended absence using Emails. - -* [Email Notifications](/notifications/email-overview) -* [Email Notifications extension (Legacy)](https://assets.cometchat.io/legacy-docs/notifications/email-notifications-extension-legacy.html). - -### SMS Notifications - -Dispatch updates at intervals to re-engage users with extended absence using SMS. - -* [SMS Notifications](/notifications/sms-overview) -* [SMS Notifications extension (Legacy)](https://assets.cometchat.io/legacy-docs/notifications/sms-notifications-extension-legacy.html).