Releases: Wesztman/mkdocs-azure-pipelines
Releases · Wesztman/mkdocs-azure-pipelines
Defaulting title to filename if no title is given
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
Changed all plugin loggings from info to debug
Full Changelog: 0.1.0...0.1.1
Converted into an actual Mkdocs plugin
What's Changed
- dev-framework by @r3kall in #1
- Update README.md by @Wesztman in #2
- Bump pytest from 7.4.2 to 7.4.3 by @dependabot in #3
- Bump tox from 4.11.3 to 4.12.1 by @dependabot in #11
- Bump coverage from 7.3.2 to 7.4.0 by @dependabot in #9
- Bump pytest from 7.4.3 to 8.0.0 by @dependabot in #12
- Bump pre-commit from 3.5.0 to 3.6.0 by @dependabot in #5
- Bump coverage from 7.4.0 to 7.4.1 by @dependabot in #13
- Bump pre-commit from 3.6.0 to 3.6.1 by @dependabot in #14
- Feature/change to pdm and pyproject toml by @Wesztman in #15
- Add devcontainer by @Wesztman in #16
- Converted into an actual Mkdocs plugin by @Wesztman in #18
New Contributors
- @r3kall made their first contribution in #1
- @Wesztman made their first contribution in #2
- @dependabot made their first contribution in #3
Full Changelog: https://github.com/Wesztman/mkdocs-azure-pipelines/commits/0.1.0