- Add warning if preceding plugins define a `on_nav` listener that might get overridden
Bugfixes
- Restrict mkdocs.yml `nav` workaround to cases where it's necessary
2.6.0
Features
- Remaining pages can now be flattened by adding `| flat` to the `...` entry.
2.5.1
Bugfixes
- Fix collections import (Python 3.10) 49
2.5.0
Features
- Remaining pages can now be filtered by adding a glob pattern or regex to the `...` entry.
2.4.0
Features
- The `...` entry is now supported in `nav` of `mkdocs.yml` as well *Interoperability with `nav` has been improved in general. The plugin now leaves manually defined navigation sections untouched.*