Problem
If the user creates an md-file in the src folder but forgets to add it to the SUMMARY.md it is totally disregarded. IMHO it would be better if the build warned about it.
In addition there could be a configuration flag e.g. unused_files that would have values: silent, warn, error
to control this behavior the default being warn.
Related to #3047
Problem
If the user creates an md-file in the
srcfolder but forgets to add it to theSUMMARY.mdit is totally disregarded. IMHO it would be better if the build warned about it.In addition there could be a configuration flag e.g.
unused_filesthat would have values:silent,warn,errorto control this behavior the default being
warn.Related to #3047