Currently PSDocs supports input objects from the pipeline or -InputObject parameter.
Instead of doing a lot of pre-work to provide input objects to PSDocs, it would be much easier particularly in CI pipelines to provide a path to scan. For example Get-AzDocTemplateFile.
Required for #131
Currently PSDocs supports input objects from the pipeline or
-InputObjectparameter.Instead of doing a lot of pre-work to provide input objects to PSDocs, it would be much easier particularly in CI pipelines to provide a path to scan. For example Get-AzDocTemplateFile.
Required for #131