Skip to content

Commit 6dcb6ba

Browse files
authored
docs: add meta descriptions to top-level pages (apollographql#12239)
1 parent db6a442 commit 6dcb6ba

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

docs/source/get-started.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Get started with Apollo Client
3+
subtitle: Set up Apollo Client and fetch GraphQL data with React
4+
description: Learn how to set up your React app, fetch GraphQL data, and integrate Apollo Client seamlessly into your UI with this step-by-step tutorial.
35
---
46

57
Hello! 👋 This short tutorial gets you up and running with Apollo Client.

docs/source/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Introduction to Apollo Client
3+
subtitle: Learn how Apollo Client simplifies GraphQL data management to help build web apps
4+
description: Discover Apollo Client, a powerful state management library for JavaScript. Learn how it simplifies fetching, caching, and more with GraphQL.
35
---
46

57
**Apollo Client** is a comprehensive state management library for JavaScript. It enables you to manage both local and remote data with GraphQL. Use it to fetch, cache, and modify application data, all while automatically updating your UI.

docs/source/why-apollo.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Why Apollo Client?
3-
description: Why choose Apollo Client to manage your data?
3+
subtitle: Discover why Apollo Client is the ideal choice for managing data with GraphQL
4+
description: Learn how Apollo Client simplifies data management with GraphQL, offers intelligent caching, and unifies remote and local data.
45
---
56

67
Apollo Client is a state management library that simplifies managing remote and local data with GraphQL. Apollo Client's intelligent caching and declarative approach to data fetching can help you iterate faster while writing less code. Additionally, if you need custom functionality, you can create your dream client by building extensions on top of Apollo Client.

0 commit comments

Comments
 (0)