🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

mkdocs-meta-manager

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mkdocs-meta-manager

MkDocs plugin for managing meta tags across folders and files.

1.1.0
PyPI
Maintainers
1

mkdocs-meta-manager

MkDocs plugin for managing meta tags across folders and files

Setup

  • Install the plugin:
    pip install mkdocs-meta-manager
    
  • 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=[])

Keywords

mkdocs meta manager

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts