Skip to content

Releases: oprypin/mkdocs-literate-nav

v0.6.1

10 Sep 22:18
9783b2b
Compare
Choose a tag to compare

v0.6.0

06 Jan 13:51
10313a4
Compare
Choose a tag to compare
  • Allow specifying Markdown config: extensions, tab_length (#15)
  • Add type annotations according to mypy
  • Drop Python 3.6

v0.4.0

24 May 20:00
139ce51
Compare
Choose a tag to compare

Features:

  • Now you can use wildcards and directory cross-linking in mkdocs.yml nav: - 662c565, 3e1879c
  • Wildcards ending with a slash now select only directories - dd6b402

Breaking changes:

  • The default value of nav_file changed to SUMMARY.md, from index.md - e6fd5b1
  • Nav files will not be picked up by wildcards - 37b7c23

Semi-breaking refactors:

  • Replace globbing implementation; remove glob2 dependency - 1b02eb7
  • Require directories to have a trailing slash to be eligible for cross-linking - 81addd9
  • Resolve wildcards and seen items depth-first - 3e1879c

Fixes:

  • Fix special characters causing weird escape sequences - 740bb2a
  • Fix "implicit index" - f1bb432