{"library":"mkdocs-exclude","title":"MkDocs Exclude Plugin","description":"mkdocs-exclude is a plugin for MkDocs that enables users to exclude files or entire directory trees from their documentation builds. It supports exclusion rules based on Unix-style wildcards (globs) or regular expressions (regexes). The current version is 1.0.2, and it is actively maintained as a solution for selective file exclusion in MkDocs projects.","language":"python","status":"active","last_verified":"Thu Apr 16","install":{"commands":["pip install mkdocs-exclude"],"cli":null},"imports":[],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"plugins:\n  - exclude:\n      glob:\n        - 'exclude/this/path/*'\n        - \"*.tmp\"\n        - \"*.pdf\"\n        - \"*.gz\"\n      regex:\n        - '.*\\.(tmp|bin|tar)$'\n","lang":"yaml","description":"Add the 'exclude' plugin to your mkdocs.yml file, specifying 'glob' or 'regex' patterns for files/directories to be excluded. Remember that 'glob:' and 'regex:' lines must not start with a dash, but the patterns under them must start with a dash. Quote patterns that begin with punctuation marks.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}