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: 85, Watchers: 85, Forks: 10, Open Issues: 12The apenwarr/mkdocs-exclude
repo was created 5 years ago and the last code push was 1 years ago. The project is moderately popular with 85 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 12 open issues on GitHub
- Regex Issue: Use
search
instead ofmatch
- Question: Possible to toggle excludes?