Skip to content

Commit

Permalink
Revert "Fix buttons on docs root (#2369)" (#2371)
Browse files Browse the repository at this point in the history
This reverts commit d26751a.
  • Loading branch information
trevorblades authored Jul 12, 2022
1 parent f214c8e commit 414cc63
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions docs/source/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,21 @@ 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>
<Button
<ButtonLink
colorScheme="indigo"
to="/ios/tutorial/tutorial-introduction/"
as={Link}
style={{
marginRight: '10px'
}}
href="./tutorial/tutorial-introduction/"
mr="4"
>
Start the tutorial
</Button>
<Button
colorScheme="gray"
to="/ios/installation/"
as={Link}
</ButtonLink>
<ButtonLink
href="./installation/"
>
Installation
</Button>
</ButtonLink>
</p>

## Benefits
Expand Down

0 comments on commit 414cc63

Please sign in to comment.