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

DOCSP-26721: Add Kotlin SDK link #917

Merged
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
12 changes: 7 additions & 5 deletions source/kotlin-drivers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
MongoDB Kotlin Drivers
======================

.. default-domain:: mongodb

.. toctree::
:titlesonly:

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

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

- Use the :doc:`Kotlin Sync Driver </kotlin-sync>` for synchronous Kotlin applications.
- Use the :driver:`Kotlin Sync Driver </kotlin-sync>` for synchronous Kotlin
applications.

You can use the :realm:`MongoDB Atlas Device Kotlin SDK </sdk/kotlin/install>`
in Android or Kotlin Multiplatform (KMP) applications to access Atlas App
Services and to manage your Realm data.