Releases: tombreit/mkdocs-pagetree-plugin
Releases · tombreit/mkdocs-pagetree-plugin
v0.0.16
v0.0.15
What's Changed
- Beautify
- Compatibility with [mkdocs-static-i18n](https://github.com/ultrabug/mkdocs-static-i18n
- Move styles from JavaScript file to CSS file by @Tanikai in #11
- Improve Indentation/Styling of Pagetree by @Tanikai in #12
New Contributors
Full Changelog: v0.0.14...v0.0.15
Tree options
(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
Silence pagetreeContainerElement is null
v0.0.13 Fixed gh action versions
New feature: Allow filter by page status
v0.0.10 Do not expose page status filter of no page statuses found