Commit Graph

535 Commits

Author SHA1 Message Date
Trevor Blades
d76f68fb48 Upgrade theme for pagenav 2019-03-25 14:08:10 -07:00
Trevor Blades
7b3c992db9 Upgrade theme and remove hexo files 2019-03-25 14:08:10 -07:00
Trevor Blades
cae972fa34 Upgrade theme for select nav fixes 2019-03-25 14:08:10 -07:00
Trevor Blades
fbfc8a4ce8 Upgrade theme for new mobile styles 2019-03-25 14:08:10 -07:00
Trevor Blades
51134b4bfc Upgrade theme 2019-03-25 14:08:10 -07:00
Trevor Blades
ccfaa4b403 Upgrade theme to 0.2.5 2019-03-25 14:08:10 -07:00
Trevor Blades
6d12f8757f Upgrade theme to fix sanitization 2019-03-25 14:08:10 -07:00
Trevor Blades
5b75e4fed1 Upgrade theme and update contentDir 2019-03-25 14:08:10 -07:00
Trevor Blades
97422a7361 Upgrade theme 2019-03-25 14:08:10 -07:00
Trevor Blades
09a4bbb88f Upgrade theme 2019-03-25 14:08:10 -07:00
Trevor Blades
8b65683b3e Upgrade docs theme 2019-03-25 14:08:10 -07:00
Trevor Blades
cc1bad5594 Upgrade docs to add design changes 2019-03-25 14:08:10 -07:00
Trevor Blades
8796dc5477 Upgrade theme to fix code block style 2019-03-25 14:08:10 -07:00
Trevor Blades
b9da9829ad Upgrade docs theme to fix image paths 2019-03-25 14:08:10 -07:00
Trevor Blades
2c38f37125 Upgrade theme to fix buttons 2019-03-25 14:08:10 -07:00
Trevor Blades
b88a57e363 Fix index image 2019-03-25 14:08:10 -07:00
Trevor Blades
7c26749372 Fix images in html 2019-03-25 14:08:10 -07:00
Trevor Blades
4b608c90a8 Upgrade theme to fix headings 2019-03-25 14:08:10 -07:00
Trevor Blades
5904e37ec0 Upgrade docs theme for fixed nav highlighting 2019-03-25 14:08:10 -07:00
Trevor Blades
b6743abdbc Upgrade theme and try uing HEAD 2019-03-25 14:08:10 -07:00
Trevor Blades
2048646ef9 Remove public redirects 2019-03-25 14:08:10 -07:00
Trevor Blades
a3ae60da0a Add netlify config 2019-03-25 14:08:10 -07:00
Trevor Blades
fcf5115dda Move from hexo to gatsby 2019-03-25 14:08:10 -07:00
Francois Bissonnette
7d9cd24bb6 Fix confusing highlight on data-source tutorial 2019-03-25 09:50:22 -04:00
Danielle Man
7bdbdea2b2 Merge branch 'master' into patch-1 2019-03-19 23:43:13 -07:00
Danielle Man
a5154e34f1 Merge branch 'master' into patch-1 2019-03-19 23:38:39 -07:00
Danielle Man
b486542ce4 update for more feedback from adam 2019-03-19 23:27:54 -07:00
Danielle Man
6f714dcdda update for feedback from adam 2019-03-19 21:45:24 -07:00
Danielle Man
9c8e373ab6 update for feedback from matt 2019-03-19 18:31:52 -07:00
Danielle Man
bd305d3616 update for evans' comments 2019-03-12 23:34:19 -07:00
Danielle Man
2de6163fa6 updates for peggy's comments 2019-03-12 23:11:01 -07:00
Danielle Man
4fb8b780e8 add anchor links to change types 2019-03-12 10:56:08 -07:00
Danielle Man
258777b837 fix typos! 2019-03-12 10:50:26 -07:00
Michael Neeley
faa851a61b Remove Unnecessary Import
gets rid of a linter error:

./src/index.js
  Line 7:  'gql' is defined but never used  no-unused-vars
2019-03-10 14:30:36 -04:00
Michael Neeley
e4a0ec7544 Added Import Statements
Just added the necessary import statements so a beginner doesn't get errors on build.
2019-03-10 14:08:01 -04:00
Danielle Man
33ce2edd83 Merge branch 'master' into evans/schema-publidation-changes 2019-03-07 20:40:14 -08:00
Danielle Man
921dc9a3c5 update schema-validation article to orient around the "workflow" 2019-03-07 20:38:32 -08:00
Danielle Man
b6fb19bf25 update schema-reg article to orient around "schema change history" workflow 2019-03-07 17:19:01 -08:00
Danielle Man
fe8b3a301f Merge branch 'master' into patch-1 2019-03-06 23:31:16 -08:00
Danielle Man
fb092b8542 Merge branch 'master' into patch-1 2019-03-06 23:28:34 -08:00
Danielle Man
3875d7e59c Merge branch 'master' into abernix-patch-1 2019-03-06 23:26:18 -08:00
Danielle Man
e70f9f557d update the graphql glossary service definition copy 2019-03-06 22:12:48 -08:00
Danielle Man
ee1f6098c5 update schema-registry copy to use fewer marketing terms 2019-03-06 22:12:35 -08:00
Ahmed Atito
9858382c77 Update Apollo community from Slack to Spectrum. (#356) 2019-03-06 15:08:20 -08:00
Evans Hauser
7d4a3408f0 validation: rework content
This commit:

* updates the introduction to include necessary background information
  * start with an operation list then move to comparison
* places the setup basic instructions higher up in the flow
* uses npx instead of a global apollo
* adds schema tags to the instructions with an image
* defines more of the current cli's behavior
* shifts describing specific schema changes to general strategies around
  proper evolution of a schema
* adds learnings from dogfooding
  * ignoring exit code
* simplifies the CircleCI setup
* add rollover recomendation
* Label alternative strategies for maintaining an api and make
non-breaking changes section less opinonated
* ease example into example of field change
* simplify description of behavior between Notice and Error

Wording changes include:

* passive -> active voice
* remove second person
* cutdown extra information
* pull-request => pull request
* cli => CLI
* published => pushed
2019-03-05 14:52:45 -08:00
Evans Hauser
8fe792da16 schema-validation: run prettier 2019-03-05 14:13:34 -08:00
Evans Hauser
4d397afc50 schema-reg: update language and add 🐶food learning
* Remove the 2nd person language
* remove unused cicleCI comment
* add GraphQL service to glossary
* publish -> register
* add reference to schema tag

We now point users at publishing their schema on every deploy and add a
note that it can be advantageous to publish from master.
2019-03-05 14:13:35 -08:00
Evans Hauser
00c9200011 schema-reg: run prettier 2019-03-05 13:39:45 -08:00
Jesse Rosenberger
64495bb7cb Merge branch 'master' into abernix-patch-1 2019-03-04 18:32:54 +02:00
Jesse Rosenberger
0b7a6c98e0 client-awareness: Add clarity to "Advanced setup" section. (#353)
By default, Apollo Server and Apollo Client take care of most aspects of client awareness automatically, with the requirements being:

* Using recent versions of Apollo Server and Apollo Client which support client awareness automatically.
* The `name` and `version` be set on the `ApolloClient` constructor.

As currently written, the variables used in this _Advanced setup_ section have caused some to believe that those are the headers that should be used, whereas they were merely suggestions.  The _Setup_ section above should still be observed for most cases and I hope the additional clarity in this re-wording will help avoid future confusion.
2019-03-04 18:32:27 +02:00