Skip to content

Releases: tombreit/mkdocs-pagetree-plugin

v0.0.16

21 Feb 09:26
Compare
Choose a tag to compare

v0.0.15

04 Feb 15:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.14...v0.0.15

Tree options

14 May 15:27
Compare
Choose a tag to compare

(New) tree options for pagetree:

  • {{ pagetree(all) }}: Render the whole pagetree. This is the default tree option, the (all) parameter can also be omitted.
  • {{ pagetree(children) }}: Render only direct children of the current page
  • {{ pagetree(siblings) }}: Render only direct siblings of the current page
  • {{ pagetree(subtree) }}: Render the subtree which contains the current page

https://tombreit.github.io/mkdocs-pagetree-plugin/#notes

Silence pagetreeContainerElement is null

01 Mar 17:10
Compare
Choose a tag to compare
v0.0.13

Fixed gh action versions

New feature: Allow filter by page status

16 Dec 17:46
Compare
Choose a tag to compare
v0.0.10

Do not expose page status filter of no page statuses found

v0.0.9

13 Dec 18:49
Compare
Choose a tag to compare
Use setuptools autodiscover

v0.0.6

26 Nov 20:31
Compare
Choose a tag to compare
  • Fixed 404 pagetree URLs if pagetree is embedded on a subpage
  • Use mkdocs-material link classes to prevent icons in headlines to explode
  • Button css class for expand/collapse button for Material for MkDocs

v0.0.5

26 Nov 14:42
Compare
Choose a tag to compare
  • Reset some Material for MkDocs styles only for this pagetree
  • Fixed javascript src_file_path

v0.0.4

26 Nov 13:34
Compare
Choose a tag to compare
  • Expand/collapse pagetree

v0.0.3

26 Nov 09:11
Compare
Choose a tag to compare
Hopefully fixed 'remote: Permission to tombreit/mkdocs-pagetree-plugi…