docs: add platyPS help generation and MAML XML

- generate-help.ps1 script to build markdown stubs and MAML XML
- 81 cmdlet markdown help files in docs/cmdlets/
- PSProxmoxVE.dll-Help.xml (898 KB) for Get-Help support
- PVE_API_COVERAGE.md documenting implemented and missing API areas
- .csproj updated to include help XML in build output
- HelpInfoUri added to module manifest

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Clint Branham
2026-03-20 12:32:03 -05:00
parent dec8f2d4d7
commit 4f04391e73
85 changed files with 33282 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@
<ItemGroup>
<None Include="PSProxmoxVE.psd1" CopyToOutputDirectory="PreserveNewest" />
<None Include="PSProxmoxVE.format.ps1xml" CopyToOutputDirectory="PreserveNewest" />
<None Include="PSProxmoxVE.dll-Help.xml" CopyToOutputDirectory="PreserveNewest" Condition="Exists('PSProxmoxVE.dll-Help.xml')" />
</ItemGroup>
</Project>
File diff suppressed because it is too large Load Diff