PlatyPS.Hosting
PlatyPS.Hosting is a PowerShell module that extends the Microsoft.PowerShell.PlatyPS v1 help authoring workflow. It provides three commands that together let you go from a loaded module to a published, browser-friendly HTML documentation site hosted on IIS.
Commands
| Command | Description |
|---|---|
| ConvertTo-HugoFormat | Converts PlatyPS-generated Markdown files to Hugo-compatible format. |
| Export-HtmlCommandHelp | Custom HTML renderer for PlatyPS CommandHelp objects. |
| New-ModuleHelp | Generates all help artifacts for a loaded module in one step. |
| Publish-ModuleHelp | Publishes generated HTML help to a local or remote IIS site. |