-
Notifications
You must be signed in to change notification settings - Fork 730
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
[docs] generate api docs from prop-types, sync to website #399
Conversation
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.
had a couple comments but looks great overall, this will be a huge win! 🏆 🍹
"test": "jest" | ||
"test": "jest", | ||
"docs": | ||
"cd ./docs && ../../../node_modules/.bin/react-docgen ../src/annotations/ | ../../../scripts/buildDocs.sh" |
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.
just noting that most of the docs
scripts have 2 spaces before the pipe .._ _|<space>_..
prob not a big issue but thought I'd point it out in case it wasn't intentional.
Still need to document each prop for all packages, but automating the documentation of prop-types is big step forward.
changelog
📝 Documentation
🏠 Internal