From 5f5b3016314005e05f24e05111f03c4d4beac9d5 Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Tue, 17 Dec 2024 12:15:49 -0500 Subject: [PATCH] docs(README): adjust links to docs.page we will likely get the notifee.app custom url pointed there again shortly, but let's have live links in the meantime --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index fb46220d6..c55391209 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A feature rich Android & iOS notifications library for React Native. -[> Learn More](https://notifee.app/) +[> Learn More](https://docs.page/invertase/notifee/) --- @@ -26,8 +26,8 @@ A feature rich Android & iOS notifications library for React Native. ## Documentation -- [Overview](https://notifee.app/react-native/docs/overview) -- [Reference](https://notifee.app/react-native/reference) +- [Overview](https://docs.page/invertase/notifee/react-native/overview) +- [Reference](https://docs.page/invertase/notifee/react-native/reference) ### Android @@ -35,15 +35,15 @@ The APIs for Android allow for creating rich, styled and highly interactive noti | Topic | | | ---------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | -| [Appearance](https://notifee.app/react-native/docs/android/appearance) | Change the appearance of a notification; icons, colors, visibility etc. | -| [Behaviour](https://notifee.app/react-native/docs/android/behaviour) | Customize how a notification behaves when it is delivered to a device; sound, vibration, lights etc. | -| [Channels & Groups](https://notifee.app/react-native/docs/android/channels) | Organize your notifications into channels & groups to allow users to control how notifications are handled on their device | -| [Foreground Service](https://notifee.app/react-native/docs/android/foreground-service) | Long running background tasks can take advantage of an Android Foreground Service to display an on-going, prominent notification. | -| [Grouping & Sorting](https://notifee.app/react-native/docs/android/grouping-and-sorting) | Group and sort related notifications in a single notification pane. | -| [Interaction](https://notifee.app/react-native/docs/android/interaction) | Allow users to interact with your application directly from the notification, with actions. | -| [Progress Indicators](https://notifee.app/react-native/docs/android/progress-indicators) | Show users a progress indicator of an on-going background task, and learn how to keep it updated. | -| [Styles](https://notifee.app/react-native/docs/android/styles) | Style notifications to show richer content, such as expandable images/text, or message conversations. | -| [Timers](https://notifee.app/react-native/docs/android/timers) | Display counting timers on your notification, useful for on-going tasks such as a phone call, or event time remaining. | +| [Appearance](https://docs.page/invertase/notifee/react-native/android/appearance) | Change the appearance of a notification; icons, colors, visibility etc. | +| [Behaviour](https://docs.page/invertase/notifee/react-native/android/behaviour) | Customize how a notification behaves when it is delivered to a device; sound, vibration, lights etc. | +| [Channels & Groups](https://docs.page/invertase/notifee/react-native/android/channels) | Organize your notifications into channels & groups to allow users to control how notifications are handled on their device | +| [Foreground Service](https://docs.page/invertase/notifee/react-native/android/foreground-service) | Long running background tasks can take advantage of an Android Foreground Service to display an on-going, prominent notification. | +| [Grouping & Sorting](https://docs.page/invertase/notifee/react-native/android/grouping-and-sorting) | Group and sort related notifications in a single notification pane. | +| [Interaction](https://docs.page/invertase/notifee/react-native/android/interaction) | Allow users to interact with your application directly from the notification, with actions. | +| [Progress Indicators](https://docs.page/invertase/notifee/react-native/android/progress-indicators) | Show users a progress indicator of an on-going background task, and learn how to keep it updated. | +| [Styles](https://docs.page/invertase/notifee/react-native/android/styles) | Style notifications to show richer content, such as expandable images/text, or message conversations. | +| [Timers](https://docs.page/invertase/notifee/react-native/android/timers) | Display counting timers on your notification, useful for on-going tasks such as a phone call, or event time remaining. | ### iOS @@ -51,11 +51,11 @@ Below you'll find guides that cover the supported iOS features. | Topic | | | ----------------------------------------------------------------- | ------------------------------------------------------------------------ | -| [Appearance](https://notifee.app/react-native/docs/ios/appearance) | Change how the notification is displayed to your users. | -| [Behaviour](https://notifee.app/react-native/docs/ios/behaviour) | Control how notifications behave when they are displayed on a device; sound, crtitial alerts, etc. | -| [Categories](https://notifee.app/react-native/docs/ios/categories) | Create & assign categories to notifications. | -| [Interaction](https://notifee.app/react-native/docs/ios/interaction) | Handle user interaction with your notifications. | | -| [Permissions](https://notifee.app/react-native/docs/ios/permissions) | Request permission from your application users to display notifications. | | +| [Appearance](https://docs.page/invertase/notifee/react-native/ios/appearance) | Change how the notification is displayed to your users. | +| [Behaviour](https://docs.page/invertase/notifee/react-native/ios/behaviour) | Control how notifications behave when they are displayed on a device; sound, crtitial alerts, etc. | +| [Categories](https://docs.page/invertase/notifee/react-native/ios/categories) | Create & assign categories to notifications. | +| [Interaction](https://docs.page/invertase/notifee/react-native/ios/interaction) | Handle user interaction with your notifications. | | +| [Permissions](https://docs.page/invertase/notifee/react-native/ios/permissions) | Request permission from your application users to display notifications. | | ## License