Skip to content

Commit f1417ed

Browse files
drewbatgitCopilot
andcommitted
Fix build errors: images, TOC, broken links, redirects
- Remove unsupported 'width' attribute from image references (4 files) - Fix missing Graphics TOC node from merge resolution - Inline deleted nuget-package.md include in migration guide - Update dead send-local-toast links to quickstart - Fix UWP file cross-docset links (moved to uwp/develop/) - Set all redirect_document_id to false - Fix trailing space in quickstart description Co-authored-by: Copilot <[email protected]>
1 parent 29a85c2 commit f1417ed

8 files changed

Lines changed: 33 additions & 34 deletions

File tree

.openpublishing.redirection.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9558,35 +9558,35 @@
95589558
{
95599559
"source_path": "hub/apps/develop/notifications/app-notifications/toast-schema.md",
95609560
"redirect_url": "app-notifications-schema",
9561-
"redirect_document_id": true
9561+
"redirect_document_id": false
95629562
},
95639563
{
95649564
"source_path": "hub/apps/develop/notifications/app-notifications/scheduled-toast.md",
95659565
"redirect_url": "app-notifications-scheduled",
9566-
"redirect_document_id": true
9566+
"redirect_document_id": false
95679567
},
95689568
{
95699569
"source_path": "hub/apps/develop/notifications/app-notifications/toast-collections.md",
95709570
"redirect_url": "app-notifications-collections",
9571-
"redirect_document_id": true
9571+
"redirect_document_id": false
95729572
},
95739573
{
95749574
"source_path": "hub/apps/develop/notifications/app-notifications/toast-headers.md",
95759575
"redirect_url": "app-notifications-headers",
9576-
"redirect_document_id": true
9576+
"redirect_document_id": false
95779577
},
95789578
{
95799579
"redirect_document_id": false
95809580
},
95819581
{
95829582
"source_path": "hub/apps/develop/notifications/app-notifications/toast-progress-bar.md",
95839583
"redirect_url": "app-notifications-progress-bar",
9584-
"redirect_document_id": true
9584+
"redirect_document_id": false
95859585
},
95869586
{
95879587
"source_path": "hub/apps/develop/notifications/app-notifications/toast-pending-update.md",
95889588
"redirect_url": "app-notifications-pending-update",
9589-
"redirect_document_id": true
9589+
"redirect_document_id": false
95909590
},
95919591
{
95929592
"source_path": "hub/apps/design/shell/tiles-and-notifications/choosing-a-notification-delivery-method.md",
@@ -9596,12 +9596,12 @@
95969596
{
95979597
"source_path": "hub/apps/develop/notifications/app-notifications/custom-audio-on-toasts.md",
95989598
"redirect_url": "app-notifications-custom-audio",
9599-
"redirect_document_id": true
9599+
"redirect_document_id": false
96009600
},
96019601
{
96029602
"source_path": "hub/apps/develop/notifications/app-notifications/custom-timestamps-on-toasts.md",
96039603
"redirect_url": "app-notifications-custom-timestamps",
9604-
"redirect_document_id": true
9604+
"redirect_document_id": false
96059605
},
96069606
{
96079607
"source_path": "hub/apps/design/shell/tiles-and-notifications/custom-audio-on-toasts.md",
@@ -9696,52 +9696,52 @@
96969696
{
96979697
"source_path": "hub/apps/develop/notifications/app-notifications/custom-audio-on-notifications.md",
96989698
"redirect_url": "app-notifications-custom-audio",
9699-
"redirect_document_id": true
9699+
"redirect_document_id": false
97009700
},
97019701
{
97029702
"source_path": "hub/apps/develop/notifications/app-notifications/custom-timestamps-on-notifications.md",
97039703
"redirect_url": "app-notifications-custom-timestamps",
9704-
"redirect_document_id": true
9704+
"redirect_document_id": false
97059705
},
97069706
{
97079707
"source_path": "hub/apps/develop/notifications/app-notifications/notification-collections.md",
97089708
"redirect_url": "app-notifications-collections",
9709-
"redirect_document_id": true
9709+
"redirect_document_id": false
97109710
},
97119711
{
97129712
"source_path": "hub/apps/develop/notifications/app-notifications/notification-headers.md",
97139713
"redirect_url": "app-notifications-headers",
9714-
"redirect_document_id": true
9714+
"redirect_document_id": false
97159715
},
97169716
{
97179717
"source_path": "hub/apps/develop/notifications/app-notifications/notification-pending-update.md",
97189718
"redirect_url": "app-notifications-pending-update",
9719-
"redirect_document_id": true
9719+
"redirect_document_id": false
97209720
},
97219721
{
97229722
"source_path": "hub/apps/develop/notifications/app-notifications/notification-progress-bar.md",
97239723
"redirect_url": "app-notifications-progress-bar",
9724-
"redirect_document_id": true
9724+
"redirect_document_id": false
97259725
},
97269726
{
97279727
"source_path": "hub/apps/develop/notifications/app-notifications/notification-schema.md",
97289728
"redirect_url": "app-notifications-schema",
9729-
"redirect_document_id": true
9729+
"redirect_document_id": false
97309730
},
97319731
{
97329732
"source_path": "hub/apps/develop/notifications/app-notifications/scheduled-notification.md",
97339733
"redirect_url": "app-notifications-scheduled",
9734-
"redirect_document_id": true
9734+
"redirect_document_id": false
97359735
},
97369736
{
97379737
"source_path": "hub/apps/develop/notifications/app-notifications/toast-ux-guidance.md",
97389738
"redirect_url": "app-notifications-ux-guidance",
9739-
"redirect_document_id": true
9739+
"redirect_document_id": false
97409740
},
97419741
{
97429742
"source_path": "hub/apps/develop/notifications/app-notifications/app-notifications-uwp.md",
97439743
"redirect_url": "/uwp/develop/app-notifications-uwp",
9744-
"redirect_document_id": true
9744+
"redirect_document_id": false
97459745
},
97469746
{
97479747
"source_path": "hub/apps/develop/windows-integration/microsoft-copliot-key-provider.md",

hub/apps/develop/notifications/app-notifications/app-notifications-console.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="images/toast-notification.png" alt-text="Screenshot of an app notification" width="628":::
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 .NET console app, and then handle activation when the user interacts with it. This article uses the [Windows App SDK](/windows/apps/windows-app-sdk/) `Microsoft.Windows.AppNotifications` APIs.
1717

hub/apps/develop/notifications/app-notifications/app-notifications-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Quickstart: Use app notifications with the Windows App SDK
3-
description: Send app notifications using the Windows App SDK
3+
description: Send app notifications using the Windows App SDK
44
ms.topic: quickstart
55
ms.date: 07/25/2025
66
keywords: toast, local, notification, windows app sdk, winappsdk

hub/apps/develop/notifications/app-notifications/app-notifications-winforms.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="images/toast-notification.png" alt-text="Screenshot of an app notification" width="628":::
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 WinForms app, and then handle activation when the user interacts with it. This article uses the [Windows App SDK](/windows/apps/windows-app-sdk/) `Microsoft.Windows.AppNotifications` APIs.
1717

hub/apps/develop/notifications/app-notifications/app-notifications-wpf.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="images/toast-notification.png" alt-text="Screenshot of an app notification" width="628":::
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 WPF app, and then handle activation when the user interacts with it. This article uses the [Windows App SDK](/windows/apps/windows-app-sdk/) `Microsoft.Windows.AppNotifications` APIs.
1717

hub/apps/develop/toc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ items:
176176
href: camera/camera-privacy-setting.md
177177
- name: Connect to remote cameras
178178
href: camera/connect-to-remote-cameras.md
179-
items:
179+
- name: Graphics
180+
items:
180181
- name: Overview
181182
href: graphics.md
182183
- name: Render text with DWriteCore

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/guides/toast-notifications.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ For a WinUI app, you handle activation for notifications by using the [AppNotifi
4848

4949
#### [Windows Community Toolkit](#tab/toolkit)
5050

51-
[!INCLUDE [nuget package](../../../develop/notifications/app-notifications/includes/nuget-package.md)]
52-
53-
This package adds the `ToastNotificationManagerCompat` API.
51+
Install the [Microsoft.Toolkit.Uwp.Notifications](https://www.nuget.org/packages/Microsoft.Toolkit.Uwp.Notifications/) NuGet package. This package adds the `ToastNotificationManagerCompat` API.
5452

5553
---
5654

@@ -425,5 +423,5 @@ new ToastContentBuilder()
425423
## Related topics
426424

427425
* [Windows App SDK and supported Windows releases](../../support.md)
428-
* [Send a local toast notification from C# apps](../../../develop/notifications/app-notifications/send-local-toast.md)
429-
* [Send a local toast notification from Win32 C++ WRL apps](../../../develop/notifications/app-notifications/send-local-toast-desktop-cpp-wrl.md)
426+
* [Send a local toast notification from C# apps](/windows/apps/develop/notifications/app-notifications/app-notifications-quickstart)
427+
* [Send a local toast notification from Win32 C++ WRL apps](/windows/apps/develop/notifications/app-notifications/app-notifications-quickstart)

uwp/develop/app-notifications-uwp.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ 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="images/toast-notification.png" alt-text="Screenshot of an app notification" width="628":::
14+
:::image type="content" source="/hub/apps/develop/notifications/app-notifications/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

18-
For an overview of app notifications and guidance for other frameworks, see [App notifications overview](index.md).
18+
For an overview of app notifications and guidance for other frameworks, see [App notifications overview](/windows/apps/develop/notifications/app-notifications/).
1919

20-
This article covers local notifications. For information about delivering notifications from a cloud service, see [Push notifications](../push-notifications/index.md).
20+
This article covers local notifications. For information about delivering notifications from a cloud service, see [Push notifications overview](/windows/apps/develop/notifications/push-notifications/).
2121

2222
## Prerequisites
2323

@@ -181,12 +181,12 @@ void App::OnLaunchedOrActivated(ApplicationExecutionState previousState)
181181
182182
---
183183
184-
For information about adding buttons, images, inputs, audio, and other rich content to your notifications, see [App notification content](app-notifications-content.md).
184+
For information about adding buttons, images, inputs, audio, and other rich content to your notifications, see [App notification content](/windows/apps/develop/notifications/app-notifications/app-notifications-content).
185185
186186
## Related content
187187
188-
- [Quickstart: App notifications in the Windows App SDK](app-notifications-quickstart.md)
189-
- [App notification content](app-notifications-content.md)
188+
- [Quickstart: App notifications in the Windows App SDK](/windows/apps/develop/notifications/app-notifications/app-notifications-quickstart)
189+
- [App notification content](/windows/apps/develop/notifications/app-notifications/app-notifications-content)
190190
- [ToastNotification Class](/uwp/api/Windows.UI.Notifications.ToastNotification)
191191
- [ToastNotificationActivatedEventArgs Class](/uwp/api/Windows.ApplicationModel.Activation.ToastNotificationActivatedEventArgs)
192192

0 commit comments

Comments
 (0)