Skip to content

Commit

Permalink
docs: add summit callouts (#5846)
Browse files Browse the repository at this point in the history
  • Loading branch information
shorgi authored Aug 19, 2024
1 parent abb14f7 commit a889751
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ description: Distribute operations efficiently across microservices in your fede

import { Link } from 'gatsby';

<SummitCallout
topic="router adoption"
panelName="GraphOS Router Success Stories"
URL="https://reg.summit.graphql.com/flow/apollo/summit24/AttendeePortal/page/catalog/session/1718978817067001IOVg"
/>

> 💡 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.
Expand Down
6 changes: 6 additions & 0 deletions docs/source/migrating-from-gateway.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
---

<SummitCallout
topic="router adoption"
panelName="GraphOS Router Success Stories"
URL="https://reg.summit.graphql.com/flow/apollo/summit24/AttendeePortal/page/catalog/session/1718978817067001IOVg"
/>

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?
Expand Down

0 comments on commit a889751

Please sign in to comment.