Skip to content

Commit c9dc113

Browse files
authored
Optimize globbing in docfx.json (#75)
1 parent cf8fa68 commit c9dc113

1 file changed

Lines changed: 10 additions & 31 deletions

File tree

powershell-gallery/docfx.json

Lines changed: 10 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,6 @@
3535
"powershellget-2.x/**/*": "https://github.com/powershell/powershellget/issues/new",
3636
"powershellget-3.x/**/*": "https://github.com/powershell/psresourceget/issues/new"
3737
},
38-
"feedback_system": {
39-
"**/*": "OpenSource"
40-
},
41-
"open_source_feedback_contributorGuideUrl": {
42-
"**/*": "https://learn.microsoft.com/powershell/scripting/community/contributing/powershell-style-guide"
43-
},
44-
"open_source_feedback_issueTitle": {
45-
"**/*": "Customer feedback - "
46-
},
47-
"open_source_feedback_issueLabels": {
48-
"**/*": "needs-triage"
49-
},
50-
"open_source_feedback_issueUrl": {
51-
"**/*": "https://github.com/MicrosoftDocs/PowerShell-Docs-PSGet/issues/new?template=04-customer-feedback.yml"
52-
},
5338
"open_source_feedback_productDescription": {
5439
"docs-conceptual/*": "The PowerShellGet and PSResourceGet modules are open source projects. Select a link to provide feedback:",
5540
"docs-conceptual/concepts/**/*": "PowerShell Gallery documentation is open source. Select a link to provide feedback:",
@@ -59,12 +44,6 @@
5944
"powershellget-2.x/**/*": "The PowerShellGet and PSResourceGet modules are open source projects. Select a link to provide feedback:",
6045
"powershellget-3.x/**/*": "The PowerShellGet and PSResourceGet modules are open source projects. Select a link to provide feedback:"
6146
},
62-
"open_source_feedback_productLogoLightUrl": {
63-
"**/*": "https://learn.microsoft.com/media/logos/logo-powershell-core.svg"
64-
},
65-
"open_source_feedback_productLogoDarkUrl": {
66-
"**/*": "https://learn.microsoft.com/media/logos/logo-powershell-core.svg"
67-
},
6847
"open_source_feedback_productName": {
6948
"docs-conceptual/*": "PowerShellGet & Gallery feedback",
7049
"docs-conceptual/concepts/**/*": "PowerShell Gallery feedback",
@@ -74,9 +53,6 @@
7453
"powershellget-2.x/**/*": "PowerShellGet feedback",
7554
"powershellget-3.x/**/*": "PSResourceGet feedback"
7655
},
77-
"ms.prod": {
78-
"**/*": "powershell"
79-
},
8056
"ms.technology": {
8157
"powershellget-1.x/**/*.md": "powershell-conceptual",
8258
"powershellget-1.x/**/*.yml": "powershell-cmdlets",
@@ -85,9 +61,6 @@
8561
"powershellget-3.x/**/*.md": "powershell-conceptual",
8662
"powershellget-3.x/**/*.yml": "powershell-cmdlets"
8763
},
88-
"ms.tgt_pltfr": {
89-
"**/*": "windows, macos, linux"
90-
},
9164
"ms.topic": {
9265
"powershellget-1.x/**/*": "managed-reference",
9366
"powershellget-2.x/**/*": "managed-reference",
@@ -110,23 +83,29 @@
11083
"https://authoring-docs-microsoft.poolparty.biz/devrel/56936876-97d9-45cc-ad1b-9d63320447c8",
11184
"https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"
11285
]
113-
},
114-
"social_image_url": {
115-
"**/*": "https://learn.microsoft.com/media/logos/logo-powershell-social.png"
11686
}
11787
},
11888
"globalMetadata": {
11989
"breadcrumb_path": "/powershell/gallery/breadcrumb/toc.json",
12090
"extendBreadcrumb": true,
12191
"feedback_github_repo": "MicrosoftDocs/PowerShell-Docs-PSGet",
92+
"feedback_system": "OpenSource",
93+
"open_source_feedback_contributorGuideUrl": "https://learn.microsoft.com/powershell/scripting/community/contributing/powershell-style-guide",
94+
"open_source_feedback_issueTitle": "Customer feedback - ",
95+
"open_source_feedback_issueLabels": "needs-triage",
96+
"open_source_feedback_issueUrl": "https://github.com/MicrosoftDocs/PowerShell-Docs-PSGet/issues/new?template=04-customer-feedback.yml",
97+
"open_source_feedback_productLogoLightUrl": "https://learn.microsoft.com/media/logos/logo-powershell-core.svg",
98+
"open_source_feedback_productLogoDarkUrl": "https://learn.microsoft.com/media/logos/logo-powershell-core.svg",
99+
"author": "sdwheeler",
122100
"manager": "jasongroce",
123101
"ms.author": "sewhee",
124-
"author": "sdwheeler",
125102
"ms.devlang": "powershell",
126103
"ms.prod": "powershell",
104+
"ms.tgt_pltfr": "windows, macos, linux",
127105
"searchScope": [
128106
"PowerShell"
129107
],
108+
"social_image_url": "https://learn.microsoft.com/media/logos/logo-powershell-social.png",
130109
"titleSuffix": "PowerShell",
131110
"toc_preview": true,
132111
"uhfHeaderId": "MSDocsHeader-Powershell"

0 commit comments

Comments
 (0)