- 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.*
2.3.1
Bugfixes
- Fix compatibility issue with mktheapidocs 17
2.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 of `nav` and will be removed in the next major release.
2.2.1
Bugfixes
- Make plugin compatible with MkDocs 1.1 18
2.2.0
Features
- New `strict` option which can be set to `false` to receive warnings instead of errors when `arrange` entries cannot be found.
2.1.0
Features
- Hide directories in the navigation using the new `hide` attribute