Skip to content

Commit

Permalink
globbing for cmdlet paths (#179)
Browse files Browse the repository at this point in the history
* globbing for cmdlet paths

* fix conceptual globbing paths
  • Loading branch information
sdwheeler authored Oct 16, 2023
1 parent a6850d3 commit 27cb726
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions reference/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,21 @@
"ps-modules/PlatyPS/*.yml": "https://github.com/PowerShell/platyPS/issues/new/choose",
"ps-modules/PSScriptAnalyzer/*.md": "https://github.com/PowerShell/PSScriptAnalyzer/issues/new/choose",
"ps-modules/PSScriptAnalyzer/*.yml": "https://github.com/PowerShell/PSScriptAnalyzer/issues/new/choose",
"docs-conceptual/Microsoft.PowerShell.Crescendo/*.md": "https://github.com/PowerShell/Crescendo/issues/new/choose",
"docs-conceptual/Microsoft.PowerShell.Crescendo/*.yml": "https://github.com/PowerShell/Crescendo/issues/new/choose",
"docs-conceptual/Microsoft.PowerShell.SecretManagement/*.md": "https://github.com/PowerShell/SecretManagement/issues/new/choose",
"docs-conceptual/Microsoft.PowerShell.SecretManagement/*.yml": "https://github.com/PowerShell/SecretManagement/issues/new/choose",
"docs-conceptual/Microsoft.PowerShell.SecretStore/*.md": "https://github.com/PowerShell/SecretStore/issues/new/choose",
"docs-conceptual/Microsoft.PowerShell.SecretStore/*.yml": "https://github.com/PowerShell/SecretStore/issues/new/choose",
"docs-conceptual/Crescendo/*.md": "https://github.com/PowerShell/Crescendo/issues/new/choose",
"docs-conceptual/Crescendo/*.yml": "https://github.com/PowerShell/Crescendo/issues/new/choose",
"docs-conceptual/SecretManagement/*.md": "https://github.com/PowerShell/SecretManagement/issues/new/choose",
"docs-conceptual/SecretManagement/*.yml": "https://github.com/PowerShell/SecretManagement/issues/new/choose",
"docs-conceptual/PlatyPS/*.md": "https://github.com/PowerShell/platyPS/issues/new/choose",
"docs-conceptual/PlatyPS/*.yml": "https://github.com/PowerShell/platyPS/issues/new/choose",
"docs-conceptual/PSScriptAnalyzer/*.md": "https://github.com/PowerShell/PSScriptAnalyzer/issues/new/choose",
"docs-conceptual/PSScriptAnalyzer/*.yml": "https://github.com/PowerShell/PSScriptAnalyzer/issues/new/choose"
},
"ms.technology": {
"ps-modules/**/*.md": "powershell-conceptual",
"ps-modules/**/*.yml": "powershell-cmdlets",
"ps-modules/**/*": "powershell-cmdlets",
"docs-conceptual/**/*.md": "powershell-conceptual"
},
"ms.topic": {
"ps-modules/**/*.md": "managed-reference",
"ps-modules/**/*": "managed-reference",
"docs-conceptual/**/*.md": "conceptual"
}
},
Expand Down

0 comments on commit 27cb726

Please sign in to comment.