mihaigalos / mkdocs-breadcrumbs-plugin

Location-based breadcrumbs navigation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mkdocs-breadcrumbs-plugin

Mkdocs location-based breadcrumbs navigation.

These directly get prepended to rendered Markdown.

screenshot

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

About

Location-based breadcrumbs navigation.

License:MIT License


Languages

Language:Python 99.0%Language:Shell 1.0%