Location-based breadcrumbs plugin for mkdocs.
Project description
mkdocs-breadcrumbs-plugin
Mkdocs location-based breadcrumbs navigation.
These directly get prepended to rendered Markdown.
Setup
Install the plugin using pip:
pip install mkdocs-breadcrumbs-plugin
Activate the plugin in mkdocs.yaml
:
plugins:
- search
- mkdocs-breadcrumbs-plugin:
log_level: "DEBUG" # "DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"
delimiter: " / " # separator between sections
tooltip_message: 'This is a directory - no page available.' # Custom tooltip message
[!IMPORTANT]
If a subpath contains no markdown, it will not contain a hyperlink in the generated breadcrumb. A tooltip will be displayed upon hover.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.