A MkDocs plugin that lets you exclude/include docs files using globs, regexes, gitignore-style file and Markdown/FrontMatter tags metadata.
The MkDocs File Filter Plugin is a powerful tool designed for users of MkDocs, allowing for refined control over which files are included or excluded from documentation builds. Currently in early alpha, this plugin offers a range of features using Unix-style wildcards, regular expressions, and even custom metadata tags. Though it is still in development and may not be fully compatible with all configurations yet, it presents exciting potential for developers looking to streamline their documentation processes.
With its ability to manage visibility of files based on various filtering mechanisms, users can better organize their documentation and enhance the overall quality of their projects. While there are some considerations regarding its early stage of development, the MkDocs File Filter Plugin lays a strong foundation for future use.
MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.