mkdocs-exclude
mkdocs-exclude copied to clipboard
A mkdocs plugin that lets you exclude files or trees from your output.
I have a quite large page tree but only want to include a couple of md-Files. Is it possible to invert the patterns, i.E. only include some specific files and...
We have some content that we want to exclude only sometimes, e.g. when we build the docs for the "community edition" of our software. Other times, all docs shall be...
Under Windows 10, pip install "textual[dev]" resulted in DEPRECATION: mkdocs-exclude is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package...
I tried installing **_textual_** package with all its _**dev dependencies**_ which includes mkdocs-exclude but when i did so it wasn't installed successfully. - How to reproduce this: > Install python...
When inheriting from some _base_ template for e.g. _internal_ and _external_ documentation, it's desirable to exclude _internal_ contents from the _external_ documentation, but keep one `nav` definition in the base...
Hello, I am trying to exclude a virtual environment within a subfolder by this plugin, but it doesn't work. My project structure looks like: ``` ├── docs │ ├── index.md...
Inspired by [`pytest_gitignore.py` from tgs/pytest-gitignore](https://github.com/tgs/pytest-gitignore/blob/7dc7087f16dbc467435e08f7faeac64d7ee0f0a1/pytest_gitignore.py#L18-L35).
Hi! I found this plugin great, but when including it it removes the search field from menu With plugin:  without plugin:  Running: mkdocs -V mkdocs, version 1.2.1 from...
Is there a reason why `re.match`, which only matches If zero or more characters at the beginning of string match the regular expression pattern, is used instead of `re.search`, which...
Thanks for this plugin. It's helpful for me. I found this plugin to solve slow performance serve mode. It's works nicely. Many files degrade serve mode performance. It would be...