From 7cf9fe71e815fbb9858b853fbf68a457a08eb955 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Tue, 24 Feb 2026 11:19:02 -0500 Subject: [PATCH] Add deprecation notices to Docs/ and update README links Points users to the canonical documentation at courier.com/docs/sdk-libraries/android/. Docs/ files get a deprecation notice; README feature table links now point to Mintlify instead of GitHub. --- Docs/Authentication.md | 2 ++ Docs/Client.md | 2 ++ Docs/Inbox.md | 2 ++ Docs/Preferences.md | 2 ++ Docs/PushNotifications.md | 2 ++ README.md | 14 +++++++------- 6 files changed, 17 insertions(+), 7 deletions(-) diff --git a/Docs/Authentication.md b/Docs/Authentication.md index 28ffe747..02f53cac 100644 --- a/Docs/Authentication.md +++ b/Docs/Authentication.md @@ -1,3 +1,5 @@ +> **Note**: These docs have moved to [courier.com/docs/sdk-libraries/android](https://www.courier.com/docs/sdk-libraries/android/). The content below may be outdated. + # Authentication Manages user credentials between app sessions. diff --git a/Docs/Client.md b/Docs/Client.md index 96f5367f..7c9538fc 100644 --- a/Docs/Client.md +++ b/Docs/Client.md @@ -1,3 +1,5 @@ +> **Note**: These docs have moved to [courier.com/docs/sdk-libraries/android](https://www.courier.com/docs/sdk-libraries/android/). The content below may be outdated. + # `CourierClient` Base layer Courier API wrapper. diff --git a/Docs/Inbox.md b/Docs/Inbox.md index c2ad9eb6..6525a2b4 100644 --- a/Docs/Inbox.md +++ b/Docs/Inbox.md @@ -1,5 +1,7 @@ android-inbox-banner +> **Note**: These docs have moved to [courier.com/docs/sdk-libraries/android](https://www.courier.com/docs/sdk-libraries/android/). The content below may be outdated. +     diff --git a/Docs/Preferences.md b/Docs/Preferences.md index 3fe42c77..0ac15796 100644 --- a/Docs/Preferences.md +++ b/Docs/Preferences.md @@ -1,5 +1,7 @@ android-preferences-banner +> **Note**: These docs have moved to [courier.com/docs/sdk-libraries/android](https://www.courier.com/docs/sdk-libraries/android/). The content below may be outdated. + # Courier Preferences In-app notification settings that allow your users to customize which of your notifications they receive. Allows you to build high quality, flexible preference settings very quickly. diff --git a/Docs/PushNotifications.md b/Docs/PushNotifications.md index e24e6128..cb427f6b 100644 --- a/Docs/PushNotifications.md +++ b/Docs/PushNotifications.md @@ -1,5 +1,7 @@ android-push-banner +> **Note**: These docs have moved to [courier.com/docs/sdk-libraries/android](https://www.courier.com/docs/sdk-libraries/android/). The content below may be outdated. +   # Push Notifications diff --git a/README.md b/README.md index b0193163..7f0734de 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ dependencies { ### 3. Initialize the SDK (Optional) -If you are only using CourierClient APIs you can skip this step. +If you are only using CourierClient APIs you can skip this step. ```kotlin // This example is on an Application class @@ -113,12 +113,12 @@ These are all the available features of the SDK. 1 - + Authentication - Manages user credentials between app sessions. Required if you would like to use Inbox, Push Notifications and Preferences. + Manages user credentials between app sessions. Required if you would like to use Inbox, Push Notifications and Preferences. @@ -126,7 +126,7 @@ These are all the available features of the SDK. 2 - + Inbox @@ -139,7 +139,7 @@ These are all the available features of the SDK. 3 - + Push Notifications @@ -152,7 +152,7 @@ These are all the available features of the SDK. 4 - + Preferences @@ -165,7 +165,7 @@ These are all the available features of the SDK. 5 - + CourierClient