Skip to content

Commit c0cdd05

Browse files
Updating landing page (#3791)
* Updating landing page
1 parent 12cad27 commit c0cdd05

File tree

1 file changed

+76
-38
lines changed

1 file changed

+76
-38
lines changed

hub/apps/desktop/index.yml

Lines changed: 76 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ metadata:
88
description: This documentation provides the latest guidance about building desktop apps for Windows 11 and Windows 10.
99
ms.topic: landing-page
1010
ms.collection: collection
11-
ms.author: stwhi
12-
author: stevewhims
13-
ms.date: 06/17/2021
11+
ms.author: jken
12+
author: GrantMeStrength
13+
ms.date: 09/26/2023
1414
keywords: windows win32, desktop development
1515

1616
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
@@ -20,29 +20,33 @@ landingContent:
2020
linkLists:
2121
- linkListType: get-started
2222
links:
23-
- text: Install tools for the Windows App SDK
24-
url: ../windows-app-sdk/set-up-your-development-environment.md
23+
- text: Install Dev Home
24+
url: /windows/dev-home/
25+
- text: Create a Dev Drive
26+
url: /windows/dev-drive/
27+
- text: Create a developer account
28+
url: ../get-started/sign-up.md
2529
- text: Enable your device for development
2630
url: ../get-started/enable-your-device-for-development.md
2731
- text: Developer Mode features and debugging
2832
url: ../get-started/developer-mode-features-and-debugging.md
29-
- text: Create a developer account
30-
url: ../get-started/sign-up.md
33+
- text: Install Windows Package Manager
34+
url: /windows/package-manager/
35+
- text: Install Windows Subsystem for Linux
36+
url: /windows/package-manager/
37+
- text: Windows Terminal
38+
url: /windows/terminal/
3139

3240
- title: Start building apps
3341
linkLists:
3442
- linkListType: overview
3543
links:
3644
- text: Get started with desktop apps
3745
url: ../get-started/index.md
38-
- text: Build apps with the Windows App SDK
39-
url: ../windows-app-sdk/index.md
40-
- text: Create your first WinUI 3 project
41-
url: ../winui/winui3/create-your-first-winui3-app.md
42-
- text: Overview of Progressive Web Apps (PWAs)
43-
url: /microsoft-edge/progressive-web-apps-chromium/
44-
- text: Make your apps great on Windows 11
45-
url: ../get-started/make-apps-great-for-windows.md
46+
- text: Learning paths and modules
47+
url: /training/browse/?products=windows
48+
- text: Code samples
49+
url: /samples/browse/?products=windows
4650
- linkListType: reference
4751
links:
4852
- text: Visual Studio templates for Windows apps
@@ -54,25 +58,70 @@ landingContent:
5458
links:
5559
- text: Design and code your app UI
5660
url: ../design/index.md
57-
- text: Windows UI Library (WinUI)
58-
url: ../winui/index.md
5961
- text: Windows 11 design principles
6062
url: ../design/signature-experiences/design-principles.md
63+
- text: Make your apps great on Windows 11
64+
url: ../get-started/make-apps-great-for-windows.md
6165
- linkListType: reference
6266
links:
6367
- text: WinUI API reference
6468
url: /windows/winui/api/
6569

66-
- title: Develop
70+
71+
- title: Platforms
6772
linkLists:
6873
- linkListType: overview
6974
links:
70-
- text: Features and technologies for Windows apps
71-
url: ../develop/index.md
7275
- text: Windows App SDK
7376
url: ../windows-app-sdk/index.md
74-
- text: Modernize your desktop apps
75-
url: modernize/index.md
77+
- text: .NET MAUI
78+
url: /dotnet/maui/what-is-maui
79+
- text: Universal Windows Platform (UWP)
80+
url: /windows/uwp/
81+
- text: Windows Presentation Foundation (WPF)
82+
url: /dotnet/desktop/wpf/overview/?view=netdesktop-7.0
83+
- text: Windows Forms
84+
url: /dotnet/desktop/winforms/overview/?view=netdesktop-7.0
85+
- text: Other Windows development technologies
86+
url: /windows/dev-environment/
87+
88+
89+
90+
- title: Deploy and Publish
91+
linkLists:
92+
- linkListType: overview
93+
links:
94+
- text: Deployment overview
95+
url: ../package-and-deploy/index.md
96+
- text: Deploy apps
97+
url: ../package-and-deploy/index.md
98+
- text: The MSIX app package format
99+
url: /windows/msix
100+
- text: Publish Windows apps and games
101+
url: ../publish/index.md
102+
103+
104+
- title: Artificial Intelligence and Machine Learning
105+
linkLists:
106+
- linkListType: overview
107+
links:
108+
- text: Windows AI
109+
url: /windows/ai/
110+
- text: GitHub Copilot extension for Visual Studio
111+
url: /visualstudio/ide/visual-studio-github-copilot-extension
112+
- text: Windows Machine Learning
113+
url: /windows/ai/windows-ml/
114+
- text: Windows Machine Learning samples
115+
url: /windows/ai/windows-ml/samples
116+
117+
- title: Reference
118+
linkLists:
119+
- linkListType: overview
120+
links:
121+
- text: Features and technologies for Windows apps
122+
url: ../develop/index.md
123+
- text: API reference for Windows desktop Apps
124+
url: /windows/apps/api-reference/
76125
- linkListType: reference
77126
links:
78127
- text: WinRT API for the Windows SDK
@@ -84,28 +133,17 @@ landingContent:
84133
- text: Win32 API for the Windows App SDK
85134
url: /windows/windows-app-sdk/api/win32/
86135

87-
- title: Deploy
88-
linkLists:
89-
- linkListType: overview
90-
links:
91-
- text: Deployment overview
92-
url: ../package-and-deploy/index.md
93-
- text: Deploy apps that use the Windows App SDK
94-
url: ../package-and-deploy/index.md#use-the-windows-app-sdk
95-
- text: MSIX documentation
96-
url: /windows/msix
136+
97137

98138
- title: Community and support
99139
linkLists:
100140
- linkListType: overview
101141
links:
102-
- text: Windows App SDK on GitHub
103-
url: https://github.com/microsoft/ProjectReunion
104-
- text: Windows UI Library (WinUI) on GitHub
105-
url: https://github.com/microsoft/microsoft-ui-xaml
106-
- text: "@WindowsDocs on Twitter"
142+
- text: Microsoft Q&A Forum
143+
url: /answers/questions/
144+
- text: "@WindowsDocs"
107145
url: https://twitter.com/WindowsDocs
108146
- text: OneDevMinute on YouTube
109147
url: /shows/One-Dev-Minute/?WT.mc_id=odm-c9-niner
110148
- text: Windows developer support
111-
url: https://developer.microsoft.com/windows/support
149+
url: https://developer.microsoft.com/windows/support

0 commit comments

Comments
 (0)