- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 727
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
Add New Option hiddenCategories #1407
Labels
help wanted
Contributions are especially encouraged
Comments
This was referenced Dec 1, 2020
This is a fairly simple change:
|
@Gerrit0 Ok, I can give it a try. I will fork the repo and try to submit a PR. |
? Hope every thing is good |
I am not working on this anymore ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search Terms
Category,
@category
, hide, internal,Problem
I would like to have an additional option to hide certain categories.
There is an existing
typedoc
option--stripInternal
based on the tag@internal
.But this is not very flexible and it is actually based on a TypeScript compiler option which causes declarations not to emit:
Suggested Solution
I suggest adding a new
typedoc
optionhiddenCategories
which takes a list of categories as an input and ignores those when building the docs.Without touching the source, different docs could be built for different purposes. For example, you could build docs that only cover classes that are directly used by your users, and more extensive docs for active maintainers of your project.
The text was updated successfully, but these errors were encountered: