diff --git a/packages/web/docs/src/components/federation-page.tsx b/packages/web/docs/src/components/federation-page.tsx index dae0bf448..bad206e01 100644 --- a/packages/web/docs/src/components/federation-page.tsx +++ b/packages/web/docs/src/components/federation-page.tsx @@ -23,7 +23,7 @@ export function FederationPage(): ReactElement { size="xl" className="mx-auto max-w-3xl text-balance text-center text-white" > - What Is GraphQL Federation? + GraphQL Federation
Learn what GraphQL Federation is and how to combine multiple GraphQL APIs called subgraphs @@ -48,7 +48,7 @@ function Intro() {
diff --git a/packages/web/docs/src/pages/federation.mdx b/packages/web/docs/src/pages/federation.mdx index cca2c2c09..72a02bc02 100644 --- a/packages/web/docs/src/pages/federation.mdx +++ b/packages/web/docs/src/pages/federation.mdx @@ -1,9 +1,8 @@ --- title: What is GraphQL Federation? description: - GraphQL Federation allows to combine multiple GraphQL APIs called subgraphs into one unified API - (Supergraph), and serve data from a single endpoint thanks to the GraphQL gateway. Learn what - GraphQL Federation is, its benefits and how to get started. + Discover what GraphQL Federation is, how it unifies multiple APIs into a Supergraph, its core + benefits, and the building blocks like subgraphs, schema composition and gateway. ogImage: /federation-og-image.png ---