diff --git a/docs/source/index.mdx b/docs/source/index.mdx index 7dbcd70870..3ad0bb4e8f 100644 --- a/docs/source/index.mdx +++ b/docs/source/index.mdx @@ -6,6 +6,12 @@ description: Distribute operations efficiently across microservices in your fede import { Link } from 'gatsby'; + + > 💡 Not self-hosting your router? Get started with [Cloud Router](/graphos/quickstart/cloud/). GraphOS Router is a scalable runtime for supergraphs that's fully integrated with GraphOS and based on the Apollo Router Core. diff --git a/docs/source/migrating-from-gateway.mdx b/docs/source/migrating-from-gateway.mdx index 2e91a39d67..0320bb73fa 100644 --- a/docs/source/migrating-from-gateway.mdx +++ b/docs/source/migrating-from-gateway.mdx @@ -4,6 +4,12 @@ subtitle: Migrating to the router from @apollo/gateway description: Learn how to migrate a federated graph from @apollo/gateway to the Apollo GraphOS Router or Apollo Router Core without any changes to your subgraphs. --- + + Learn how to migrate a federated supergraph using the `@apollo/gateway` library to the GraphOS Router or Apollo Router Core and gain significant performance improvements while making zero changes to your subgraphs. ## What's different?