Skip to content

Commit

Permalink
Merge pull request #4378 from apollographql/hwillson/new-local-state-…
Browse files Browse the repository at this point in the history
…docs

Revised local state docs
  • Loading branch information
hwillson authored Feb 26, 2019
2 parents dea8b34 + d245e00 commit 853d8e7
Show file tree
Hide file tree
Showing 6 changed files with 1,034 additions and 181 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ docs/public/*
.idea/

junit.xml

.rpt2_cache
3 changes: 2 additions & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ propertytitle: Using GraphQL with Apollo Client
subtitle: React Guide
description: A guide to using the Apollo GraphQL Client with React.
versions:
- '1'
- '2.5'
- '2.4'

content_root: docs/source
public_dir: public/docs/react
Expand Down
63 changes: 16 additions & 47 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.7.1"
"version": "3.8.0"
},
"devDependencies": {
"apollo-hexo-config": "1.0.8",
Expand All @@ -30,4 +30,4 @@
"ci": "npm run clean; start-server-and-test start http-get://localhost:4000 test",
"test": "poke http://localhost:4000 --retry https://www.apollographql.com --shallow --method get --skip-images --skip-duplicates"
}
}
}
Loading

0 comments on commit 853d8e7

Please sign in to comment.