MkDocs plugin that allows you to display the page tree. Like sitemap.xml, but for humans.
https://tombreit.github.io/mkdocs-pagetree-plugin/
Install the plugin PyPI package:
pip install mkdocs-pagetree-pluginConfigure mkdocs.yml:
plugins:
- pagetreeUse {{ pagetree }} in your Markdown page(s) where the page tree should be rendered.
The {{ pagetree }} could be limited to only render children, siblings or subtree pages (docs).
git clone git@github.com:tombreit/mkdocs-pagetree-plugin.git
cd mkdocs-pagetree-plugin
pip install --editable .[dev]git clone git@github.com:tombreit/mkdocs-pagetree-plugin.git
cd mkdocs-pagetree-plugin
pip install --editable .[dev]
pytest