mkdocs-plugins
mkdocs-plugins copied to clipboard
[Contribs plugin] Any support for excluding folders
Thanks for the plugins!! Are there any plans to exclude folders for obtaining contributor information?
Hi @jravinder Sorry for the late response. I like your idea! Do you mean something like:
- neoteroi.contribs:
exclude:
- "example/*.md"
- "some-page.md"
I plan to make some changes to the library soon, I might include this feature.
Hi @jravinder This feature is now available. It took me a long time because I focused more on my web framework lately, and some other libraries.
You can exclude folders or files this way:
- neoteroi.contribs:
exclude:
- "index.md"
Glob patterns are supported, like:
- neoteroi.contribs:
exclude:
- "index.md"
- "folder/some*"
Leaving this issue open as I still need to document this feature.
Please upgrade the library. 😄
pip install -U neoteroi-mkdocs
It also includes more improvements and features for the contribs
plugin.