Releases: lukasgeiter/mkdocs-awesome-pages-plugin
Releases · lukasgeiter/mkdocs-awesome-pages-plugin
v2.9.3
v2.9.2
v2.9.1
v2.9.0
Features
- Sort by page title using
order_by: title
- Set defaults for
order
,sort_type
andorder_by
in plugin options
v2.8.0
Features
- Support for natural sorting with
sort_type: natural
v2.7.0
Features
- Items can now be grouped into sections
v2.6.1
Improvements
- 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
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.