The user gides is available at: http://docs.grasshopper.ws/ . The user guide is to show a dev how to use Grasshopper in a project.
The contribution guide is available at: http://docs.grasshopper.ws/contribution-guide/ . The contribution guide is to describe how you can add to the functionality of Grasshopper.
These docs are built using mkdocs.
Pushing to the master branch rebuilds the docs on the server.
npm run userto serve the user guide.npm run contributionto serve the contribution guidenpm run buildto build both sets of docs from the project root.