We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec1a7c commit 64b27d9Copy full SHA for 64b27d9
1 file changed
powershell-gallery/docfx.json
@@ -53,12 +53,19 @@
53
"powershellget-3.x/**/*.yml": "cmdlets"
54
},
55
"ms.topic": {
56
- "docs-conceptual/**/*": "conceptual",
+ "docs-conceptual/**/*": "concept-article",
57
"docs-conceptual/**/how-to/**": "how-to",
58
"powershellget-1.x/**/*": "reference",
59
"powershellget-2.x/**/*": "reference",
60
"powershellget-3.x/**/*": "reference"
61
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
+ },
69
"products": {
70
"docs-conceptual/**/*": [
71
"https://authoring-docs-microsoft.poolparty.biz/devrel/2bdae855-045f-4535-b365-7b2e23824328",
0 commit comments