Skip to content

Commit aeb28c5

Browse files
committed
Remove Summit callouts
1 parent abf7463 commit aeb28c5

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

docs/source/get-started.mdx

-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
title: Get started with Apollo Client
33
---
44

5-
<SummitCallout
6-
topic="Apollo Client"
7-
workshopName="GraphQL for web: Going hands-on with Apollo Client"
8-
URL="https://reg.summit.graphql.com/flow/apollo/summit24/AttendeePortal/page/catalog/session/1712947597337001S7vZ"
9-
/>
10-
115
Hello! 👋 This short tutorial gets you up and running with Apollo Client.
126

137
> For an introduction to the entire Apollo platform, [check out **Odyssey**, Apollo's interactive learning platform](https://www.apollographql.com/tutorials/?utm_source=apollo_docs&utm_medium=referral).

docs/source/index.mdx

-8
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
title: Introduction to Apollo Client
33
---
44

5-
import { Link } from 'gatsby';
6-
7-
<SummitCallout
8-
topic="Apollo Client"
9-
workshopName="GraphQL for web: Going hands-on with Apollo Client"
10-
URL="https://reg.summit.graphql.com/flow/apollo/summit24/AttendeePortal/page/catalog/session/1712947597337001S7vZ"
11-
/>
12-
135
**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.
146

157
Apollo Client helps you structure code in an economical, predictable, and declarative way that's consistent with modern development practices. The core `@apollo/client` library provides built-in integration with React, and the larger Apollo community maintains [integrations for other popular view layers](#community-integrations).

0 commit comments

Comments
 (0)