Skip to content

graphql-python/graphene-python.org

Repository files navigation

Graphene Docs

Graphene docs are powered by gatsby.

Installation

To run the docs locally, you have to execute

yarn

followed by

yarn develop

Build

To build the docs in the public dir, just run:

yarn build

Playground (temporarily disabled)

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.

Automation

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.