Skip to content

Commit cfa35e6

Browse files
author
Chris Cho
authored
DOCSP-26721: Add Kotlin SDK link (#917)
* DOCSP-26721: Add Kotlin SDK link
1 parent bd039c3 commit cfa35e6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

source/kotlin-drivers.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
MongoDB Kotlin Drivers
55
======================
66

7-
.. default-domain:: mongodb
8-
97
.. toctree::
108
:titlesonly:
119

@@ -25,8 +23,12 @@ Welcome to the documentation site for the official MongoDB Kotlin
2523
drivers. You can add one of the following drivers to your application
2624
to work with MongoDB in Kotlin:
2725

28-
- Use the
29-
`Kotlin Coroutine Driver <https://www.mongodb.com/docs/drivers/kotlin/coroutine/current>`__
26+
- Use the :driver:`Kotlin Coroutine Driver </kotlin/coroutine/current>`
3027
for Kotlin applications using coroutines.
3128

32-
- Use the :doc:`Kotlin Sync Driver </kotlin-sync>` for synchronous Kotlin applications.
29+
- Use the :driver:`Kotlin Sync Driver </kotlin-sync>` for synchronous Kotlin
30+
applications.
31+
32+
You can use the :realm:`MongoDB Atlas Device Kotlin SDK </sdk/kotlin/install>`
33+
in Android or Kotlin Multiplatform (KMP) applications to access Atlas App
34+
Services and to manage your Realm data.

0 commit comments

Comments
 (0)