File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
# react-docgen
2
2
3
- [ ` react-docgen ` ] ( ./packages/react-docgen/ ) is a highly customizable library that extracts information from
4
- [ React] ( https://reactjs.org/ ) components and returns this information in a
5
- structured machine readable format from which documentations can be generated.
3
+ [ ` react-docgen ` ] ( ./packages/react-docgen/ ) is a highly customizable library that
4
+ extracts information from [ React] ( https://reactjs.org/ ) components and returns
5
+ this information in a structured machine readable format from which
6
+ documentations can be generated.
6
7
7
- [ ` @react-docgen/cli ` ] ( ./packages/react-docgen-cli/ ) is a cli wrapper around the library allowing using ` react-docgen ` on the command line.
8
+ [ ` @react-docgen/cli ` ] ( ./packages/react-docgen-cli/ ) is a cli wrapper around the
9
+ library allowing using ` react-docgen ` on the command line.
8
10
9
11
## Documentation
10
12
11
- For version 5.x please checkout the [ README.md on the 5.x branch] ( https://github.com/reactjs/react-docgen/blob/5.x/README.md )
13
+ For version 5.x please checkout the
14
+ [ README.md on the 5.x branch] ( https://github.com/reactjs/react-docgen/blob/5.x/README.md )
12
15
13
- For version 6.x please checkout [ react-docgen.dev] ( https://react-docgen.dev )
14
-
15
- Version 6 is currently only available as alpha version (latest being ` 6.0.0-beta.5 ` )
16
+ For version 6.x please visit [ react-docgen.dev] ( https://react-docgen.dev )
16
17
17
18
## License
18
19
You can’t perform that action at this time.
0 commit comments