-
Notifications
You must be signed in to change notification settings - Fork 935
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
Comprehensive API Documentation #128
Comments
Certainly agree with this. Do you have any idea on good documentation tools? |
* Added "Documentation" section. Ref #128
The overview is looking good! 👍 Not super experienced with documentation myself, but this looks like an interesting project: https://github.com/reactjs/react-docgen. I ran it over the |
Will see what they say: reactjs/react-docgen#33 |
👍 Nice to see some docs, thanks ! |
ESDoc looks promising |
We're also looking for maintainers. Involve in #266 to help strengthen our community! |
While it is possible to figure out how to use this library by reading the examples and other available code samples, anything beyond basic usage becomes a struggle due to lack of documentation. For instance, the fact that
<InfoWindow />
can be nested inside<Marker />
is undocumented except for this unrelated example.A list of props available for each component (including possible children) would go a long way to making this library viable for the majority of developers.
The text was updated successfully, but these errors were encountered: