Skip to content

Commit 7e35759

Browse files
drewbatgitCopilot
andcommitted
Fix structural issues found in pre-merge review
- Remove broken link to deleted create-your-first-winui3-app.md (already redirects to start-here.md which is linked in same sentence) - Add console, WPF, WinForms framework pages as TOC children under Other frameworks - Link additional-features and other-frameworks landing pages from index.md section headings Co-authored-by: Copilot <[email protected]>
1 parent 3609dfd commit 7e35759

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For complete sample apps that implement app notifications, see the [Windows App
3030
- Make sure Windows Application Development is selected.
3131
- Make sure Windows UI Application Development is selected.
3232

33-
For more information about managing workloads in Visual Studio, see [Modify Visual Studio workloads, components, and language packs](/visualstudio/install/modify-visual-studio). For more information about getting started with WinUI, see [Get started with WinUI](../../../get-started/start-here.md). To create a new WinUI project, see [Create a new project that uses the Windows App SDK](../../../winui/winui3/create-your-first-winui3-app.md). To add the Windows App SDK to an existing project, see [Use the Windows App SDK in an existing project](../../../windows-app-sdk/use-windows-app-sdk-in-existing-project.md).
33+
For more information about managing workloads in Visual Studio, see [Modify Visual Studio workloads, components, and language packs](/visualstudio/install/modify-visual-studio). For more information about getting started with WinUI, see [Get started with WinUI](../../../get-started/start-here.md). To add the Windows App SDK to an existing project, see [Use the Windows App SDK in an existing project](../../../windows-app-sdk/use-windows-app-sdk-in-existing-project.md).
3434

3535
## Create a new WinUI app project in Visual Studio
3636

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The [App notifications quickstart](app-notifications-quickstart.md) walks you th
2121

2222
## Use app notifications with other frameworks
2323

24-
These articles show how to send an app notification and handle activation for other supported frameworks. For notification content, features, and design guidance, see the sections below.
24+
These articles show how to send an app notification and handle activation for [other supported frameworks](app-notifications-other-frameworks.md). For notification content, features, and design guidance, see the sections below.
2525

2626
- [WPF apps](app-notifications-wpf.md)
2727
- [WinForms apps](app-notifications-winforms.md)
@@ -37,7 +37,7 @@ These articles cover how to design your notifications and define their content,
3737
- [App notification content schema](app-notifications-schema.md)
3838
- [Schedule an app notification](app-notifications-scheduled.md)
3939

40-
## Additional app notifications features
40+
## [Additional app notifications features](app-notifications-additional-features.md)
4141

4242
These articles cover additional capabilities you can add to your app notifications, such as progress bars, custom audio, and grouping.
4343

hub/apps/develop/toc.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,13 @@ items:
550550
href: notifications/app-notifications/notification-listener.md
551551
- name: Other frameworks
552552
href: notifications/app-notifications/app-notifications-other-frameworks.md
553+
items:
554+
- name: WPF apps
555+
href: notifications/app-notifications/app-notifications-wpf.md
556+
- name: WinForms apps
557+
href: notifications/app-notifications/app-notifications-winforms.md
558+
- name: Console apps
559+
href: notifications/app-notifications/app-notifications-console.md
553560
- name: Notification delivery methods
554561
href: notifications/choosing-a-notification-delivery-method.md
555562
items:

0 commit comments

Comments
 (0)