unicodeveloper
bd3c1ffc93
Add advantages of schema stitching in a microservice architecture
2018-08-15 16:17:11 -04:00
unicodeveloper
c79e25ea42
Link to custom scalar docs
2018-08-15 16:17:11 -04:00
unicodeveloper
8a562a716c
Add more information and improve words based on peggy's and jake's review 🔥
2018-08-15 16:17:11 -04:00
unicodeveloper
ed38216ad7
Add more information to partial query caching
2018-08-15 16:17:11 -04:00
unicodeveloper
f9b07d831b
Change ID
2018-08-15 16:17:11 -04:00
unicodeveloper
f7d5f7c09f
Add graphql glossary
2018-08-15 16:17:11 -04:00
unicodeveloper
8be9015763
Create Resources directory and add it to navigation
2018-08-15 16:17:11 -04:00
Serge Korzh
aea1154e0b
Change authentication to authorization ( #192 )
...
In the first example, the author used `req.headers.authorization` to store/retrieve the authentication token, but in the second code snippet, `req.headers.authentication` was used
2018-08-07 12:17:31 -04:00
Prosper Otemuyiwa
6c9fa341c0
Guides Clean Up & Buttering ( #188 )
...
* Add full stop to bullet points
* Remove quotes and replace with bold
* Eliminate unecessary spaces
* Fix inconsistencies in Fundamentals section
2018-08-07 09:59:31 -04:00
Dan Dascalescu
6145e65509
Apollo Server 2 no longer in beta ( #193 )
2018-08-07 09:42:14 -04:00
avin
7eeb5e68b4
Fix link ( #182 )
...
Fixed link to `State management` chapter
2018-07-26 16:38:40 -07:00
Jesse Rosenberger
19b2807d42
docs: fix typo in automatic-persisted-queries anchor.
2018-07-18 18:39:51 -07:00
Fourat Janabi
ed14dbf9f5
Fix grammar in schema guide doc ( #190 )
...
Fix minor grammar in schema-guide
<!--**Pull Request Labels**
While not necessary, you can help organize our pull requests by labeling this issue when you open it. To add a label automatically, simply [x] mark the appropriate box below:
- [ ] feature
- [ ] blocking
- [x] docs
To add a label not listed above, simply place `/label another-label-name` on a line by itself.
-->
2018-07-16 12:27:28 -07:00
krufab
d53bed996f
Fixed typo in variable name ( #184 )
...
<!--**Pull Request Labels**
While not necessary, you can help organize our pull requests by labeling this issue when you open it. To add a label automatically, simply [x] mark the appropriate box below:
- [ ] feature
- [ ] blocking
- [X] docs
To add a label not listed above, simply place `/label another-label-name` on a line by itself.
-->
2018-07-16 12:21:52 -07:00
Jesse Rosenberger
ca4fb10246
docs: Update blog URLs to reference blog.apollographql.com. ( #189 )
...
This updates all blog URLs in the documentation to use blog.apollographql.com
as the domain, rather than dev-blog.apollodata.com.
2018-07-13 16:30:51 -07:00
Jesse Rosenberger
8ec445e2c2
Fix broken link to APQ.
2018-07-13 13:54:46 -07:00
Jesse Rosenberger
04f12544d1
Remove link to nowhere.
2018-07-13 13:54:01 -07:00
Jesse Rosenberger
02f6bb130a
Update package-lock.json.
2018-07-13 13:53:06 -07:00
Prosper Otemuyiwa
d27ae7a344
Merge pull request #187 from apollographql/abernix/fix-cdn-page
...
Adjustments to the Performance/CDN page.
2018-07-13 11:52:06 -07:00
Jesse Rosenberger
9c2c7ab7a4
Code-ticks for the 0 value.
2018-07-13 11:46:49 -07:00
Jesse Rosenberger
c95a6dbb85
Use "Content Delivery Network" and define CDN (rather than "Content-delivery networks" without definition).
2018-07-13 11:46:36 -07:00
Jesse Rosenberger
94a7e3b60d
Fix diagrams to not make them too overwhelming/large.
2018-07-13 11:45:53 -07:00
Jesse Rosenberger
d8bf86486c
Fix misaligned header nesting.
...
For example, the "Setup" should be under the "Automatic Persisted Queries"
title, not at the same level.
2018-07-13 11:43:36 -07:00
Jesse Rosenberger
f170ad14be
Switch to using <h2> headers, rather than markdown headers.
...
This allows us to pick our own anchor tags, which are more
concise/consistent, and
don't change when the text itself changes.
2018-07-13 11:42:18 -07:00
Jesse Rosenberger
310f81d0aa
docs: Add browser auto-reloading on source content changes. ( #186 )
...
By virtue of a relatively simple `hexo-browsersync` package[0], which
implements BrowserSync[1] in Hexo, this change brings support for automatically
reloading the browser when the source content has changed.
No more pressing "Reload" in order to see the changes to the Markdown source
when working on documentation! 🎉
[0]: https://npm.im/hexo-browsersync
[1]: https://www.browsersync.io
2018-07-11 12:08:54 -07:00
renovate[bot]
37c8de2986
Update dependency apollo-hexo-config to v1.0.8 ( #185 )
...
This Pull Request updates dependency [apollo-hexo-config](https://github.com/apollographql/apollo-hexo-config ) from `v1.0.7` to `v1.0.8`
<details>
<summary>Release Notes</summary>
### [`v1.0.8`](https://github.com/apollographql/apollo-hexo-config/compare/v1.0.7...v1.0.8 )
[Compare Source](https://github.com/apollographql/apollo-hexo-config/compare/v1.0.7...v1.0.8 )
---
</details>
---
This PR has been generated by [Renovate Bot](https://renovatebot.com ).
2018-07-10 17:29:00 -07:00
Prosper Otemuyiwa
91641b8b4f
Merge pull request #183 from apollographql/updatefiledocs
...
Update File Upload Docs
2018-07-10 10:02:22 -07:00
unicodeveloper
053d2241bf
Reword first sentence
2018-07-10 10:01:14 -07:00
unicodeveloper
009fa8007c
Update example to showcase setting the schema manually
2018-07-10 09:55:38 -07:00
unicodeveloper
693ed5e52a
Change id to filename
2018-07-10 09:41:34 -07:00
Evans Hauser
8049585ba4
Fix link in guide index
2018-07-09 11:50:00 -07:00
Jesse Rosenberger
7cd00ce15a
Fix typo in apollo-link-persisted-queries package name.
2018-07-08 16:45:33 -07:00
Prosper Otemuyiwa
42f7e72056
Merge pull request #181 from apollographql/guides-landingpage
...
Add Guides Landing page
2018-07-06 15:27:36 +01:00
unicodeveloper
8949f8fb82
Update landing page content
2018-07-06 15:25:48 +01:00
unicodeveloper
415dc3c585
Add indentation
2018-07-06 15:19:54 +01:00
unicodeveloper
d75ccf261e
Change to header
2018-07-06 15:14:31 +01:00
unicodeveloper
76df0a764a
Add Guides landing page
2018-07-06 15:10:38 +01:00
Prosper Otemuyiwa
5801e6bd35
Merge pull request #180 from apollographql/fix-uploads-docs
...
Add Blob example
2018-07-03 15:58:52 +01:00
unicodeveloper
d045e254ca
Let people know they can stream the contents to a local filesystem
2018-07-03 01:01:31 +01:00
unicodeveloper
a3fad9594c
Add Blob example
2018-07-03 00:42:14 +01:00
Prosper Otemuyiwa
61c19c52a7
Merge pull request #179 from apollographql/fix-images
...
Add APQ images
2018-07-02 22:31:25 +01:00
unicodeveloper
492581aae5
Add APQ images
2018-07-02 22:28:45 +01:00
Prosper Otemuyiwa
628ca71a5c
Merge pull request #178 from apollographql/add-perf-file-guide
...
Add Performance & File Uploads Guide.
2018-07-02 18:58:08 +01:00
unicodeveloper
cc35814d10
Add feedback from jesse
2018-07-02 18:46:05 +01:00
unicodeveloper
9a4b371b39
Change graphql to Mutation component
2018-07-02 18:43:24 +01:00
unicodeveloper
0aac902a6b
Rename state management
2018-07-01 08:17:53 +01:00
unicodeveloper
4f9fff88e8
Rearrange guides on the sidebar from shortest to longest
2018-07-01 08:14:49 +01:00
unicodeveloper
2bafb1fe7a
Add file uploads and performance to sidebar
2018-07-01 08:09:58 +01:00
unicodeveloper
4b7b0821ef
Add File Uploads guide
2018-07-01 08:06:04 +01:00
unicodeveloper
1f8fe33058
Update the description
2018-07-01 08:04:09 +01:00