Skip to content

Commit 0444d72

Browse files
drewbatgitCopilot
andcommitted
Rename adaptive-interactive-toasts.md to app-notifications-content.md
Update all cross-references across 24 files, add redirect for old URL, and update link text to match the article title 'App notification content'. Co-authored-by: Copilot <[email protected]>
1 parent 19e41d0 commit 0444d72

25 files changed

Lines changed: 36 additions & 31 deletions

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9517,9 +9517,14 @@
95179517
},
95189518
{
95199519
"source_path": "hub/apps/design/shell/tiles-and-notifications/adaptive-interactive-toasts.md",
9520-
"redirect_url": "../../../develop/notifications/app-notifications/adaptive-interactive-toasts",
9520+
"redirect_url": "../../../develop/notifications/app-notifications/app-notifications-content",
95219521
"redirect_document_id": false
95229522
},
9523+
{
9524+
"source_path": "hub/apps/develop/notifications/app-notifications/adaptive-interactive-toasts.md",
9525+
"redirect_url": "app-notifications-content",
9526+
"redirect_document_id": true
9527+
},
95239528
{
95249529
"source_path": "hub/apps/design/shell/tiles-and-notifications/channel-types.md",
95259530
"redirect_url": "../../../develop/notifications/channel-types",

hub/apps/desktop/modernize/desktop-to-uwp-enhance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Now you're ready to add modern experiences that light up when users run your app
191191

192192
:white_check_mark: **First, decide what experiences you want to add**
193193

194-
There's lots to choose from. For example, you can simplify your purchase order flow by using [monetization APIs](/windows/uwp/monetize), or [direct attention to your application](/windows/uwp/design/shell/tiles-and-notifications/adaptive-interactive-toasts) when you have something interesting to share, such as a new picture that another user has posted.
194+
There's lots to choose from. For example, you can simplify your purchase order flow by using [monetization APIs](/windows/uwp/monetize), or [direct attention to your application](/windows/apps/develop/notifications/app-notifications/app-notifications-content) when you have something interesting to share, such as a new picture that another user has posted.
195195

196196
![Toast notification](images/desktop-to-uwp/toast.png)
197197

@@ -320,7 +320,7 @@ void UWP::ShowToast()
320320
}
321321
```
322322

323-
To learn more about notifications, see [Adaptive and Interactive toast notifications](/windows/uwp/design/shell/tiles-and-notifications/adaptive-interactive-toasts).
323+
To learn more about notifications, see [App notification content](/windows/apps/develop/notifications/app-notifications/app-notifications-content).
324324

325325
## Support Windows XP, Windows Vista, and Windows 7/8 install bases
326326

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ AppNotificationManager.Default.Unregister();
142142
## Related content
143143

144144
- [Quickstart: App notifications in the Windows App SDK](app-notifications-quickstart.md)
145-
- [App notification content](adaptive-interactive-toasts.md)
145+
- [App notification content](app-notifications-content.md)
146146
- [AppNotificationManager Class](/windows/windows-app-sdk/api/winrt/microsoft.windows.appnotifications.appnotificationmanager)
147147
- [AppNotificationBuilder Class](/windows/windows-app-sdk/api/winrt/microsoft.windows.appnotifications.builder.appnotificationbuilder)
148148

hub/apps/develop/notifications/app-notifications/adaptive-interactive-toasts.md renamed to hub/apps/develop/notifications/app-notifications/app-notifications-content.md

File renamed without changes.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ void MainWindow::UpdateNotificationUI(winrt::hstring const& action, winrt::hstri
421421
## Resources
422422

423423
- [App notifications overview](index.md)
424-
- [Adaptive and interactive app notification content](adaptive-interactive-toasts.md)
424+
- [App notification content](app-notifications-content.md)
425425
- [App notification progress bar](toast-progress-bar.md)
426426
- [Notifications code sample on GitHub](https://github.com/microsoft/WindowsAppSDK-Samples/tree/main/Samples/Notifications/)
427427
- [Microsoft.Windows.AppNotifications API reference](/windows/windows-app-sdk/api/winrt/microsoft.windows.appnotifications)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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](adaptive-interactive-toasts.md).
184+
For information about adding buttons, images, inputs, audio, and other rich content to your notifications, see [App notification content](app-notifications-content.md).
185185
186186
## Related content
187187
188188
- [Quickstart: App notifications in the Windows App SDK](app-notifications-quickstart.md)
189-
- [App notification content](adaptive-interactive-toasts.md)
189+
- [App notification content](app-notifications-content.md)
190190
- [ToastNotification Class](/uwp/api/Windows.UI.Notifications.ToastNotification)
191191
- [ToastNotificationActivatedEventArgs Class](/uwp/api/Windows.ApplicationModel.Activation.ToastNotificationActivatedEventArgs)
192192

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ private void SendNotification()
121121
}
122122
```
123123

124-
For information about adding buttons, images, inputs, and other rich content to your notifications, see [App notification content](adaptive-interactive-toasts.md).
124+
For information about adding buttons, images, inputs, and other rich content to your notifications, see [App notification content](app-notifications-content.md).
125125

126126
## Packaged app setup
127127

@@ -130,7 +130,7 @@ For unpackaged WinForms apps, `Register()` handles COM registration automaticall
130130
## Related content
131131

132132
- [Quickstart: App notifications in the Windows App SDK](app-notifications-quickstart.md)
133-
- [App notification content](adaptive-interactive-toasts.md)
133+
- [App notification content](app-notifications-content.md)
134134
- [AppNotificationManager Class](/windows/windows-app-sdk/api/winrt/microsoft.windows.appnotifications.appnotificationmanager)
135135
- [AppNotificationBuilder Class](/windows/windows-app-sdk/api/winrt/microsoft.windows.appnotifications.builder.appnotificationbuilder)
136136

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ private void SendNotification()
138138
}
139139
```
140140

141-
For information about adding buttons, images, inputs, and other rich content to your notifications, see [App notification content](adaptive-interactive-toasts.md).
141+
For information about adding buttons, images, inputs, and other rich content to your notifications, see [App notification content](app-notifications-content.md).
142142

143143
## Packaged app setup
144144

@@ -184,7 +184,7 @@ For unpackaged WPF apps, `Register()` handles COM registration automatically. Fo
184184
## Related content
185185

186186
- [Quickstart: App notifications in the Windows App SDK](app-notifications-quickstart.md)
187-
- [App notification content](adaptive-interactive-toasts.md)
187+
- [App notification content](app-notifications-content.md)
188188
- [AppNotificationManager Class](/windows/windows-app-sdk/api/winrt/microsoft.windows.appnotifications.appnotificationmanager)
189189
- [AppNotificationBuilder Class](/windows/windows-app-sdk/api/winrt/microsoft.windows.appnotifications.builder.appnotificationbuilder)
190190

hub/apps/develop/notifications/app-notifications/custom-audio-on-toasts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ Sending a notification with audio is the same as sending a regular notification.
8080

8181
- [Full code sample on GitHub](https://github.com/WindowsNotifications/quickstart-toast-with-custom-audio)
8282
- [Send a local toast](app-notifications-csharp-legacy.md)
83-
- [Toast content documentation](adaptive-interactive-toasts.md)
83+
- [App notification content documentation](app-notifications-content.md)
8484

8585

hub/apps/develop/notifications/app-notifications/custom-timestamps-on-toasts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ If you sent a local notification, we use the time when the notification platform
7272
## Related topics
7373

7474
- [Send a local toast](app-notifications-csharp-legacy.md)
75-
- [App notification content documentation](adaptive-interactive-toasts.md)
75+
- [App notification content documentation](app-notifications-content.md)
7676

0 commit comments

Comments
 (0)