From a163e6ab87934076b4a8e309a5737fa29d38a75b Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Mon, 16 Oct 2023 14:31:30 -0500 Subject: [PATCH] more globs --- reference/docfx.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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" } },