diff --git a/reference/docfx.json b/reference/docfx.json index fc5c8e9..13c7026 100644 --- a/reference/docfx.json +++ b/reference/docfx.json @@ -25,16 +25,16 @@ "PlatyPS/*.yml": "https://github.com/PowerShell/platyPS/issues/new/choose", "PSScriptAnalyzer/*.md": "https://github.com/PowerShell/PSScriptAnalyzer/issues/new/choose", "PSScriptAnalyzer/*.yml": "https://github.com/PowerShell/PSScriptAnalyzer/issues/new/choose", - "**/Microsoft.PowerShell.Crescendo/*.md": "https://github.com/PowerShell/Crescendo/issues/new/choose", - "**/Microsoft.PowerShell.Crescendo/*.yml": "https://github.com/PowerShell/Crescendo/issues/new/choose", - "**/Microsoft.PowerShell.SecretManagement/*.md": "https://github.com/PowerShell/SecretManagement/issues/new/choose", - "**/Microsoft.PowerShell.SecretManagement/*.yml": "https://github.com/PowerShell/SecretManagement/issues/new/choose", - "**/Microsoft.PowerShell.SecretStore/*.md": "https://github.com/PowerShell/SecretStore/issues/new/choose", - "**/Microsoft.PowerShell.SecretStore/*.yml": "https://github.com/PowerShell/SecretStore/issues/new/choose", - "**/PlatyPS/*.md": "https://github.com/PowerShell/platyPS/issues/new/choose", - "**/PlatyPS/*.yml": "https://github.com/PowerShell/platyPS/issues/new/choose", - "**/PSScriptAnalyzer/*.md": "https://github.com/PowerShell/PSScriptAnalyzer/issues/new/choose", - "**/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/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": { "**/*.md": "powershell-conceptual", @@ -42,7 +42,7 @@ "docs-conceptual/**/*.md": "powershell-conceptual" }, "ms.topic": { - "*.md": "managed-reference", + "**/*.md": "managed-reference", "docs-conceptual/**/*.md": "conceptual" } },