From d32f2ca20b479671cb0681f41004278c61a8e9f8 Mon Sep 17 00:00:00 2001 From: Piotr Monwid-Olechnowicz Date: Fri, 17 Jan 2025 17:31:40 +0100 Subject: [PATCH] Add a highlight and arch decoration & mobile tweaks (#6387) --- .../web/docs/src/components/landing-page.tsx | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/packages/web/docs/src/components/landing-page.tsx b/packages/web/docs/src/components/landing-page.tsx index 48d86bd38..7553b04ff 100644 --- a/packages/web/docs/src/components/landing-page.tsx +++ b/packages/web/docs/src/components/landing-page.tsx @@ -207,19 +207,32 @@ 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