Skip to content

Releases: lukasgeiter/mkdocs-awesome-pages-plugin

v2.5.0

22 Dec 02:04
Compare
Choose a tag to compare

Features

  • Remaining pages can now be filtered by adding a glob pattern or regex to the ... entry.

v2.4.0

14 Oct 21:41
Compare
Choose a tag to compare

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.

v2.3.1

03 Oct 12:00
Compare
Choose a tag to compare

Bugfixes

  • Fix compatibility issue with mktheapidocs #17

v2.3.0

30 Sep 14:04
Compare
Choose a tag to compare

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.

v2.2.1

24 Feb 13:08
Compare
Choose a tag to compare

Bugfixes

  • Make plugin compatible with MkDocs 1.1 #18

v2.2.0

06 Dec 21:13
Compare
Choose a tag to compare

Features

  • New strict option which can be set to false to receive warnings instead of errors when arrange entries cannot be found.

v2.1.0

03 May 21:03
Compare
Choose a tag to compare

Features

  • Hide directories in the navigation using the new hide attribute

v2.0.1

14 Mar 13:26
Compare
Choose a tag to compare

Bugfixes

  • Use yaml.safe_load instead of yaml.load #8

v2.0.0

22 Sep 21:50
Compare
Choose a tag to compare

Features

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

22 Sep 21:50
Compare
Choose a tag to compare

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.