Releases: lukasgeiter/mkdocs-awesome-nav
Releases · lukasgeiter/mkdocs-awesome-nav
v3.3.0
v3.2.0
v3.1.2
- Print nav override warning as info when monorepo plugin is detected (allowing building in strict mode)
v3.1.1
v3.1.0
- New
append_unmatchedoption
v3.0.0
Version 3 has been developed from scratch to address some of the shortcomings of version 2 using a new approach. While the previous version modifies the navigation that MkDocs generates, version 3 generates the entire navigation on its own. This results in more powerful features and better compatibility with other plugins.
The plugin has been renamed from mkdocs-awesome-pages-plugin to mkdocs-awesome-nav.
Check out the documentation to see what's changed and how to migrate.
v2.10.1
Bugfixes
- Add ignore_case to config_scheme
v2.10.0
Improvements
- New
ignore_caseoption to make sort case insensitive
v2.9.3
Bugfixes
- Fix compatibility issues with MkDocs 1.6.0