mkdocs-unused-files-0.1.5
- Added the
excluded_filesoption (#4):
List of files (relative todir) which are explicitly excluded. Works in combination withfile_types. Defaults to[]. - Added the
strictoption (#4):
Elevates the log level towarning. This allows you to use MkDocs' strict flag (mkdocs build -s) to abort a build if unused files exist. Defaults tofalse.