Skip to content

Commit 1cb333c

Browse files
authored
Fix ms.topic metadata (#353)
* Fix ms.topic metadata * Add ms.update-cycle metadata * fix typo
1 parent 4ae6700 commit 1cb333c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

reference/docfx.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,20 @@
4040
},
4141
"ms.topic": {
4242
"ps-modules/**/*": "reference",
43-
"docs-conceptual/**/**": "conceptual",
43+
"docs-conceptual/**/**": "concept-article",
4444
"docs-conceptual/**/get-started/**": "get-started",
4545
"docs-conceptual/**/whats-new/**": "whats-new",
4646
"docs-conceptual/**/how-to/**": "how-to",
4747
"docs-conceptual/PSScriptAnalyzer/Rules/**": "language-reference"
48+
},
49+
"ms.update-cycle": {
50+
"docs-conceptual/Crescendo/**": "1825-days",
51+
"docs-conceptual/SecretManagement/**": "1825-days",
52+
"docs-conceptual/SecretStore/**": "1825-days",
53+
"ps-modules/Microsoft.PowerShell.Crescendo/**": "1825-days",
54+
"ps-modules/Microsoft.PowerShell.SecretManagement/**": "1825-days",
55+
"ps-modules/Microsoft.PowerShell.SecretStore/**": "1825-days",
56+
"ps-modules/PlatyPS/**": "1825-days"
4857
}
4958
},
5059
"globalMetadata": {

0 commit comments

Comments
 (0)