Skip to content

Commit 9d04574

Browse files
authored
docs: develop (#6515)
Modernize documentation by updating legacy references. Batch: develop Files changed: 2 Proposals applied: 2
1 parent c1a9467 commit 9d04574

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

hub/apps/develop/title-bar.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ See the [Title bar](../design/basics/titlebar-design.md) design article for guid
1818
> [!div class="nextstepaction"]
1919
> [See the Windows 11 Fluent Design guidance for title bar](../design/basics/titlebar-design.md)
2020
21-
> [!IMPORTANT]
22-
> This article shows how to customize the title bar for apps that use the Windows App SDK, either with or without WinUI 3. For apps that use UWP and WinUI for UWP, see [Title bar customization](/windows/uwp/ui-input/title-bar) for UWP.
23-
2421
> [!IMPORTANT]
2522
> A new [Title bar](../design/controls/title-bar.md) control has been added in Windows App SDK 1.7. It simplifies the process of title bar customization.
2623

hub/apps/develop/windows-app-restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ When a user installs a new operating system (OS), and chooses to restore from th
3838

3939
Another key to creating a great experience for your users is ensuring that the app gets installed, and behaves correctly. The best way to do that is with a *packaged* app (see [Deployment overview](/windows/apps/package-and-deploy/)).
4040

41-
A packaged app (either a packaged desktop app or a Universal Windows Platform app) is packaged using MSIX, and it's run inside of a lightweight app container. The packaged app process and its child processes run inside the container; and they're isolated using file system and registry virtualization. It's these aspects of packaging that make installation extremely reliable, and ensure that the app doesn't misbehave or leave registry configuration or app files on the PC when the user uninstalls.
41+
A packaged app (either a packaged desktop app or a WinUI app) is packaged using MSIX, and it's run inside of a lightweight app container. The packaged app process and its child processes run inside the container; and they're isolated using file system and registry virtualization. It's these aspects of packaging that make installation extremely reliable, and ensure that the app doesn't misbehave or leave registry configuration or app files on the PC when the user uninstalls.
4242

4343
For more info about the benefits of using MSIX for packaging, see [What is MSIX?](/windows/msix/overview).
4444

0 commit comments

Comments
 (0)