Skip to content

Releases: wilhelmer/mkdocs-unused-files

mkdocs-unused-files-0.2.0

17 Jul 15:18
Compare
Choose a tag to compare
  • Changed behavior of the excluded_files option. Now accept wildcards, e.g., foo-*.jpg (#8)

Note that the exclude_files option no longer supports paths. For example, if you excluded css/favicon.png, change the entry to favicon.png. This will exclude all files named favicon.png in all directories.

mkdocs-unused-files-0.1.7

30 Mar 06:50
Compare
Choose a tag to compare
  • Added bs4 dependency (#7).
  • Added info message that the plugin is disabled when mkdocs serve is used.

mkdocs-unused-files-0.1.6

20 Jan 10:47
Compare
Choose a tag to compare
  • Added the enabled option: This option specifies whether the plugin is enabled when building your project. If you want to switch the plugin off, e.g. for local builds, use an environment variable. Defaults to true.
  • Disabled plugin when mkdocs serve is used (#6).

mkdocs-unused-files-0.1.5

16 Jan 08:06
7486029
Compare
Choose a tag to compare
  • Added the excluded_files option (#4):
    List of files (relative to dir) which are explicitly excluded. Works in combination with file_types. Defaults to [].
  • Added the strict option (#4):
    Elevates the log level to warning. This allows you to use MkDocs' strict flag (mkdocs build -s) to abort a build if unused files exist. Defaults to false.

mkdocs-unused-files-0.1.4

17 Dec 19:50
Compare
Choose a tag to compare
  • Improved reliability when MkDocs' use_directory_urls option is enabled

mkdocs-unused-files-0.1.3

15 Dec 16:38
Compare
Choose a tag to compare
  • Normalize paths for Windows compatibility

mkdocs-unused-files-0.1.2

15 Dec 15:51
Compare
Choose a tag to compare
  • Add note about template files in Readme
  • Refactoring

mkdocs-unused-files-0.1.1

15 Dec 12:58
Compare
Choose a tag to compare
  • Improved support for complex directory structures
  • Now also works when use_directory_urls is omitted or set to true (experimental)

mkdocs-unused-files-0.1.0

15 Dec 11:35
Compare
Choose a tag to compare
  • Initial release.