Skip to content

Commit c8860df

Browse files
drewbatgitCopilot
andcommitted
Fix broken links, add missing redirects, copy UWP image
- Update send-local-toast links to quickstart in 3 files - Fix best-practices.md ux-guidance path (design/ -> develop/) - Add redirects for all deleted toast-* and send-local-toast-* files - Copy toast-notification.png to uwp/develop/images/ for cross-docset use - Fix UWP image to use local relative path Co-authored-by: Copilot <[email protected]>
1 parent ca43f84 commit c8860df

7 files changed

Lines changed: 77 additions & 7 deletions

File tree

.openpublishing.redirection.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9695,6 +9695,76 @@
96959695
"redirect_url": "/uwp/develop/app-notifications-uwp",
96969696
"redirect_document_id": false
96979697
},
9698+
{
9699+
"source_path": "hub/apps/develop/notifications/app-notifications/adaptive-interactive-toasts.md",
9700+
"redirect_url": "app-notifications-content",
9701+
"redirect_document_id": false
9702+
},
9703+
{
9704+
"source_path": "hub/apps/develop/notifications/app-notifications/send-local-toast.md",
9705+
"redirect_url": "app-notifications-quickstart",
9706+
"redirect_document_id": false
9707+
},
9708+
{
9709+
"source_path": "hub/apps/develop/notifications/app-notifications/send-local-toast-cpp-uwp.md",
9710+
"redirect_url": "app-notifications-quickstart",
9711+
"redirect_document_id": false
9712+
},
9713+
{
9714+
"source_path": "hub/apps/develop/notifications/app-notifications/send-local-toast-desktop-cpp-wrl.md",
9715+
"redirect_url": "app-notifications-quickstart",
9716+
"redirect_document_id": false
9717+
},
9718+
{
9719+
"source_path": "hub/apps/develop/notifications/app-notifications/send-local-toast-other-apps.md",
9720+
"redirect_url": "app-notifications-other-frameworks",
9721+
"redirect_document_id": false
9722+
},
9723+
{
9724+
"source_path": "hub/apps/develop/notifications/app-notifications/toast-desktop-apps.md",
9725+
"redirect_url": "app-notifications-quickstart",
9726+
"redirect_document_id": false
9727+
},
9728+
{
9729+
"source_path": "hub/apps/develop/notifications/app-notifications/toast-schema.md",
9730+
"redirect_url": "app-notifications-schema",
9731+
"redirect_document_id": false
9732+
},
9733+
{
9734+
"source_path": "hub/apps/develop/notifications/app-notifications/scheduled-toast.md",
9735+
"redirect_url": "app-notifications-scheduled",
9736+
"redirect_document_id": false
9737+
},
9738+
{
9739+
"source_path": "hub/apps/develop/notifications/app-notifications/toast-collections.md",
9740+
"redirect_url": "app-notifications-collections",
9741+
"redirect_document_id": false
9742+
},
9743+
{
9744+
"source_path": "hub/apps/develop/notifications/app-notifications/toast-headers.md",
9745+
"redirect_url": "app-notifications-headers",
9746+
"redirect_document_id": false
9747+
},
9748+
{
9749+
"source_path": "hub/apps/develop/notifications/app-notifications/toast-pending-update.md",
9750+
"redirect_url": "app-notifications-pending-update",
9751+
"redirect_document_id": false
9752+
},
9753+
{
9754+
"source_path": "hub/apps/develop/notifications/app-notifications/toast-progress-bar.md",
9755+
"redirect_url": "app-notifications-progress-bar",
9756+
"redirect_document_id": false
9757+
},
9758+
{
9759+
"source_path": "hub/apps/develop/notifications/app-notifications/custom-audio-on-toasts.md",
9760+
"redirect_url": "app-notifications-custom-audio",
9761+
"redirect_document_id": false
9762+
},
9763+
{
9764+
"source_path": "hub/apps/develop/notifications/app-notifications/custom-timestamps-on-toasts.md",
9765+
"redirect_url": "app-notifications-custom-timestamps",
9766+
"redirect_document_id": false
9767+
},
96989768
{
96999769
"source_path": "hub/apps/develop/windows-integration/microsoft-copliot-key-provider.md",
97009770
"redirect_url": "/windows/apps/develop/windows-integration/microsoft-copilot-key-provider",

hub/apps/develop/notifications/choosing-a-notification-delivery-method.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ By default, local toast notifications expire in three days, and local tile notif
105105
For more information, see these topics:
106106

107107
- [Send a local tile notification](/windows/uwp/launch-resume/sending-a-local-tile-notification)
108-
- [Send a local toast notification](app-notifications/send-local-toast.md)
108+
- [Send a local app notification](app-notifications/app-notifications-quickstart.md)
109109
- [Windows app notifications code samples](https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/Notifications)
110110

111111
## Scheduled notifications
@@ -156,7 +156,7 @@ For more information, see:
156156

157157

158158
* [Send a local tile notification](/windows/uwp/launch-resume/sending-a-local-tile-notification)
159-
* [Send a local toast notification](app-notifications/send-local-toast.md)
159+
* [Send a local app notification](app-notifications/app-notifications-quickstart.md)
160160
* [Guidelines for push notifications](push-notifications/index.md)
161161
* [Guidelines for toast notifications](app-notifications/index.md)
162162
* [Periodic notification overview](periodic-notification-overview.md)

hub/apps/develop/notifications/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For a full breakdown of delivery methods, see [Choose a notification delivery me
6262
> Windows App SDK push notifications require an [Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account) and an **Azure AD app registration**. If your app is packaged, you also need to submit a Package Family Name (PFN) mapping request by email — allow for **up to one week** of processing time before launch. See the [push notifications quickstart](push-notifications/push-quickstart.md) for full prerequisites.
6363
6464
**Building or maintaining a UWP app?**
65-
- [Send a local app notification from C++ UWP apps](app-notifications/send-local-toast-cpp-uwp.md)
65+
- [Send a local app notification from C++ UWP apps](app-notifications/app-notifications-quickstart.md)
6666
- [Windows Push Notification Services (WNS) overview](push-notifications/wns-overview.md)
6767

6868
**Migrating a UWP app to Windows App SDK?**

hub/apps/develop/notifications/notifications-visualizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This screenshot from the app shows the XML payload and how tile sizes appear on
2626

2727

2828

29-
With Notifications Visualizer, you can create and test adaptive tile and toast payloads without having to edit and deploy your own app. Once you've created a payload with ideal visual results, you can integrate that into your app. See [Send a local tile notification (UWP)](/windows/uwp/launch-resume/sending-a-local-tile-notification) and [Send a local toast](app-notifications/send-local-toast.md) to learn more.
29+
With Notifications Visualizer, you can create and test adaptive tile and toast payloads without having to edit and deploy your own app. Once you've created a payload with ideal visual results, you can integrate that into your app. See [Send a local tile notification (UWP)](/windows/uwp/launch-resume/sending-a-local-tile-notification) and [Send a local app notification](app-notifications/app-notifications-quickstart.md) to learn more.
3030

3131
**Note**   Notifications Visualizer's simulation of the Windows Start menu and toast notifications isn't always completely accurate, and it doesn't support some advanced payload properties. When you have the tile or toast you want, test it by pinning the tile or popping the toast to verify that it appears as you intend.
3232

hub/apps/get-started/best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,14 +197,14 @@ Windows shell integration lets users benefit from your app even when it's not ru
197197

198198
#### Toast notifications
199199

200-
[Toast notifications](../design/shell/tiles-and-notifications/app-notifications-ux-guidance.md) are the Windows notifications that appear at the bottom of the user's screen and in the Notification Center.
200+
[Toast notifications](../develop/notifications/app-notifications/app-notifications-ux-guidance.md) are the Windows notifications that appear at the bottom of the user's screen and in the Notification Center.
201201

202202
- Personalize, make actionable, and ensure notifications are useful to your users. Give your users what they want, not what you want them to know.
203203
- Avoid noisy notifications. Too many interruptions from your app lead to users turning off this critical communication channel for your app.
204204
- Respond to the user's intent. Selecting a notification should launch your app in the notification's context. The only exception to this guideline is when the user selects a button on your notification that's attached to a background task, such as a quick reply.
205205
- Provide a consistent Notification Center experience. Keep Notification Center tidy by clearing out old notifications.
206206

207-
For more information about toast notifications, see [Notifications design basics](../design/shell/tiles-and-notifications/app-notifications-ux-guidance.md).
207+
For more information about toast notifications, see [Notifications design basics](../develop/notifications/app-notifications/app-notifications-ux-guidance.md).
208208

209209
## Performance and fundamentals
210210

uwp/develop/app-notifications-uwp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.localizationpriority: medium
1111

1212
An app notification is a UI popup that appears outside of your app's window, delivering timely information or actions to the user. Notifications can be purely informational, can launch your app when clicked, or can trigger a background action without bringing your app to the foreground.
1313

14-
:::image type="content" source="/hub/apps/develop/notifications/app-notifications/images/toast-notification.png" alt-text="Screenshot of an app notification":::
14+
:::image type="content" source="images/toast-notification.png" alt-text="Screenshot of an app notification":::
1515

1616
This article walks you through the steps to create and send an app notification from a UWP app, and then handle activation when the user interacts with it.
1717

581 KB
Loading

0 commit comments

Comments
 (0)