Skip to content

Commit d5bd785

Browse files
niels9001jwmsft
andauthored
Removing and redirecting dead WinUI / Hello World pages (#6118)
* Adding redirects * Removing old hello world tutorials and creating a new one for unpackaging an app * Add to ToC * Remove dead files * Package / deploy links now link to the new tutorial * Fixes * Fix redirects * Remove WASDK install md * Fix typos and links * Update .openpublishing.redirection.json * Update unpackage-winui-app.md * move and update unpackaging doc (#6126) * update metadata * move unpackaging doc to packaging section * fix typo * update instructions for unpackaging apps * add bullets * update links --------- Co-authored-by: Jim Walker <[email protected]>
1 parent 5aa3f29 commit d5bd785

11 files changed

Lines changed: 102 additions & 707 deletions

.openpublishing.redirection.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10394,6 +10394,26 @@
1039410394
"source_path": "hub/apps/design/motion/motion-reposition.md",
1039510395
"redirect_url": "/previous-versions/windows/uwp/ui-input/motion-reposition",
1039610396
"redirect_document_id": false
10397+
},
10398+
{
10399+
"source_path": "hub/apps/winui/winui3/create-your-first-winui3-app.md",
10400+
"redirect_url": "/hub/apps/get-started/start-here.md",
10401+
"redirect_document_id": false
10402+
},
10403+
{
10404+
"source_path": "hub/apps/windows-app-sdk/set-up-your-development-environment.md",
10405+
"redirect_url": "/hub/apps/get-started/start-here.md",
10406+
"redirect_document_id": false
10407+
},
10408+
{
10409+
"source_path": "hub/apps/how-tos/hello-world-winui3.md",
10410+
"redirect_url": "/hub/apps/get-started/start-here.md",
10411+
"redirect_document_id": false
10412+
},
10413+
{
10414+
"source_path": "hub/apps/winui/index.md",
10415+
"redirect_url": "/hub/apps/winui3/index.md",
10416+
"redirect_document_id": false
1039710417
}
1039810418
]
1039910419
}

hub/apps/get-started/start-here.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ ms.collection: windows11
1010

1111
# Setup and tooling for WinUI
1212

13-
Welcome to Windows app development. This guide will take you through the steps needed to begin creating your first app with WinUI. It will also point you to resources that will help you learn more about Windows development.
13+
This guide walks you through setting up your WinUI and Windows App SDK development environment in Visual Studio and creating your first app.
1414

15-
16-
## 1. Enable Developer Mode
15+
### 1. Enable Developer Mode
1716

1817
Windows has a special mode for developers that adjusts security settings so you can run the apps you're working on. You need to enable Developer Mode before you can build, deploy, and test your app by using Visual Studio.
1918

@@ -28,7 +27,7 @@ To enable Developer Mode:
2827
For more information about Developer Mode, see [Settings for developers](/windows/advanced-settings/developer-mode).
2928

3029

31-
## 2. Install Visual Studio and required workloads
30+
### 2. Install Visual Studio and required workloads
3231

3332
Use [Visual Studio](/visualstudio/ide/), Microsoft’s powerful IDE, to build, debug, and deploy your WinUI app. It offers ready-to-use project templates for Windows and other platforms to help you get started quickly.
3433

@@ -75,7 +74,7 @@ On the **Workloads** tab of the Visual Studio Installer app, select the followin
7574
7675
---
7776

78-
## 3. Create and launch your first WinUI app
77+
### 3. Create and launch your first WinUI app
7978

8079
Visual Studio project templates include all the files you need to quickly create your app. In fact, after you create your project from a WinUI app template, you already have an app that you can run, and then add your code to.
8180

@@ -105,7 +104,7 @@ Congratulations, you've just built your first WinUI app! Continue with the next
105104
## Next steps
106105

107106
> [!div class="nextstepaction"]
108-
> [Build your first notetaking app with WinUI](../tutorials/winui-notes/intro.md)
107+
> [Build your first app with WinUI](../tutorials/winui-notes/intro.md)
109108
110109
* To get an idea of what WinUI offers, check out the WinUI Gallery app.
111110
[!INCLUDE [winui-3-gallery](../../includes/winui-3-gallery.md)]

hub/apps/how-tos/hello-world-winui3.md

Lines changed: 0 additions & 289 deletions
This file was deleted.
3.45 KB
Loading
11.5 KB
Loading

0 commit comments

Comments
 (0)