Graphene docs are powered by gatsby.
For running locally this docs. You have to execute
yarnAnd then
yarn developFor building the docs into the public dir, just run:
yarn buildIf you want to have the playground running too, just execute
./playground/graphene-js/build.sh
This command will clone the pypyjs-release-nojit repo, update it with the latest graphene, graphql-core and graphql-relay code, and make it available for the /playground view in the docs.
Each time we modify the docs in the master branch Netlify job runs and updates the website, so Graphene's website have always the latest layout.