Skip to main content

MkDocs plugin for managing meta tags across folders and files.

Project description

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=[])

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mkdocs_meta_manager-1.0.0.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

mkdocs_meta_manager-1.0.0-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page