
mkdocs-exclude 1.0.2
0
A mkdocs plugin that lets you exclude files or trees.
Contents
A mkdocs plugin that lets you exclude files or trees.
Stars: 61, Watchers: 61, Forks: 7, Open Issues: 9The apenwarr/mkdocs-exclude
repo was created 3 years ago and was last updated 3 weeks ago. The project is moderately popular with 61 github stars!
How to Install mkdocs-exclude
You can install mkdocs-exclude using pip
pip install mkdocs-exclude
or add it to a project with poetry
poetry add mkdocs-exclude
Package Details
- Author
- Avery Pennarun
- License
- Apache
- Homepage
- https://github.com/apenwarr/mkdocs-exclude
- PyPi
- https://pypi.org/project/mkdocs-exclude/
- GitHub Repo
- https://github.com/apenwarr/mkdocs-exclude
Related Packages
Errors
A list of common mkdocs-exclude errors.
Code Examples
Here are some mkdocs-exclude
code examples and snippets.
GitHub Issues
The mkdocs-exclude package has 9 open issues on GitHub
- Regex Issue: Use
search
instead ofmatch
- Question: Possible to toggle excludes?