Skip to content

Commit cab2513

Browse files
authored
Merge pull request #5484 from Saisang/sai-mstopicbulkupdate-20250610-2
Bulk update ms.topic in apps,cross-device,dev-drive,dev-environment,package-manager,powertoys,python,app-resources,app-to-app,apps-for-education,apps-for-xbox,audio-video-camera,communication,composition,contacts-and-calendar,cpp-and-winrt-apis
2 parents c2823a4 + a6abfba commit cab2513

File tree

200 files changed

+288
-287
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+288
-287
lines changed

hub/apps/distribute-through-store/how-to-distribute-your-win32-app-through-microsoft-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: This section will guide you on how to distribute your Win32 application through Microsoft Store.
33
title: How to distribute your Win32 application through Microsoft Store.
44
ms.date: 02/15/2024
5-
ms.topic: article
5+
ms.topic: how-to
66
ms.localizationpriority: medium
77
---
88

hub/apps/distribute-through-store/how-to-transition-users-from-your-web-unpackaged-app-to-store-packaged-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: This section will guide you on how to transition users from your web unpackaged app to Store packaged app.
33
title: How to transition users from your web unpackaged app to Store packaged app.
44
ms.date: 02/15/2024
5-
ms.topic: article
5+
ms.topic: how-to
66
ms.localizationpriority: medium
77
---
88

hub/apps/distribute-through-store/how-to-use-store-web-installer-for-distribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: This section describes how you can use the Microsoft Store Web installer to improve distribution of your app on the web
33
title: How to use the Microsoft Store Web Installer to distribute your apps on the web.
4-
ms.topic: article
4+
ms.topic: how-to
55
ms.date: 05/07/2024
66
keywords: uwp, microsoft store installer, store installer, web installer
77
ms.localizationpriority: medium

hub/apps/get-started/best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Windows Application Development - Best Practices
33
description: A collection of best practices related to UI/UX, security, performance, and more.
4-
ms.topic: article
4+
ms.topic: best-practice
55
ms.date: 03/14/2023
66
ms.localizationpriority: medium
77
ms.collection: windows11
@@ -298,4 +298,4 @@ Most modern apps collect and use a large amount of data – including personal d
298298

299299
- [Create your first WinUI 3 project](../winui/winui3/create-your-first-winui3-app.md)
300300
- [Windows Developer FAQ](./windows-developer-faq.yml)
301-
- [Things you can do to make your app great on Windows 11](./make-apps-great-for-windows.md)
301+
- [Things you can do to make your app great on Windows 11](./make-apps-great-for-windows.md)

hub/apps/get-started/enable-your-device-for-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Enable your device for development
44
description: Activate Developer Mode on your PC to develop apps.
55
keywords: Developer mode, Visual Studio, developer license, enable device
66
ms.date: 02/19/2024
7-
ms.topic: article
7+
ms.topic: how-to
88
---
99

1010
# Enable your device for development

hub/apps/get-started/simple-photo-viewer-winui3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Tutorial--Create a simple photo viewer with WinUI 3
33
description: In this topic we walk through the process of building a simple WinUI 3 app to display photos. We'll use controls, layout panels, and data-binding. And we'll be writing both XAML markup (which is *declarative*) and C# code (which is *imperative*, or *procedural*).
4-
ms.topic: article
4+
ms.topic: tutorial
55
ms.date: 08/19/2024
66
keywords: Windows, App, SDK, WinUI 3, WinUI, photo, viewer, Windows 11, Windows 10, XAML, C#, C++
77
ms.localizationpriority: medium

hub/apps/get-started/uno-simple-photo-viewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Tutorial--Build a simple photo viewer that targets multiple platforms
33
description: Learn how to reach users across native mobile, web, and desktop with minimal changes to the C#/WinUI 3 simple photo viewer built in the previous tutorial. We'll use Uno Platform to create a new multi-platform app, which we can move code from the existing desktop project to.
44
author: alvinashcraft
55
ms.author: aashcraft
6-
ms.topic: article
6+
ms.topic: tutorial
77
ms.date: 08/19/2024
88
keywords: Windows, App, SDK, WinUI 3, WinUI, photo, viewer, Windows 11, Windows 10, XAML, C#, uno platform, uno
99
ms.localizationpriority: medium

hub/apps/get-started/windows-developer-glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Windows developer glossary
33
description: A glossary of terms related to Windows application development.
4-
ms.topic: article
4+
ms.topic: glossary
55
ms.date: 12/16/2024
66
ms.localizationpriority: medium
77
ms.collection: windows11

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to build a Hello World app using C# / WinUI 3 / Windows App SDK
33
description: Get started with WinUI 3 / Windows App SDK by building a simple Windows desktop app that displays "Hello world!".
4-
ms.topic: article
4+
ms.topic: how-to
55
ms.date: 2/20/2023
66
keywords: windows app sdk, winappsdk, winui3
77
ms.localizationpriority: medium

hub/apps/how-tos/uno-multiplatform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to target multiple platforms with your WinUI 3 app
33
description: Reach more users with a single WinUI 3 / .NET codebase using Uno Platform.
4-
ms.topic: article
4+
ms.topic: how-to
55
ms.date: 3/31/2023
66
keywords: uno platform, winui
77
ms.localizationpriority: medium

0 commit comments

Comments
 (0)