-
-
Notifications
You must be signed in to change notification settings - Fork 198
Open
Labels
Description
What problem does this feature solve?
https://rspress.dev/plugin/official-plugins/api-docgen#apiparsetool
-
Maintainability,
react-docgenis the officital tooling to generate type doc of react component in Facebook, and the last-update ofreact-docgen-typescriptis 2021 -
More features, analyze nested types and generate documents of nested types, and we can use the playground for better debugging of component-document
What does the proposed API look like?
https://rspress.dev/plugin/official-plugins/api-docgen#apiparsetool
- use
apiParseTooloptionreact-docgento switch fromreact-docgen-typescripttoreact-docgen - We hope to switch the default value of
apiParseToolto react-docgen in Rspress 2.0 and generate the component document for our new member of Rstack, Rslib XD
