From 2fb65c612499a054db46f7243fb884b75ff506df Mon Sep 17 00:00:00 2001 From: Edward Huang Date: Fri, 8 Mar 2024 14:12:26 -0800 Subject: [PATCH] DOC-78 replace intro paragraph with subtitle and edited CTA text. Disable TOC sidebar --- src/content/basics/index.mdx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/content/basics/index.mdx b/src/content/basics/index.mdx index 7048662ef..13a6fdab1 100644 --- a/src/content/basics/index.mdx +++ b/src/content/basics/index.mdx @@ -1,7 +1,7 @@ --- title: Documentation -toc: true -subtitle: ' ' +toc: false +subtitle: 'Use Apollo to unify your data with GraphQL' description: Learn how Apollo GraphQL can help enterprise architects, API implementers, and client developers build, deploy, and manage a supergraph of unified microservices, data sources, and applications. --- @@ -30,15 +30,10 @@ import { GradientCard } from '../../components/HomePage'; -Apollo provides the developer platform and tools to unify your data and services into a _supergraph_—a single distributed GraphQL API. -Apollo makes GraphQL work for you at any stage and any scale, whether you're just getting started, building your first API, querying an API, or migrating your platform onto the supergraph. - -## For architects - } title="Build a supergraph" - description="Use Apollo GraphOS to define, build, connect, and observe all of your data services together in a supergraph." + description="Use Apollo GraphOS to build a supergraph—all your data services combined into a single distributed GraphQL API." path="/graphos" cta="Learn about GraphOS" />