Releases: lukasgeiter/mkdocs-awesome-pages-plugin
Releases · lukasgeiter/mkdocs-awesome-pages-plugin
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
v2.0.1
v2.0.0
Features
- Support for MkDocs 1.0
If you're still on MkDocs 0.17 use version 1 of this plugin.
Breaking Changes
- The
disable_auto_arrange_index
plugin option has been removed
MkDocs 1.0 includes this feature out-of-the-box, therefore it has been removed from the plugin entirely
Notes
Two features have been removed because MkDocs 1.0 implements them out-of-the-box:
- Extracting page titles from Markdown
- Displaying index pages at the top
v1.2.2
This release doesn't contain any real changes, it just adjusts the MkDocs version requirement.
Version 1 of the plugin is only compatible with MkDocs 0.17. For MkDocs 1.0 use the latest version of the plugin.