Skip to content

Commit

Permalink
Optimize globbing in docfx.json (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwheeler authored Sep 28, 2023
1 parent dab2a3a commit ef5db92
Showing 1 changed file with 15 additions and 53 deletions.
68 changes: 15 additions & 53 deletions reference/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
"dest": "PowerShell-Docs-Modules",
"externalReference": [],
"fileMetadata": {
"author": {
"**/**.md": "sdwheeler",
"**/**.yml": "sdwheeler"
},
"feedback_product_url": {
"ps-modules/Microsoft.PowerShell.Crescendo/**.md": "https://github.com/PowerShell/Crescendo/issues/new/choose",
"ps-modules/Microsoft.PowerShell.Crescendo/**.yml": "https://github.com/PowerShell/Crescendo/issues/new/choose",
Expand All @@ -27,72 +23,38 @@
"ps-modules/PlatyPS/**.yml": "https://github.com/PowerShell/platyPS/issues/new/choose",
"ps-modules/PSScriptAnalyzer/**.yml": "https://github.com/PowerShell/PSScriptAnalyzer/issues/new/choose"
},
"feedback_system": {
"**/*": "OpenSource"
},
"open_source_feedback_contributorGuideUrl": {
"**/*": "https://learn.microsoft.com/powershell/scripting/community/contributing/powershell-style-guide"
},
"open_source_feedback_issueTitle": {
"**/*": "Customer feedback - "
},
"open_source_feedback_issueLabels": {
"**/*": "needs-triage"
},
"open_source_feedback_issueUrl": {
"**/*": "https://github.com/MicrosoftDocs/PowerShell-Docs-Modules/issues/new?template=04-customer-feedback.yml"
},
"open_source_feedback_productDescription": {
"**/*": "These PowerShell modules are open source projects. Select a link to provide feedback:"
},
"open_source_feedback_productLogoLightUrl": {
"**/*": "https://learn.microsoft.com/media/logos/logo-powershell-core.svg"
},
"open_source_feedback_productLogoDarkUrl": {
"**/*": "https://learn.microsoft.com/media/logos/logo-powershell-core.svg"
},
"open_source_feedback_productName": {
"**/*": "PowerShell feedback"
},
"manager": {
"**/**": "mkluck"
},
"ms.author": {
"**/**.md": "sewhee",
"**/**.yml": "sewhee"
},
"ms.prod": {
"**/**.md": "powershell",
"**/**.yml": "powershell"
},
"ms.technology": {
"**/**.md": "powershell-conceptual",
"**/**.yml": "powershell-cmdlets",
"docs-conceptual/**/**.md": "powershell-conceptual"
},
"ms.tgt_pltfr": {
"**/**": "windows, macos, linux"
},
"ms.topic": {
"ps-modules/**.md": "managed-reference",
"docs-conceptual/**/**.md": "conceptual"
},
"products": {
"**/**.md": [ "https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3" ],
"**/**.yml": [ "https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3" ]
},
"social_image_url": {
"**/**.md": "https://learn.microsoft.com/media/logos/logo-powershell-social.png",
"**/**.yml": "https://learn.microsoft.com/media/logos/logo-powershell-social.png"
}
},
"globalMetadata": {
"ROBOTS": "INDEX, FOLLOW",
"apiPlatform": "powershell",
"breadcrumb_path": "/powershell/utility-modules/breadcrumb/toc.json",
"feedback_github_repo": "MicrosoftDocs/PowerShell-Docs-Modules",
"feedback_system": "OpenSource",
"open_source_feedback_contributorGuideUrl": "https://learn.microsoft.com/powershell/scripting/community/contributing/powershell-style-guide",
"open_source_feedback_issueTitle": "Customer feedback - ",
"open_source_feedback_issueLabels": "needs-triage",
"open_source_feedback_issueUrl": "https://github.com/MicrosoftDocs/PowerShell-Docs-Modules/issues/new?template=04-customer-feedback.yml",
"open_source_feedback_productDescription": "These PowerShell modules are open source projects. Select a link to provide feedback:",
"open_source_feedback_productLogoLightUrl": "https://learn.microsoft.com/media/logos/logo-powershell-core.svg",
"open_source_feedback_productLogoDarkUrl": "https://learn.microsoft.com/media/logos/logo-powershell-core.svg",
"open_source_feedback_productName": "PowerShell feedback",
"author": "sdwheeler",
"manager": "jasongroce",
"ms.author": "sewhee",
"ms.devlang": "powershell",
"ms.prod": "powershell",
"ms.tgt_pltfr": "windows, macos, linux",
"products": [ "https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3" ],
"social_image_url": "https://learn.microsoft.com/media/logos/logo-powershell-social.png",
"titleSuffix": "PowerShell",
"toc_preview": true,
"uhfHeaderId": "MSDocsHeader-Powershell"
Expand Down

0 comments on commit ef5db92

Please sign in to comment.