Skip to content

Commit 628c119

Browse files
authored
Add link to the wiki
1 parent fde44c1 commit 628c119

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ Handlers do the actual work and extract the desired information from the result
114114

115115
For example, while the `propTypesHandler` expects the prop types definition to be an ObjectExpression and be available as `propTypes` in the component definition, most of the work is actually performed by the `getPropType` utility function.
116116

117+
> There are some community created handlers available. Have a look at the wiki for a list: https://github.com/reactjs/react-docgen/wiki
118+
117119
## Guidelines for default resolvers and handlers
118120

119121
- Modules have to export a single component, and only that component is analyzed.

0 commit comments

Comments
 (0)