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 (
+ Understand what federated GraphQL API is, how it works, and why it may be the right choice + for your API. +