-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
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
feature: Disable category display #120
Comments
Hello, thanks for the request.
What do you mean by that exactly? The If you want to globally hide labels, you can override the Or did you want to have a global/local option (in mkdocs.yml and in |
Hi
So long story short I'm making a Django app where the end user uses a plain dict (i.e.
Great to here that is possible to override this behavior/
Ideally yes. If you agree with this feature, I can work on the implementation |
I see, thanks. I'm OK with a new |
Is your feature request related to a problem? Please describe.
It would be nice to be able to disable the category being displayed. I'm documenting config values from a dataclass and as I set default values, I get both
class-attribute
andinstance-attribute
, but these are not relevant to the user as those config values are actually set from a dict:Describe the solution you'd like
An option (e.g.
disable_category
) to have categories not being displayed. Apologies if this should fit in thegriffe
repoDescribe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: