Closed UsAndRufus closed 1 year ago
Hi @UsAndRufus!
Would you be able to email me at nik@doctave.com about this issue? This repo is no longer related to the Doctave.com product. See #51 for details.
But in short, the current Doctave desktop app (not this repo's project) looks at all .md
files that it finds. It uses the directory that contains the doctave.yaml
file as the root of the project, and searches sub-folders recursively. ignore
is one option, but I'd love to understand your project structure to give a better answer.
If you email me I'll get back to you with more details.
I'll close this ticket since it's not relevant to this repo any more.
Apologies, I tried to make sure they were the same project. Will email.
Problem
The desktop app is flagging almost 200 issues with our project. Most if not all are isseus with READMEs in the
node_modules
directory. Obviously, we don't own these and they are not included in the final build of the site.Currently, the issues list is basically useless given the quantity of noise.
Example
Proposed solution
Two ideas:
ignores
key todoctave.yaml
that allows you to specify directories to ignore. This should come withnode_modules
already addednode_modules
by default and don't allow any customisation