Skip to content

Commit

Permalink
docs: add meta descriptions to top-level pages (#12239)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meschreiber authored Dec 20, 2024
1 parent db6a442 commit 6dcb6ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/source/get-started.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Get started with Apollo Client
subtitle: Set up Apollo Client and fetch GraphQL data with React
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.
---

Hello! 👋 This short tutorial gets you up and running with Apollo Client.
Expand Down
2 changes: 2 additions & 0 deletions docs/source/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Introduction to Apollo Client
subtitle: Learn how Apollo Client simplifies GraphQL data management to help build web apps
description: Discover Apollo Client, a powerful state management library for JavaScript. Learn how it simplifies fetching, caching, and more with GraphQL.
---

**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.
Expand Down
3 changes: 2 additions & 1 deletion docs/source/why-apollo.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Why Apollo Client?
description: Why choose Apollo Client to manage your data?
subtitle: Discover why Apollo Client is the ideal choice for managing data with GraphQL
description: Learn how Apollo Client simplifies data management with GraphQL, offers intelligent caching, and unifies remote and local data.
---

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.
Expand Down

0 comments on commit 6dcb6ba

Please sign in to comment.