Skip to content

Releases: lukasgeiter/mkdocs-awesome-nav

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.

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