Skip to content

Commit b46857f

Browse files
authored
replace the tutorial with the Odyssey course (#6378)
1 parent 79b58f4 commit b46857f

File tree

58 files changed

+4
-1454
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+4
-1454
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ All Apollo Kotlin documentation, including caching and helpful recipes, can be f
4242
The Apollo Kotlin API reference can be found at: <br/>
4343
[https://apollographql.github.io/apollo-kotlin/kdoc/](https://apollographql.github.io/apollo-kotlin/kdoc/)
4444

45+
Tutorials can be found in the Odyssey learning platform: [part1](https://www.apollographql.com/tutorials/apollo-kotlin-android-part1), [part2](https://www.apollographql.com/tutorials/apollo-kotlin-android-part2).
46+
4547
## 👨‍💻 Who is Apollo?
4648

4749
[Apollo](https://apollographql.com/) builds open-source tools and commercial services to make application development easier, better, and accessible to more people. We help you ship faster with:

docs/source/_sidebar.yaml

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -17,36 +17,12 @@ items:
1717
href: ./essentials/modules
1818
- label: Evolution policy
1919
href: ./essentials/evolution
20+
- label: Tutorial
21+
href: https://www.apollographql.com/tutorials/apollo-kotlin-android-part1
2022
- label: Kdoc
2123
href: https://apollographql.github.io/apollo-kotlin/kdoc/
2224
- label: Changelog
2325
href: https://github.com/apollographql/apollo-kotlin/blob/main/CHANGELOG.md
24-
- label: Tutorial
25-
children:
26-
- label: 0. Introduction
27-
href: ./tutorial/00-introduction
28-
- label: 1. Configure your project
29-
href: ./tutorial/01-configure-project
30-
- label: 2. Add the GraphQL schema
31-
href: ./tutorial/02-add-the-graphql-schema
32-
- label: 3. Write your first query
33-
href: ./tutorial/03-write-your-first-query
34-
- label: 4. Execute your first query
35-
href: ./tutorial/04-execute-the-query
36-
- label: 5. Connect your queries to your UI
37-
href: ./tutorial/05-connect-queries-to-your-ui
38-
- label: 6. Add more info to the list
39-
href: ./tutorial/06-add-more-info
40-
- label: 7. Paginate results
41-
href: ./tutorial/07-paginate-results
42-
- label: 8. Add a details view
43-
href: ./tutorial/08-add-a-details-view
44-
- label: 9. Write your first mutation
45-
href: ./tutorial/09-write-your-first-mutation
46-
- label: 10. Authenticate your operations
47-
href: ./tutorial/10-authenticate-your-queries
48-
- label: 11. Write your first subscription
49-
href: ./tutorial/11-subscriptions
5026
- label: Configuration
5127
children:
5228
- label: Gradle plugin configuration

docs/source/tutorial/00-introduction.mdx

Lines changed: 0 additions & 36 deletions
This file was deleted.

docs/source/tutorial/01-configure-project.mdx

Lines changed: 0 additions & 111 deletions
This file was deleted.

docs/source/tutorial/02-add-the-graphql-schema.mdx

Lines changed: 0 additions & 51 deletions
This file was deleted.

docs/source/tutorial/03-write-your-first-query.mdx

Lines changed: 0 additions & 125 deletions
This file was deleted.

0 commit comments

Comments
 (0)