Releases: lukasgeiter/mkdocs-awesome-nav
Releases · lukasgeiter/mkdocs-awesome-nav
v2.6.0
Features
- Remaining pages can now be flattened by adding
| flat
to the...
entry.
v2.5.1
v2.5.0
Features
- Remaining pages can now be filtered by adding a glob pattern or regex to the
...
entry.
v2.4.0
Features
- The
...
entry is now supported innav
ofmkdocs.yml
as well
Interoperability withnav
has been improved in general. The plugin now leaves manually defined navigation sections untouched.
v2.3.1
v2.3.0
Features
- More powerful navigation customization using
nav
- Hide navigation entries
- Override titles
- Add links
- Change the sort order using
order
Deprecations
- The
arrange
attribute is now deprecated in favor ofnav
and will be removed in the next major release.
v2.2.1
v2.2.0
Features
- New
strict
option which can be set tofalse
to receive warnings instead of errors whenarrange
entries cannot be found.
v2.1.0
Features
- Hide directories in the navigation using the new
hide
attribute