43 Commits

Author SHA1 Message Date
Stephen Barlow
b6227e4b8b Rename instances of Engine to Graph Manager 2019-08-20 11:02:42 -07:00
Adam Zionts
b4da218e4e Indicate that the gateway doesn't support subscriptions (#543)
* Indicate that the gateway doesn't support subscriptions

* Update docs/source/platform/federation.mdx

Co-Authored-By: Jesse Rosenberger <git@jro.cc>
2019-08-08 16:21:42 +03:00
Adam Zionts
ee37683467 Follow up to suggestions 2019-07-16 01:05:52 -07:00
Peggy Rayzis
e535805563 Temporarily remove platform migration guide 2019-07-16 03:10:26 -04:00
Peggy Rayzis
87aff6350c Cleanup merge conflicts 2019-07-16 03:02:47 -04:00
Peggy Rayzis
8261e59b76 Standardize terminology 2019-07-16 02:49:35 -04:00
Peggy Rayzis
cbb6dbe54e Minor updates to headings 2019-07-16 02:41:41 -04:00
Adam Zionts
2fcc8d410c Take some suggestions 2019-07-15 19:17:55 -07:00
Adam Zionts
a3ad5a90e0 Rename implementing service to federated service 2019-07-15 19:09:52 -07:00
Adam Zionts
2dda91d926 Apply suggestions from code review
Thanks to Trevor!

Co-Authored-By: Trevor Scheer <trevor@apollographql.com>
2019-07-15 19:00:25 -07:00
Peggy Rayzis
7aa1a61b7c New outline with updated intro 2019-07-15 18:19:34 -04:00
Chang Wang
8bed82640d fix mistakenly identified broken-link
our broken-link detector was mistakenly detecting `/platform/performance` as a broken link. had to change it to `platform/performance/`
2019-07-15 11:33:33 -04:00
Adam Zionts
d028642bb6 Fix fixme link 2019-07-15 02:31:13 -07:00
Adam Zionts
5279cdfab6 More details, image 2019-07-15 02:16:00 -07:00
Adam Zionts
09b103766d Docs for federated metrics 2019-07-15 02:11:23 -07:00
Adam Zionts
3ff235bf4c Documentation for the beginning of managed federation 2019-07-15 01:35:50 -07:00
Adam Zionts
728d7cbf9c Moar docs update 2019-07-15 00:48:56 -07:00
Adam Zionts
742b14274d Teaser to managed federation in service reg docs 2019-07-14 22:40:31 -07:00
Caydie Tran
502d9300ed more content (#522) 2019-07-14 22:38:59 -07:00
Adam Zionts
9761572721 Add more color into the registering section 2019-07-14 22:23:01 -07:00
Adam Zionts
abc1daf031 Reorganize yet again!
This time, maybe it'll last
2019-07-14 21:49:42 -07:00
Adam Zionts
5a5e4a1f8b Move intro paragraph to intro 2019-07-14 20:42:22 -07:00
Adam Zionts
a8a3a0ca54 Change broken links to fixme 2019-07-14 20:41:15 -07:00
Adam Zionts
4fc6bb123d Add a section on graph manager in general
There is some information about the schema registry, but since we're
trying to have this (1) Introduce a new concept of the "graph manager"
by using that word for the first time and (2) have this be a standalone
document to point users to, it's important to have a brief section
explaining what that is.
2019-07-14 14:15:01 -07:00
Trevor Blades
ca88a9dfc8 Change internal link format 2019-07-13 20:11:56 -07:00
Adam Zionts
b190f72d79 Change title, make heading 2019-07-13 13:42:44 -07:00
Chang Wang
e743b74686 move "managed federation" into "running with xx" 2019-07-12 21:07:38 -07:00
Chang Wang
ebdbaac8b6 remove sections out-of-scope for tuesday 2019-07-12 21:05:23 -07:00
Chang Wang
a8267cc99f remove no-longer-necessary overview 2019-07-12 21:02:35 -07:00
Chang Wang
4e9f596b37 Make headings visible (we don't style ####)
we do style ###
2019-07-12 21:01:27 -07:00
Chang Wang
6441ae1c84 Fix commands being too long and poking out of page 2019-07-12 20:59:59 -07:00
Chang Wang
dde15e8263 comment out comments that were poking out
these shouldn't be being displayed, but they are. huh.

<!-- --> is more effective at hiding them
2019-07-12 20:57:27 -07:00
Chang Wang
615198d41b remove advanced features links to unbreak build
we've set netlify not to build previews if there are broken links
2019-07-12 20:55:31 -07:00
Chang Wang
f19398bf95 move "registering your graph" ahead of "inspecting 2019-07-12 20:42:04 -07:00
Chang Wang
67624e825d rename title, shorten discription 2019-07-12 20:41:30 -07:00
Chang Wang
6a7bc505ec minor bugfix: gatsby link needs to be page#anchor
page/#anchor tripps it up
2019-07-12 20:34:42 -07:00
Chang Wang
908693608c move registration docs to fedreation.mdx. revert registry.mdx 2019-07-12 20:24:20 -07:00
Chang Wang
ef5dbebb24 move validation section into federation.mdx 2019-07-12 19:58:52 -07:00
Maya Koneval
7462cc0445 merge conflicts 2019-07-12 17:34:28 -07:00
Adam Zionts
8f8853d1d8 [WIP] Federation: Stub PR for federation parent doc
This PR should create a federation doc in the platform to be both the
starting point for federation users in the platform and an index of all
of the federation functionality in the platform. Other PRs may rebase on
top of this branch in order to add in details to this doc as they add in
the specific functionality components of the gateway, federated metrics,
and more. Additionally, this PR should outline the overall concept of
the federation platform as well as the `service:list` command and UI,
which are core to the concepts around federation.

Add assignees, descriptions, and reviewers

service list rough draft

update overview section

trimmed the intro to go directly into "the key difference"

added motivation for "why federation" (autonomy and thus velocity) and "why apollo platform" (stability / scale with confidence)

Merge apollo server "production" doc into parent

Add more intro documentation

This is mainly ideas / draft.
2019-07-12 16:15:12 -07:00
Maya Koneval
f07559daaa service list rough draft 2019-07-05 12:33:07 -07:00
Adam Zionts
04fbcedae9 Add assignees, descriptions, and reviewers 2019-07-03 08:07:20 -07:00
Adam Zionts
28d6370e7a [WIP] Federation: Stub PR for federation parent doc
This PR should create a federation doc in the platform to be both the
starting point for federation users in the platform and an index of all
of the federation functionality in the platform. Other PRs may rebase on
top of this branch in order to add in details to this doc as they add in
the specific functionality components of the gateway, federated metrics,
and more. Additionally, this PR should outline the overall concept of
the federation platform as well as the `service:list` command and UI,
which are core to the concepts around federation.
2019-07-02 15:18:14 -07:00