Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions docs/csharp/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,17 +226,13 @@ additionalContent:
- title: Mobile and Desktop
links:
- url: /dotnet/desktop/wpf/
text: Windows Presentation Foundation (.NET 5+)
text: Windows Presentation Foundation
- url: /dotnet/desktop/winforms/
text: Windows Forms (.NET 5+)
text: Windows Forms
- url: /dotnet/maui
text: .NET Multi-platform App UI (.NET MAUI)
- url: /azure/developer/mobile-apps
text: Develop mobile apps with Azure
- url: /dotnet/desktop/wpf/?view=netframeworkdesktop-4.8&preserve-view=true
text: Windows Presentation Foundation (.NET Framework)
- url: /dotnet/desktop/winforms/?view=netframeworkdesktop-4.8&preserve-view=true
text: Windows Forms (.NET Framework)
# Card
- title: Microservices
links:
Expand Down
12 changes: 6 additions & 6 deletions docs/framework/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,22 +96,22 @@ landingContent:
links:
- text: Desktop guide introduction
url: /dotnet/desktop/
- text: .NET Framework WPF
url: /dotnet/desktop/wpf/?view=netframeworkdesktop-4.8
- text: .NET Framework Windows Forms
url: /dotnet/desktop/winforms/?view=netframeworkdesktop-4.8
- text: WPF
url: /dotnet/desktop/wpf/
- text: Windows Forms
url: /dotnet/desktop/winforms/

# Card
- title: Create WPF apps
linkLists:
- linkListType: overview
links:
- text: Overview of WPF
url: /dotnet/desktop/wpf/?view=netframeworkdesktop-4.8
url: /dotnet/desktop/wpf/
- linkListType: tutorial
links:
- text: Create your first WPF app in Visual Studio
url: /dotnet/desktop/wpf/getting-started/walkthrough-my-first-wpf-desktop-application/?view=netframeworkdesktop-4.8
url: /dotnet/desktop/wpf/getting-started/walkthrough-my-first-wpf-desktop-application/

# Card
- title: Work with data using ADO.NET
Expand Down
6 changes: 3 additions & 3 deletions docs/framework/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ items:
- name: Overview
href: install/index.md
- name: Install on Windows and Windows Server
href: install/on-windows-and-server.md
href: install/on-windows-and-server.md
- name: For developers
href: install/guide-for-developers.md
- name: Versions and dependencies
Expand Down Expand Up @@ -128,9 +128,9 @@ items:
- name: Overview
href: develop-client-apps.md
- name: Windows Presentation Foundation
href: /dotnet/desktop/wpf/?view=netframeworkdesktop-4.8&preserve-view=true
href: /dotnet/desktop/wpf/
- name: Windows Forms
href: /dotnet/desktop/winforms/?view=netframeworkdesktop-4.8&preserve-view=true
href: /dotnet/desktop/winforms/
- name: Service-oriented apps with WCF
href: wcf/
- name: Windows Workflow Foundation
Expand Down
8 changes: 2 additions & 6 deletions docs/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,13 +274,9 @@ additionalContent:
- url: /uwp
text: Universal Windows apps
- url: /dotnet/desktop/wpf/
text: Windows Presentation Foundation (.NET 5+)
- url: /dotnet/desktop/wpf/?view=netframeworkdesktop-4.8&preserve-view=true
text: Windows Presentation Foundation (.NET Framework)
text: Windows Presentation Foundation
- url: /dotnet/desktop/winforms/
text: Windows Forms (.NET 5+)
- url: /dotnet/desktop/winforms/?view=netframeworkdesktop-4.8&preserve-view=true
text: Windows Forms (.NET Framework)
text: Windows Forms
- url: /dotnet/maui
text: .NET Multi-platform App UI (.NET MAUI)
# Card
Expand Down
Loading