From 6b97b97823dadab6b66a4e55f54bfc22f4b7a636 Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Tue, 26 Nov 2024 10:00:26 +0100 Subject: [PATCH] Dedicated section with link to /federation (#6038) --- .../web/docs/src/components/landing-page.tsx | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/packages/web/docs/src/components/landing-page.tsx b/packages/web/docs/src/components/landing-page.tsx index cc4288e91..06dc9062c 100644 --- a/packages/web/docs/src/components/landing-page.tsx +++ b/packages/web/docs/src/components/landing-page.tsx @@ -85,6 +85,7 @@ export function IndexPage(): ReactElement { + @@ -204,6 +205,29 @@ function UltimatePerformanceCards() { ); } +function LearnGraphQLFederationSection(props: { className?: string }) { + return ( +
+ + What Is GraphQL Federation? + + +

+ Understand what federated GraphQL API is, how it works, and why it may be the right choice + for your API. +

+ + Introduction to Federation + +
+ ); +} + function PerformanceListItemIcon() { return (