Skip to content

Commit d1d6d5a

Browse files
Updating ms.topic for AI readiness (#46448)
* updating ms.topic for AI readiness * adding Genevieve's comments * Update docfx.json Co-authored-by: Bill Wagner <[email protected]> * Update docs/core/compatibility/api-removal.md Co-authored-by: Bill Wagner <[email protected]> * Update docs/core/compatibility/breaking-changes.md Co-authored-by: Bill Wagner <[email protected]> * Update docs/standard/base-types/miscellaneous-constructs-in-regular-expressions.md Co-authored-by: Bill Wagner <[email protected]> * Update docs/core/compatibility/categories.md Co-authored-by: Bill Wagner <[email protected]> * Update docs/standard/base-types/parsing-strings.md Co-authored-by: Bill Wagner <[email protected]> * Update docs/standard/base-types/substitutions-in-regular-expressions.md Co-authored-by: Bill Wagner <[email protected]> * Update docs/standard/base-types/the-regular-expression-object-model.md Co-authored-by: Bill Wagner <[email protected]> * Update docs/standard/base-types/type-conversion.md Co-authored-by: Bill Wagner <[email protected]> * Update docs/core/compatibility/library-change-rules.md Co-authored-by: Bill Wagner <[email protected]> * Update docs/core/diagnostics/observability-otlp-example.md Co-authored-by: Bill Wagner <[email protected]> * Update docs/core/diagnostics/observability-prgrja-example.md Co-authored-by: Bill Wagner <[email protected]> * Update docs/core/diagnostics/observability-with-otel.md Co-authored-by: Bill Wagner <[email protected]> * Update docs/core/resources/manifest-file-names.md Co-authored-by: Bill Wagner <[email protected]> * Update docs/core/runtime-config/index.md Co-authored-by: Bill Wagner <[email protected]> * Update docs/csharp/how-to/index.md Co-authored-by: Bill Wagner <[email protected]> * Update docs/framework/additional-apis/index.md Co-authored-by: Bill Wagner <[email protected]> * Update docs/machine-learning/resources/ml-net-cli-telemetry.md Co-authored-by: Bill Wagner <[email protected]> * Update docs/standard/base-types/basic-string-operations.md Co-authored-by: Bill Wagner <[email protected]> * Update docs/standard/base-types/best-practices-display-data.md Co-authored-by: Bill Wagner <[email protected]> * Update docs/standard/base-types/character-escapes-in-regular-expressions.md Co-authored-by: Bill Wagner <[email protected]> * Update docs/standard/base-types/comparing.md Co-authored-by: Bill Wagner <[email protected]> * Update docs/standard/base-types/details-of-regular-expression-behavior.md Co-authored-by: Bill Wagner <[email protected]> --------- Co-authored-by: Bill Wagner <[email protected]>
1 parent 8de2249 commit d1d6d5a

File tree

75 files changed

+99
-79
lines changed

Some content is hidden

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

75 files changed

+99
-79
lines changed

docfx.json

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"ms.author": "dotnetcontent",
158158
"ms.devlang": "dotnet",
159159
"ms.service": "dotnet",
160-
"ms.topic": "conceptual",
160+
"ms.topic": "article",
161161
"searchScope": [
162162
".NET"
163163
],
@@ -259,7 +259,9 @@
259259
"_csharplang/**/*.md": "language-reference",
260260
"_csharpstandard/**/*.md": "language-reference",
261261
"_vblang/spec/*.md": "language-reference",
262-
"docs/azure/**/**.md": "conceptual",
262+
"docs/architecture/**/*.md": "concept-article",
263+
"docs/azure/migration/**/*.md": "upgrade-and-migration-article",
264+
"docs/core/compatibility/**/*.md": "concept-article",
263265
"docs/core/deploying/native-aot/warnings/**.md": "error-reference",
264266
"docs/core/deploying/single-file/warnings/**.md": "error-reference",
265267
"docs/core/deploying/trimming/trim-warnings/**.md": "error-reference",
@@ -268,22 +270,28 @@
268270
"docs/core/tools/sdk-errors/*.md": "error-reference",
269271
"docs/core/testing/mstest-analyzers/*.md": "error-reference",
270272
"docs/core/tutorials/**.md": "tutorial",
273+
"docs/core/unmanaged-api/**/*.md": "reference",
274+
"docs/core/whats-new/**/*.md": "whats-new",
275+
"docs/csharp/advanced-topics/interface-implementation/**.md": "tutorial",
271276
"docs/csharp/getting-started/**/*.md": "overview",
272277
"docs/csharp/how-to/**/*.md": "how-to",
273278
"docs/csharp/language-reference/**/*.md": "language-reference",
274279
"docs/csharp/language-reference/compiler-messages/*.md": "error-reference",
275280
"docs/csharp/linq/*.md": "how-to",
276281
"docs/csharp/misc/*.md": "error-reference",
277-
"docs/csharp/programming-guide/**": "conceptual",
282+
"docs/csharp/programming-guide/**": "article",
278283
"docs/csharp/roslyn-sdk/get-started/*.md": "tutorial",
279284
"docs/csharp/roslyn-sdk/tutorials/*.md": "tutorial",
285+
"docs/csharp/tour-of-csharp/*.md": "overview",
280286
"docs/csharp/tour-of-csharp/tutorials/**": "tutorial",
281287
"docs/csharp/tutorials/**": "tutorial",
282288
"docs/framework/additional-apis/**/**.md": "reference",
289+
"docs/framework/app-domains/**/*.md": "concept-article",
283290
"docs/framework/configure-apps/file-schema/**/**.md": "reference",
284291
"docs/framework/data/adonet/ef/language-reference/*-entity-sql.md": "language-reference",
285292
"docs/framework/debug-trace-profile/*-mda.md": "reference",
286293
"docs/framework/performance/*-etw-events.md": "reference",
294+
"docs/framework/release-notes/**.md": "release-notes",
287295
"docs/framework/tools/**/**.md": "reference",
288296
"docs/framework/unmanaged-api/**/**.md": "reference",
289297
"docs/framework/wcf/diagnostics/etw/**.md": "reference",
@@ -296,16 +304,28 @@
296304
"docs/framework/**/how-to*.md": "how-to",
297305
"docs/framework/**/troubleshooting*.md": "troubleshooting",
298306
"docs/fsharp/language-reference/**/**.md": "language-reference",
299-
"docs/iot/**/*.*": "conceptual",
307+
"docs/fsharp/tutorials/*.md": "tutorial",
308+
"docs/fsharp/get-started/**/*.md": "get-started",
309+
"docs/fundamentals/**/how-to*.md": "how-to",
310+
"docs/fundamentals/apicompat/package-validation/**.md": "how-to",
300311
"docs/fundamentals/code-analysis/quality-rules/**.md": "error-reference",
301312
"docs/fundamentals/code-analysis/style-rules/**.md": "error-reference",
302313
"docs/fundamentals/diagnostics/runtime-*.md": "reference",
303314
"docs/fundamentals/syslib-diagnostics/**/*.md": "error-reference",
304-
"docs/standard/**/*how-to*.md": "how-to",
315+
"docs/orleans/tutorials-and-samples/**.md": "tutorial",
316+
"docs/samples-and-tutorials/*.md": "tutorial",
317+
"docs/standard/**/how-to*.md": "how-to",
305318
"docs/standard/base-types/*.md": "how-to",
319+
"docs/standard/design-guidelines": "concept-article",
320+
"docs/standard/serialization/binaryformatter-migration-guide/**.md": "upgrade-and-migration-article",
321+
"docs/visual-basic/developing-apps/**/*.md": "how-to",
306322
"docs/visual-basic/language-reference/**/*.md": "language-reference",
307323
"docs/visual-basic/reference/**/*.md": "language-reference",
308324
"docs/visual-basic/misc/bc*.md": "error-reference",
325+
"docs/visual-basic/programming-guide/**/how-to*.md": "how-to",
326+
"docs/visual-basic/programming-guide/**/troubleshooting*.md": "troubleshooting",
327+
"docs/visual-basic/programming-guide/concepts/**/*.md": "concept-article",
328+
"docs/visual-basic/programming-guide/language-features/constants-enums/*.md": "concept-article",
309329
"docs/visual-basic/**/troubleshooting*.md": "troubleshooting",
310330
"docs/windows-workflow-foundation/1*.md": "error-reference",
311331
"docs/windows-workflow-foundation/2*.md": "error-reference",

docs/ai/azure-ai-services-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Authenticate to Azure OpenAI using .NET
33
description: Learn about the different options to authenticate to Azure OpenAI and other services using .NET
44
author: alexwolfmsft
5-
ms.topic: conceptual
5+
ms.topic: concept-article
66
ms.date: 04/09/2025
77
---
88

docs/azure/azure-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Additional Azure Tools
33
description: This article describes additional tools and utilities for working with Azure and how you can install them.
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.custom: devx-track-dotnet, engagement-fy23, devx-track-azurepowershell
66
ms.date: 8/15/2024
77
author: alexwolfmsft

docs/azure/configure-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configure Visual Studio for Azure Development with .NET
33
description: This article helps you configure Visual Studio for Azure development including getting the right workloads installed and connecting Visual Studio to your Azure account.
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.custom: devx-track-dotnet, engagement-fy23
66
ms.date: 3/20/2025
77
author: alexwolfmsft

docs/azure/configure-vs-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configure Visual Studio Code for Azure development with .NET
33
description: This article helps you configure Visual Studio Code for Azure development including getting the right plugins installed and configured in VS Code
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.custom: devx-track-dotnet, vscode-azure-extension-update-completed, engagement-fy23
66
ms.date: 8/15/2024
77
author: alexwolfmsft

docs/azure/create-azure-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create an Azure account
33
description: To use Azure, you need an Azure account. This article covers the three most common ways to sign up for an Azure account.
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.custom: devx-track-dotnet, engagement-fy23
66
ms.date: 8/15/2024
77
author: alexwolfmsft

docs/azure/dotnet-dev-env-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: .NET Development on Azure Configuration Checklist
33
description: Provides a quick summary of all the tools you should have installed to do .NET development with Azure
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.custom: devx-track-dotnet, engagement-fy23, devx-track-azurecli
66
ms.date: 8/15/2024
77
---

docs/azure/install-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Installing the Azure CLI
33
description: Azure developers will need the Azure CLI installed, so this article describes why you need the CLI and where to download and install it from.
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.custom: devx-track-dotnet, engagement-fy23, devx-track-azurecli
66
ms.date: 8/15/2024
77
author: alexwolfmsft

docs/azure/key-azure-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Key Azure Services for .NET developers
33
description: Azure has over 100 services, but this article focuses on the ~8 or so services used by .NET developers most frequently
44
ms.date: 08/15/2024
5-
ms.topic: conceptual
5+
ms.topic: concept-article
66
ms.custom: devx-track-dotnet, engagement-fy23
77
---
88

docs/azure/migration/app-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Migrate your .NET web app or service to Azure App Service
33
description: Learn about migrating a .NET web app or service from on-premises to Azure App Service.
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.date: 07/08/2020
66
---
77
# Migrate your .NET web app or service to Azure App Service

0 commit comments

Comments
 (0)