We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Branch react-vis if you haven't already done so and ensure everything is properly installed
react-vis
cd docs yarn cd ../examples/ yarn cd ../
Checkout the remote gh-pages branch and create a new branch off it
gh-pages
git checkout remotes/origin/gh-pages git branch -b gh-pages
Return to the master branch and run the docs gen script
git checkout master yarn new-docs
This will pull you over to your newly created gh-pages branch. Confirm your changes by running http-server or live-server or the like.
http-server
live-server
Finally, Push changes to your branch and make a pull request
i.e. git push jonsadka gh-pages