Is your feature request related to a problem? Please describe.
We have switched over to using .bicep templates and .bicepparam files for parameters and gotten away from ARM/JSON. However, when the README.md file is generated, it only provides the JSON parameters file example.
Describe the solution you'd like
We would like PSDocs to provide a .bicepparam example instead of JSON when .bicepparam files are present or when a switch is passed.
Describe alternatives you've considered
We have tried to get the Set-ModuleReadMe.ps1 tool that is used in the CARML, but we don't seem to be able to get it to work at the moment.