Skip to content

Commit 12979a7

Browse files
authored
Merge pull request #238 from MicrosoftDocs/main
1/10/2024 PM Publish
2 parents b4ecd0d + 0907f7a commit 12979a7

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

dsc/docfx.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,23 @@
3030
"dsc-3.0/**/*.md": "https://github.com/PowerShell/DSC/issues/new/choose",
3131
"dsc-3.0/**/*.yml": "https://github.com/PowerShell/DSC/issues/new/choose"
3232
},
33+
"ms.subservice": {
34+
"docs-conceptual/dsc-1.1/**/*.md": "conceptual",
35+
"docs-conceptual/dsc-1.1/**/*.yml": "conceptual",
36+
"docs-conceptual/dsc-2.0/**/*.md": "conceptual",
37+
"docs-conceptual/dsc-2.0/**/*.yml": "conceptual",
38+
"docs-conceptual/dsc-3.0/**/*.md": "conceptual",
39+
"docs-conceptual/dsc-3.0/**/*.yml": "conceptual",
40+
"dsc-1.1/**/*.md": "cmdlets",
41+
"dsc-1.1/**/*.yml": "cmdlets",
42+
"dsc-2.0/**/*.md": "cmdlets",
43+
"dsc-2.0/**/*.yml": "cmdlets",
44+
"dsc-3.0/**/*.md": "cmdlets",
45+
"dsc-3.0/**/*.yml": "cmdlets"
46+
},
3347
"ms.topic": {
34-
"docs-conceptual/*": "conceptual",
48+
"docs-conceptual/**": "conceptual",
49+
"docs-conceptual/**/reference/**": "reference",
3550
"dsc-1.1/PSDesiredStateConfiguration/*": "managed-reference",
3651
"dsc-1.1/PSDesiredStateConfiguration/About/*.md": "conceptual",
3752
"dsc-2.0/PSDesiredStateConfiguration/*": "managed-reference",
@@ -59,7 +74,7 @@
5974
"manager": "jasongroce",
6075
"ms.author": "sewhee",
6176
"ms.devlang": "powershell",
62-
"ms.prod": "powershell",
77+
"ms.service": "powershell",
6378
"searchScope": [
6479
"PowerShell"
6580
],

0 commit comments

Comments
 (0)