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

Resource validation doesn't work properly with glob pattern for documentation files. #37

Open mtirionMSFT opened 8 months ago

mtirionMSFT commented 8 months ago

When using a glob pattern for documentation files (e.g. src=., files = /docs//*.md), using just ResourceFolderNames doesn't work. The entire tree of src is scanned for all folders with the name assets or images, instead of in /docs//images/**" for instance. Need resources files to a list of glob patterns as well to make this work properly.

The currently solution works perfectly if just using against 1 /docs hierarchy btw.