Socket
Socket
Sign inDemoInstall

mkdocs-meta-manager

Package Overview
Dependencies
2
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mkdocs-meta-manager

MkDocs plugin for managing meta tags across folders and files.


Maintainers
1

Readme

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_tags Merge the tags of all relevant meta files and pages for a page (default=false)

Keywords

FAQs


Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc