Skip to content

Commit f9f0c27

Browse files
author
Stephen Barlow
authored
Merge pull request apollographql#1036 from apollographql/sb/move-managed-federation
Move managed federation docs to Federation docset
2 parents 2575c5b + d433cb7 commit f9f0c27

File tree

9 files changed

+12
-440
lines changed

9 files changed

+12
-440
lines changed

studio-docs/gatsby-config.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ module.exports = {
1818
'index',
1919
'getting-started',
2020
'[Explorer](https://studio.apollographql.com/explorer)',
21+
'[Managed federation](https://apollographql.com/docs/federation/managed-federation/overview/)',
2122
],
2223
'Registering your Schema': [
2324
'schema/schema-reporting',
@@ -40,11 +41,6 @@ module.exports = {
4041
'validating-client-operations',
4142
'github-integration',
4243
],
43-
'Managed Federation': [
44-
'managed-federation/overview',
45-
'managed-federation/setup',
46-
'managed-federation/advanced-topics',
47-
],
4844
'Security': [
4945
'api-keys',
5046
'data-privacy',

studio-docs/shared/register-federated-cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
In a federated architecture, each of your graph's [implementing services](https://www.apollographql.com/docs/apollo-server/federation/implementing-services/) uses the Apollo CLI to register its schema as a separate service **of the same graph**:
1+
In a federated architecture, each of your graph's [implementing services](https://www.apollographql.com/docs/federation/implementing-services/) uses the Apollo CLI to register its schema as a separate service **of the same graph**:
22

33
```mermaid
44
graph BT;

studio-docs/source/data-privacy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ All data sent to Apollo Studio is sent to an endpoint with one of the following
2626
| `https://usage-reporting.api.apollographql.com` | Metrics reporting from [Apollo Server](https://www.apollographql.com/docs/studio/setup-analytics/#pushing-traces-from-apollo-server) (v2.18.0+) and [third-party API servers](https://www.apollographql.com/docs/studio/setup-analytics/#third-party-support) |
2727
| `https://schema-reporting.apollographql.com` | Schema registration via schema reporting in [Apollo Server](https://www.apollographql.com/docs/studio/schema/schema-reporting/#apollo-server-setup) (v2.18.0+) and [third-party API servers](https://www.apollographql.com/docs/studio/schema/schema-reporting/#other-graphql-servers) |
2828
| `https://graphql.api.apollographql.com` | All [Apollo CLI](https://www.apollographql.com/docs/devtools/cli/) (v2.31+) commands that communicate with Studio |
29-
| `https://federation.api.apollographql.com` | Apollo Server with Apollo Gateway (v0.16.0+) with [managed federation](https://www.apollographql.com/docs/studio/managed-federation/overview/) |
29+
| `https://federation.api.apollographql.com` | Apollo Server with Apollo Gateway (v0.16.0+) with [managed federation](https://www.apollographql.com/docs/federation/managed-federation/overview/) |
3030
| `https://operations.api.apollographql.com` | Apollo Server with the [operation registry plugin](https://www.apollographql.com/docs/studio/operation-registry/) (v0.4.1+) |
31-
| `https://storage-secrets.api.apollographql.com` | Apollo Server with Apollo Gateway (v0.16.0+) with [managed federation](https://www.apollographql.com/docs/studio/managed-federation/overview/), or with the [operation registry plugin](https://www.apollographql.com/docs/studio/operation-registry/) (v0.4.1+) |
31+
| `https://storage-secrets.api.apollographql.com` | Apollo Server with Apollo Gateway (v0.16.0+) with [managed federation](https://www.apollographql.com/docs/federation/managed-federation/overview/), or with the [operation registry plugin](https://www.apollographql.com/docs/studio/operation-registry/) (v0.4.1+) |
3232
| **Active legacy URLs** |
3333
| `https://engine-report.apollodata.com` | Metrics reporting from Apollo Server (v2.0-2.17.x) |
3434
| `https://edge-server-reporting.api.apollographql.com` | Schema registration via schema reporting in Apollo Server (v2.15.0-2.17.x) |
3535
| `https://engine-graphql.apollographql.com` | All Apollo CLI (v2.30 and earlier) commands that communicate with Studio |
36-
| `https://storage.googleapis.com` | Apollo Server with Apollo Gateway (v0.15.1 and earlier) with [managed federation](https://www.apollographql.com/docs/studio/managed-federation/overview/), or with the [operation registry plugin](https://www.apollographql.com/docs/studio/operation-registry/) (v0.3.1 and earlier) |
36+
| `https://storage.googleapis.com` | Apollo Server with Apollo Gateway (v0.15.1 and earlier) with [managed federation](https://www.apollographql.com/docs/federation/managed-federation/overview/), or with the [operation registry plugin](https://www.apollographql.com/docs/studio/operation-registry/) (v0.3.1 and earlier) |
3737

3838
If your environment uses a corporate proxy or firewall, you might need to configure it to allow outbound traffic to these domains. Note that data might be sent to multiple endpoints in a given domain.
3939

studio-docs/source/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ and enables you to [create variants of your schema](./schema/registry/#managing-
2020
* [Metrics reporting](https://www.apollographql.com/docs/studio/setup-analytics/) for up to the last 24 hours
2121
* Team collaboration via [organizations](./org/organizations/)
2222
* [Slack notifications](./slack-integration/) for schema changes and daily metrics reports
23-
* [Management of a federated data graph](./managed-federation/overview/)
23+
* [Management of a federated data graph](https://www.apollographql.com/docs/federation/managed-federation/overview/)
2424

2525
### Available with an Apollo Team or Enterprise plan
2626

0 commit comments

Comments
 (0)