Has anyone used PlatyPS (or a similar tool) to generate external markdown help for PowerShell modules?
Background:
I’m currently using Azure DevOps to host in-house modules for my organization. I’m working on documentation standards, and would love something similar to how Microsoft does it’s PowerShell documentation. Enter PlatyPS…
So, from what I’ve tested I have 2 options:
- Use an on-premise build server with the PlatyPS module installed, which would require a download of the repo, build and upload back to Azure.
- Copy the PlatyPS module into my repo and call it locally in a hosted instance.