Skip to content

Commit 0907f7a

Browse files
authored
Update metadata for new validation rules (#237)
1 parent 6f64ba9 commit 0907f7a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

dsc/docfx.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,20 @@
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": {
3448
"docs-conceptual/**": "conceptual",
3549
"docs-conceptual/**/reference/**": "reference",
@@ -60,7 +74,7 @@
6074
"manager": "jasongroce",
6175
"ms.author": "sewhee",
6276
"ms.devlang": "powershell",
63-
"ms.prod": "powershell",
77+
"ms.service": "powershell",
6478
"searchScope": [
6579
"PowerShell"
6680
],

0 commit comments

Comments
 (0)