Skip to content

Commit 0d2fbe4

Browse files
authored
Fix docfx.json feedback settings (#72)
* Fix docfx.json feedback settings * Change globbing patterns
1 parent a290dc1 commit 0d2fbe4

1 file changed

Lines changed: 21 additions & 8 deletions

File tree

powershell-gallery/docfx.json

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@
2727
"externalReference": [],
2828
"fileMetadata": {
2929
"feedback_product_url": {
30+
"docs-conceptual/*": "https://github.com/powershell/psresourceget/issues/new",
3031
"docs-conceptual/concepts/**/*": "https://github.com/powershell/powershellgallery/issues/new",
3132
"docs-conceptual/how-to/**/*": "https://github.com/powershell/powershellgallery/issues/new",
32-
"docs-conceptual/powershellget/**/*": "https://github.com/powershell/psresourceget/issues/new"
33+
"docs-conceptual/powershellget/**/*": "https://github.com/powershell/psresourceget/issues/new",
34+
"powershellget-1.x/**/*": "https://github.com/powershell/powershellget/issues/new",
35+
"powershellget-2.x/**/*": "https://github.com/powershell/powershellget/issues/new",
36+
"powershellget-3.x/**/*": "https://github.com/powershell/psresourceget/issues/new"
3337
},
3438
"feedback_system": {
3539
"**/*": "OpenSource"
@@ -44,10 +48,16 @@
4448
"**/*": "needs-triage"
4549
},
4650
"open_source_feedback_issueUrl": {
47-
"**/*": "https://github.com/MicrosoftDocs/PowerShell-Docs-Modules/issues/new?template=04-customer-feedback.yml"
51+
"**/*": "https://github.com/MicrosoftDocs/PowerShell-Docs-PSGet/issues/new?template=04-customer-feedback.yml"
4852
},
4953
"open_source_feedback_productDescription": {
50-
"**/powershellget*/**/*": "PowerShellGet is an open source project. Select a link to provide feedback:"
54+
"docs-conceptual/*": "The PowerShellGet and PSResourceGet modules are open source projects. Select a link to provide feedback:",
55+
"docs-conceptual/concepts/**/*": "PowerShell Gallery documentation is open source. Select a link to provide feedback:",
56+
"docs-conceptual/how-to/**/*": "PowerShell Gallery documentation is open source. Select a link to provide feedback:",
57+
"docs-conceptual/powershellget/**/*": "The PowerShellGet and PSResourceGet modules are open source projects. Select a link to provide feedback:",
58+
"powershellget-1.x/**/*": "The PowerShellGet and PSResourceGet modules are open source projects. Select a link to provide feedback:",
59+
"powershellget-2.x/**/*": "The PowerShellGet and PSResourceGet modules are open source projects. Select a link to provide feedback:",
60+
"powershellget-3.x/**/*": "The PowerShellGet and PSResourceGet modules are open source projects. Select a link to provide feedback:"
5161
},
5262
"open_source_feedback_productLogoLightUrl": {
5363
"**/*": "https://learn.microsoft.com/media/logos/logo-powershell-core.svg"
@@ -56,16 +66,20 @@
5666
"**/*": "https://learn.microsoft.com/media/logos/logo-powershell-core.svg"
5767
},
5868
"open_source_feedback_productName": {
59-
"powershellget-*/**/*": "PowerShellGet feedback",
69+
"docs-conceptual/*": "PowerShellGet & Gallery feedback",
6070
"docs-conceptual/concepts/**/*": "PowerShell Gallery feedback",
61-
"docs-conceptual/how-to/**/*": "PowerShell Gallery feedback"
71+
"docs-conceptual/how-to/**/*": "PowerShell Gallery feedback",
72+
"docs-conceptual/powershellget/**/*": "PowerShellGet feedback",
73+
"powershellget-1.x/**/*": "PowerShellGet feedback",
74+
"powershellget-2.x/**/*": "PowerShellGet feedback",
75+
"powershellget-3.x/**/*": "PSResourceGet feedback"
6276
},
6377
"ms.prod": {
6478
"**/*": "powershell"
6579
},
6680
"ms.technology": {
67-
"powershellget-*/**.md": "powershell-conceptual",
68-
"powershellget-*/**.yml": "powershell-cmdlets"
81+
"powershellget-*/*.md": "powershell-conceptual",
82+
"powershellget-*/*.yml": "powershell-cmdlets"
6983
},
7084
"ms.tgt_pltfr": {
7185
"**/*": "windows, macos, linux"
@@ -95,7 +109,6 @@
95109
"breadcrumb_path": "/powershell/gallery/breadcrumb/toc.json",
96110
"extendBreadcrumb": true,
97111
"feedback_github_repo": "MicrosoftDocs/PowerShell-Docs-PSGet",
98-
"feedback_product_url": "https://github.com/PowerShell/PowerShellGet/issues/new/choose",
99112
"manager": "jasongroce",
100113
"ms.author": "sewhee",
101114
"author": "sdwheeler",

0 commit comments

Comments
 (0)