diff --git a/dsc/docfx.json b/dsc/docfx.json index ae24ef1..1008a04 100644 --- a/dsc/docfx.json +++ b/dsc/docfx.json @@ -46,7 +46,13 @@ }, "ms.topic": { "docs-conceptual/**": "conceptual", - "docs-conceptual/**/reference/**": "reference", + "docs-conceptual/**/getting-started/**": "get-started", + "docs-conceptual/**/how-tos/**": "how-to", + "docs-conceptual/**/overview/**": "overview", + "docs-conceptual/**/quickstarts/**": "quickstart", + "docs-conceptual/**/reference/**": "language-reference", + "docs-conceptual/**/troubleshooting/**": "troubleshooting", + "docs-conceptual/**/tutorials/**": "tutorial", "dsc-1.1/PSDesiredStateConfiguration/*": "managed-reference", "dsc-1.1/PSDesiredStateConfiguration/About/*.md": "conceptual", "dsc-2.0/PSDesiredStateConfiguration/*": "managed-reference", diff --git a/dsc/docs-conceptual/dsc-1.1/overview.md b/dsc/docs-conceptual/dsc-1.1/overview.md index 5ba662d..a7854d8 100644 --- a/dsc/docs-conceptual/dsc-1.1/overview.md +++ b/dsc/docs-conceptual/dsc-1.1/overview.md @@ -1,6 +1,7 @@ --- description: Overview of the PSDesiredStateConfiguration v1.1 module. ms.date: 12/15/2021 +ms.topic: overview title: PSDesiredStateConfiguration v1.1 --- # PSDesiredStateConfiguration v1.1 diff --git a/dsc/docs-conceptual/dsc-2.0/overview.md b/dsc/docs-conceptual/dsc-2.0/overview.md index 0b8fbc4..c0b3083 100644 --- a/dsc/docs-conceptual/dsc-2.0/overview.md +++ b/dsc/docs-conceptual/dsc-2.0/overview.md @@ -2,6 +2,7 @@ description: > Overview of Desired State Configuration 2.0 ms.date: 05/15/2023 +ms.topic: overview title: Desired State Configuration 2.0 --- # Desired State Configuration 2.0 diff --git a/dsc/docs-conceptual/dsc-3.0/changelog.md b/dsc/docs-conceptual/dsc-3.0/changelog.md index f592abb..851b230 100644 --- a/dsc/docs-conceptual/dsc-3.0/changelog.md +++ b/dsc/docs-conceptual/dsc-3.0/changelog.md @@ -2,6 +2,7 @@ title: "Desired State Configuration changelog" description: >- A log of the changes for releases of DSCv3. +ms.topic: whats-new ms.date: 03/06/2024 --- diff --git a/dsc/docs-conceptual/dsc-3.0/glossary.md b/dsc/docs-conceptual/dsc-3.0/glossary.md index cd307ad..1b9c011 100644 --- a/dsc/docs-conceptual/dsc-3.0/glossary.md +++ b/dsc/docs-conceptual/dsc-3.0/glossary.md @@ -2,6 +2,7 @@ title: "Glossary: Desired State Configuration" description: >- A glossary of terms for PowerShell Desired State Configuration (DSC) v3. +ms.topic: glossary ms.date: 08/07/2023 --- diff --git a/dsc/docs-conceptual/dsc-3.0/overview.md b/dsc/docs-conceptual/dsc-3.0/overview.md index 85fcd87..db7b3be 100644 --- a/dsc/docs-conceptual/dsc-3.0/overview.md +++ b/dsc/docs-conceptual/dsc-3.0/overview.md @@ -3,6 +3,7 @@ description: >- Learn about Microsoft's Desired State Configuration platform, including what it does and when it should be used. ms.date: 01/29/2024 +ms.topic: overview title: Microsoft Desired State Configuration v3 overview ---