docs: Update Help

This commit is contained in:
DrIOS
2024-06-24 19:15:15 -05:00
parent 0a92100bb6
commit 73bce280eb
3 changed files with 22 additions and 22 deletions

View File

@@ -37,6 +37,6 @@ $parameters = @{
LogPath = ".\log.txt"
Encoding = [System.Text.Encoding]::UTF8
}
Update-MarkdownHelpModule @parameters
Update-MarkdownHelpModule -Path ".\help" -RefreshModulePage
Update-MarkdownHelpModule @parameters -Force
Update-MarkdownHelpModule -Path ".\help" -RefreshModulePage -Force
New-ExternalHelp -Path ".\help" -OutputPath ".\source\en-US" -force