Skip to content

Commit a6bd061

Browse files
authored
Add ms.update-cycle and fix ms.topic (#289)
1 parent 1ec1a7c commit a6bd061

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

powershell-gallery/docfx.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,19 @@
5353
"powershellget-3.x/**/*.yml": "cmdlets"
5454
},
5555
"ms.topic": {
56-
"docs-conceptual/**/*": "conceptual",
56+
"docs-conceptual/**/*": "concept-article",
5757
"docs-conceptual/**/how-to/**": "how-to",
5858
"powershellget-1.x/**/*": "reference",
5959
"powershellget-2.x/**/*": "reference",
6060
"powershellget-3.x/**/*": "reference"
6161
},
62+
"ms.update-cycle": {
63+
"powershellget-1.x/**/*": "3650-days",
64+
"powershellget-2.x/**/*": "3650-days",
65+
"docs-conceptual/faqs.yml": "3650-days",
66+
"docs-conceptual/concepts/**/*": "3650-days",
67+
"docs-conceptual/how-to/**/*": "3650-days"
68+
},
6269
"products": {
6370
"docs-conceptual/**/*": [
6471
"https://authoring-docs-microsoft.poolparty.biz/devrel/2bdae855-045f-4535-b365-7b2e23824328",

0 commit comments

Comments
 (0)