From 5f5bb4f1424212cc4b35b623f2232c4fdf2e1aed Mon Sep 17 00:00:00 2001 From: Benoit 'BoD' Lubek Date: Mon, 23 Sep 2024 10:01:30 +0200 Subject: [PATCH] Mention the samples repo (#6155) --- docs/source/index.mdx | 1 + samples/README.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/source/index.mdx b/docs/source/index.mdx index ee5fb8bbc0f..d37d7fed389 100644 --- a/docs/source/index.mdx +++ b/docs/source/index.mdx @@ -238,6 +238,7 @@ If you'd like to contribute, please see [CONTRIBUTING.md](https://github.com/apo ## Additional resources +- [apollo-kotlin-samples](https://github.com/apollographql/apollo-kotlin-samples) Samples and recipes for advanced features. - [Confetti](https://github.com/joreilly/Confetti): A Kotlin Multiplatform conference app using Apollo Kotlin, SwiftUI and Jetpack Compose. - [MortyComposeKMM](https://github.com/joreilly/MortyComposeKMM): A Kotlin Multiplatform GitHub template using Apollo Kotlin, SwiftUI and Jetpack Compose. - [A journey to Kotlin multiplatform](https://www.youtube.com/watch?v=GN6LHrqyimI): how the project was moved to Kotlin multiplatform, talk given at Kotliners in June 2020. diff --git a/samples/README.md b/samples/README.md index 9b15b892e9c..0f53e16a6f2 100644 --- a/samples/README.md +++ b/samples/README.md @@ -1,4 +1,6 @@ -If you're looking for a specific feature (APQs, Codegen options, `@catch`, ...) the [integration-tests](../tests) have a lot of very focused examples of how to use Apollo Kotlin. +If you're looking for a specific feature (APQs, Codegen options, `@catch`, ...): +- check out the [apollo-kotlin-samples](https://github.com/apollographql/apollo-kotlin-samples) repository for samples and recipes for advanced features +- the [integration-tests](../tests) have a lot of very focused examples of how to use Apollo Kotlin. For more general examples demonstrating how to build an App end to end, check: