https://github.com/graphql-python/graphene-python.org
Graphene-Python.org official website
https://github.com/graphql-python/graphene-python.org
Last synced: 2 months ago
JSON representation
Graphene-Python.org official website
- Host: GitHub
- URL: https://github.com/graphql-python/graphene-python.org
- Owner: graphql-python
- License: mit
- Created: 2017-10-24T09:15:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T15:41:51.000Z (7 months ago)
- Last Synced: 2025-03-17T11:01:19.727Z (3 months ago)
- Language: JavaScript
- Homepage: http://graphene-python.org
- Size: 2.31 MB
- Stars: 6
- Watchers: 7
- Forks: 11
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Graphene Docs
Graphene docs are powered by [gatsby](https://github.com/gatsbyjs/gatsby).
## Installation
To run the docs locally, you have to execute
```bash
yarn
```followed by
```bash
yarn develop
```## Build
To build the docs in the `public` dir, just run:
```bash
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](https://github.com/pypyjs/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](https://graphene-python.org) always has the latest layout.