Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 881 Bytes

File metadata and controls

39 lines (24 loc) · 881 Bytes

Graphene Docs

Graphene docs are powered by gatsby.

Installation

For running locally this docs. You have to execute

yarn

And then

yarn develop

Build

For building the docs into the public dir, just run:

yarn build

Playground (temporaly disabled)

If 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.

Automation

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.