docfx-companion-tools icon indicating copy to clipboard operation
docfx-companion-tools copied to clipboard

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

Open mtirionMSFT opened this issue 2 years ago • 0 comments

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.

mtirionMSFT avatar Oct 24 '23 15:10 mtirionMSFT