Ellerbach / docfx-companion-tools

A suite of tools, pipelines templates to take the very best of DocFX
MIT License
64 stars 18 forks source link

Added support to specify a single source file #56

Closed fabricioferreira closed 2 months ago

fabricioferreira commented 2 months ago

The current version has a problem that it does not support a single file to be specified as the source - only a folder. If the source folder has more than one .json or .yml file the program will try to parse them all, throwing errors in the output.

This change introduces the support for a single file to be passed as source for the conversion.

fabricioferreira commented 2 months ago

Hi @Ellerbach , thanks for reviewing my PR. I fixed the comment's formatting and changed the Readme.md file to explain the different ways to run the tool. Let me know if that's good to go now. Thanks!

fabricioferreira commented 2 months ago

Hi @Ellerbach , can you trigger the release action to push the new version to NuGet.org? Thank you!