From 552a81ea07092e08093ba181a4fc6e4961a3fd3c Mon Sep 17 00:00:00 2001 From: Saisang Cai Date: Mon, 14 Jul 2025 15:58:58 +0800 Subject: [PATCH] Update to new PowerShell reference schema --- .openpublishing.publish.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 4d93333..4b88464 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -15,8 +15,8 @@ "type_mapping": { "Conceptual": "Content", "ManagedReference": "Content", - "PowershellCmdlet": "Content", - "PowershellModule": "Content" + "PowerShellCmdlet1": "Content", + "PowerShellModule1": "Content" }, "build_entry_point": "docs", "template_folder": "_themes",