timmeinerzhagen / mkdocs-meta-manager

MkDocs plugin for managing meta tags across folders and files

Home Page:https://pypi.org/project/mkdocs-meta-manager/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mkdocs-meta-manager

MkDocs plugin for managing meta tags across folders and files

Setup

  1. Install the plugin:
    pip install mkdocs-meta-manager
  2. Add the plugin to your mkdocs.yml
    plugins:
        - search
        - meta-manager

Usage

Add meta files with the name .meta.yml (can be configured) in your docs file structure.

All markdown files in the same folder and in subfolders automatically get all tags that are defined in the given meta file.

Options

meta_filename Change the default name of the meta file. (default=.meta.yml)

merge_entries Merge all specified entries of meta files and pages for a page that affects them according to the hirearchie (default=[])

About

MkDocs plugin for managing meta tags across folders and files

https://pypi.org/project/mkdocs-meta-manager/

License:MIT License


Languages

Language:Python 100.0%