Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add meta descriptions to top-level pages #12239

Merged
merged 2 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading