We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f370dec commit 1d15f53Copy full SHA for 1d15f53
1 file changed
Tools.psm1
@@ -32,9 +32,6 @@ function Invoke-PveAction {
32
New-MarkdownHelp -Module Corsinvest.ProxmoxVE.Api -OutputFolder $MarkdownSourcePath -Force
33
}
34
elseif ($Action -eq 'create-doc-mkdocs') {
35
- # Generate PlatyPS markdown first by calling the create-doc-md action
36
- Invoke-PveAction -Action 'create-doc-md'
37
-
38
Write-Host "🚀 Starting MkDocs documentation generation..." -ForegroundColor Cyan
39
40
# Process PlatyPS markdown files (generate index only, no copy)
0 commit comments