Graphene docs are powered by gatsby.
To run the docs locally, you have to execute
yarn
followed by
yarn develop
To build the docs in the public
dir, just run:
yarn build
If you also want to have the playground running, 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 a Netlify job runs and updates the website, so Graphene's website always has the latest layout.