Skip to content

GraphQLGuide/book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Table of Contents

Supporting

If you'd like to read the Guide, and if you can afford to purchase it or if your company reimburses you for educational materials (most do ๐Ÿ‘), we would value your support: https://graphql.guide.

Contributors

/GraphQLGuide/book/graphs/contributors

Thank you to everyone who has contributed ๐Ÿ˜ƒ ๐Ÿ™Œ

Contributing

We welcome issues and PRs! For large changes, we recommend opening an issue first to get feedback before putting in the work of a PR. Minor things like typo fixes or suggested re-wordings can go directly to PRs and will usually get a quick response ๐Ÿ˜Š

Text

Formatting

  • Use curly quotes (โ€œ โ€˜ โ€™ โ€) unless inside code blocks, in which case use straight quotes (' ")

Setup

If you're working on gitbook-related issues or want to see how your PR will be formatted, follow these steps to get set up after cloning:

npm i -g gitbook-cli
gitbook install
mkdir out/
cd scripts
./build.sh

Site

With local theme

git clone https://github.com/GraphQLGuide/gatsby-theme-apollo.git
git clone https://github.com/GraphQLGuide/book.git
cd book/
connect-deps link ../gatsby-theme-apollo/packages/gatsby-theme-apollo-docs ../gatsby-theme-apollo/packages/gatsby-theme-apollo-core --connect --watch

Changelog