Skip to content

Commit

Permalink
Add meta descriptions and subtitles
Browse files Browse the repository at this point in the history
  • Loading branch information
Meschreiber committed Dec 20, 2024
1 parent f016ca8 commit 1548e44
Show file tree
Hide file tree
Showing 2 changed files with 4 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: Getting Started with Apollo iOS
subtitle: Integrate Apollo iOS into your app
description: Learn how to add Apollo iOS to your app with step-by-step instructions for installation, schema integration, code generation, and setting up ApolloClient for type-safe GraphQL operations.
sidebar_title: Get Started
---

Expand Down
3 changes: 2 additions & 1 deletion docs/source/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Introduction to Apollo iOS
description: A strongly typed, Swift-first GraphQL client
subtitle: Learn how Apollo iOS, a Swift-first GraphQL client simplifies GraphQL operations with strongly-typed models, caching, and more
description: Discover how Apollo iOS, a Swift-first, open-source GraphQL client offers type-safe code generation, caching, and robust networking.
---

**Apollo iOS** is an [open-source](https://github.com/apollographql/apollo-ios) GraphQL client for native client applications, written in Swift.
Expand Down

0 comments on commit 1548e44

Please sign in to comment.