-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Update typedoc to include react-router/dom exports #14067
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
Conversation
|
* @module index | ||
* @mergeModuleWith react-router |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flatten these APIs up into the main react-router
module
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
We previously skipped this because it resulted in an extra level of misleading
react-router/index
nesting in the docs:I dug into
typedoc
a bit more and found out that the latest version has a@mergeModuleWith
tag that we can leverage to get the layout we want:I also moved to
typedoc.mjs
config files so we can add our own custom JSDoc tags and silence typedoc warning in the output (Encountered an unknown block tag @mode
, etc.)