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:
- mkdocs-breadcrumbs-plugin:
delimiter: " / " # separator between sections
log_level: "WARNING" # "DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"
exclude_paths:
- "docs/mkdocs/**"
- "docs/mkdocs" # avoid generating index.md
additional_index_folders:
- temp_dir
generate_home_index: false
use_page_titles: true # use page title instead of path in breadcrumbs
home_text: "Home"
Development
Running Tests
To run the tests, use the following command:
pytest
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.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters