We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for the plugins!! Are there any plans to exclude folders for obtaining contributor information?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Add support for excluded paths for contribs #33
5bfa0fc
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.
contribs
No branches or pull requests
Thanks for the plugins!!
Are there any plans to exclude folders for obtaining contributor information?
The text was updated successfully, but these errors were encountered: