Skip to content

Releases: Wesztman/mkdocs-azure-pipelines

Defaulting title to filename if no title is given

28 Feb 13:27
Compare
Choose a tag to compare

When building pipeline files with no title metadata the filename in the site folder was used. That filename however had a unique hash added to it to prevent two equal filenames, since all files end up in the same output folder.

To fix this I now add a title if none is given, it consists of the filename, replacing any _-. with whitespace, capitalizing and removing file ending.

Full Changelog: 0.1.2...0.1.3

Fixed config handling to allow either input files or dir or both

24 Feb 20:12
Compare
Choose a tag to compare

Changed all plugin loggings from info to debug

24 Feb 08:38
Compare
Choose a tag to compare

Converted into an actual Mkdocs plugin

23 Feb 21:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/Wesztman/mkdocs-azure-pipelines/commits/0.1.0