Skip to content

Releases: lukasgeiter/mkdocs-awesome-pages-plugin

v2.9.2

19 Aug 21:31
Compare
Choose a tag to compare

Improvements

  • Support for mkdocs-gen-files #78

Bugfixes

  • Fix .pages in sections under virtual section #77

v2.9.1

08 May 18:47
Compare
Choose a tag to compare

Bugfixes

  • Fix order_by: title in combination with custom section titles #73

v2.9.0

11 Apr 20:33
Compare
Choose a tag to compare

Features

  • Sort by page title using order_by: title
  • Set defaults for order, sort_type and order_by in plugin options

v2.8.0

24 Jul 17:44
Compare
Choose a tag to compare

Features

  • Support for natural sorting with sort_type: natural

v2.7.0

12 Feb 20:35
Compare
Choose a tag to compare

Features

  • Items can now be grouped into sections

v2.6.1

22 Nov 17:59
Compare
Choose a tag to compare

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

19 Oct 18:17
Compare
Choose a tag to compare

Features

  • Remaining pages can now be flattened by adding | flat to the ... entry.

v2.5.1

14 Oct 15:00
Compare
Choose a tag to compare

Bugfixes

  • Fix collections import (Python 3.10) #49

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.