Skip to content

Commit cf8fa68

Browse files
authored
Fix more globbing patterns in docfx.json (#73)
1 parent 0d2fbe4 commit cf8fa68

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

powershell-gallery/docfx.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,28 +78,38 @@
7878
"**/*": "powershell"
7979
},
8080
"ms.technology": {
81-
"powershellget-*/*.md": "powershell-conceptual",
82-
"powershellget-*/*.yml": "powershell-cmdlets"
81+
"powershellget-1.x/**/*.md": "powershell-conceptual",
82+
"powershellget-1.x/**/*.yml": "powershell-cmdlets",
83+
"powershellget-2.x/**/*.md": "powershell-conceptual",
84+
"powershellget-2.x/**/*.yml": "powershell-cmdlets",
85+
"powershellget-3.x/**/*.md": "powershell-conceptual",
86+
"powershellget-3.x/**/*.yml": "powershell-cmdlets"
8387
},
8488
"ms.tgt_pltfr": {
8589
"**/*": "windows, macos, linux"
8690
},
8791
"ms.topic": {
88-
"powershellget-*/*": "managed-reference"
92+
"powershellget-1.x/**/*": "managed-reference",
93+
"powershellget-2.x/**/*": "managed-reference",
94+
"powershellget-3.x/**/*": "managed-reference"
8995
},
9096
"products": {
9197
"docs-conceptual/**/*": [
9298
"https://authoring-docs-microsoft.poolparty.biz/devrel/2bdae855-045f-4535-b365-7b2e23824328",
9399
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
94100
],
95-
"powershellget-*/*.md": [
101+
"powershellget-1.x/**/*": [
96102
"https://authoring-docs-microsoft.poolparty.biz/devrel/56936876-97d9-45cc-ad1b-9d63320447c8",
97103
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
98104
],
99-
"powershellget-*/*.yml": [
105+
"powershellget-2.x/**/*": [
100106
"https://authoring-docs-microsoft.poolparty.biz/devrel/56936876-97d9-45cc-ad1b-9d63320447c8",
101107
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
102108
],
109+
"powershellget-3.x/**/*": [
110+
"https://authoring-docs-microsoft.poolparty.biz/devrel/56936876-97d9-45cc-ad1b-9d63320447c8",
111+
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
112+
]
103113
},
104114
"social_image_url": {
105115
"**/*": "https://learn.microsoft.com/media/logos/logo-powershell-social.png"

0 commit comments

Comments
 (0)