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

Revert "Fix buttons on docs root" #2371

Merged
merged 1 commit into from
Jul 12, 2022
Merged
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
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