@@ -8,9 +8,9 @@ metadata:
8
8
description : This documentation provides the latest guidance about building desktop apps for Windows 11 and Windows 10.
9
9
ms.topic : landing-page
10
10
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
14
14
keywords : windows win32, desktop development
15
15
16
16
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
@@ -20,29 +20,33 @@ landingContent:
20
20
linkLists :
21
21
- linkListType : get-started
22
22
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
25
29
- text : Enable your device for development
26
30
url : ../get-started/enable-your-device-for-development.md
27
31
- text : Developer Mode features and debugging
28
32
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/
31
39
32
40
- title : Start building apps
33
41
linkLists :
34
42
- linkListType : overview
35
43
links :
36
44
- text : Get started with desktop apps
37
45
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
46
50
- linkListType : reference
47
51
links :
48
52
- text : Visual Studio templates for Windows apps
@@ -54,25 +58,70 @@ landingContent:
54
58
links :
55
59
- text : Design and code your app UI
56
60
url : ../design/index.md
57
- - text : Windows UI Library (WinUI)
58
- url : ../winui/index.md
59
61
- text : Windows 11 design principles
60
62
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
61
65
- linkListType : reference
62
66
links :
63
67
- text : WinUI API reference
64
68
url : /windows/winui/api/
65
69
66
- - title : Develop
70
+
71
+ - title : Platforms
67
72
linkLists :
68
73
- linkListType : overview
69
74
links :
70
- - text : Features and technologies for Windows apps
71
- url : ../develop/index.md
72
75
- text : Windows App SDK
73
76
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/
76
125
- linkListType : reference
77
126
links :
78
127
- text : WinRT API for the Windows SDK
@@ -84,28 +133,17 @@ landingContent:
84
133
- text : Win32 API for the Windows App SDK
85
134
url : /windows/windows-app-sdk/api/win32/
86
135
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
+
97
137
98
138
- title : Community and support
99
139
linkLists :
100
140
- linkListType : overview
101
141
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"
107
145
url : https://twitter.com/WindowsDocs
108
146
- text : OneDevMinute on YouTube
109
147
url : /shows/One-Dev-Minute/?WT.mc_id=odm-c9-niner
110
148
- text : Windows developer support
111
- url : https://developer.microsoft.com/windows/support
149
+ url : https://developer.microsoft.com/windows/support
0 commit comments