Skip to content

Commit 7ffbb21

Browse files
authored
Merge pull request #250 from MicrosoftDocs/main
3/7/2024 PM Publish
2 parents 9e85e33 + 1835448 commit 7ffbb21

File tree

6 files changed

+12
-1
lines changed

6 files changed

+12
-1
lines changed

dsc/docfx.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,13 @@
4646
},
4747
"ms.topic": {
4848
"docs-conceptual/**": "conceptual",
49-
"docs-conceptual/**/reference/**": "reference",
49+
"docs-conceptual/**/getting-started/**": "get-started",
50+
"docs-conceptual/**/how-tos/**": "how-to",
51+
"docs-conceptual/**/overview/**": "overview",
52+
"docs-conceptual/**/quickstarts/**": "quickstart",
53+
"docs-conceptual/**/reference/**": "language-reference",
54+
"docs-conceptual/**/troubleshooting/**": "troubleshooting",
55+
"docs-conceptual/**/tutorials/**": "tutorial",
5056
"dsc-1.1/PSDesiredStateConfiguration/*": "managed-reference",
5157
"dsc-1.1/PSDesiredStateConfiguration/About/*.md": "conceptual",
5258
"dsc-2.0/PSDesiredStateConfiguration/*": "managed-reference",

dsc/docs-conceptual/dsc-1.1/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Overview of the PSDesiredStateConfiguration v1.1 module.
33
ms.date: 12/15/2021
4+
ms.topic: overview
45
title: PSDesiredStateConfiguration v1.1
56
---
67
# PSDesiredStateConfiguration v1.1

dsc/docs-conceptual/dsc-2.0/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: >
33
Overview of Desired State Configuration 2.0
44
ms.date: 05/15/2023
5+
ms.topic: overview
56
title: Desired State Configuration 2.0
67
---
78
# Desired State Configuration 2.0

dsc/docs-conceptual/dsc-3.0/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "Desired State Configuration changelog"
33
description: >-
44
A log of the changes for releases of DSCv3.
5+
ms.topic: whats-new
56
ms.date: 03/06/2024
67
---
78

dsc/docs-conceptual/dsc-3.0/glossary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "Glossary: Desired State Configuration"
33
description: >-
44
A glossary of terms for PowerShell Desired State Configuration (DSC) v3.
5+
ms.topic: glossary
56
ms.date: 08/07/2023
67
---
78

dsc/docs-conceptual/dsc-3.0/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description: >-
33
Learn about Microsoft's Desired State Configuration platform, including what it does and when
44
it should be used.
55
ms.date: 01/29/2024
6+
ms.topic: overview
67
title: Microsoft Desired State Configuration v3 overview
78
---
89

0 commit comments

Comments
 (0)