Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Fix buttons on docs root (apollographql#2369)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Barlow authored Jul 12, 2022
1 parent c0a8ce3 commit d26751a
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions docs/source/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,28 @@ sidebar_title: Introduction
description: A strongly-typed, caching GraphQL client for iOS, written in Swift
---

import { Link } from 'gatsby';

**Apollo iOS** is an [open-source](https://github.com/apollographql/apollo-ios) GraphQL client for native iOS apps, written in Swift. It enables you to execute queries and mutations against a GraphQL server and returns results as operation-specific Swift types.

<p>
<ButtonLink
<Button
colorScheme="indigo"
href="./tutorial/tutorial-introduction/"
mr="4"
to="/ios/tutorial/tutorial-introduction/"
as={Link}
style={{
marginRight: '10px'
}}
>
Start the tutorial
</ButtonLink>
<ButtonLink
href="./installation/"
</Button>
<Button
colorScheme="gray"
to="/ios/installation/"
as={Link}
>
Installation
</ButtonLink>
</Button>
</p>

## Benefits
Expand Down

0 comments on commit d26751a

Please sign in to comment.