Skip to content

Commit d3deebf

Browse files
authored
DOCSP-43101: Link to new Kotlin Sync docs repo (#989)
1 parent 3918ec9 commit d3deebf

File tree

5 files changed

+6
-246
lines changed

5 files changed

+6
-246
lines changed

config/redirects

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ raw: docs/drivers/go -> https://www.mongodb.com/docs/drivers/go/current/
1717
raw: docs/drivers/java -> ${base}/java-drivers/
1818
raw: docs/drivers/reactive-streams/ -> https://www.mongodb.com/docs/languages/java/reactive-streams-driver/current/
1919

20+
# Kotlin
21+
22+
raw: docs/drivers/kotlin-sync/ -> https://www.mongodb.com/docs/languages/kotlin/kotlin-sync-driver/current/
23+
2024
# Scala
2125

2226
raw: docs/drivers/scala/ -> https://www.mongodb.com/docs/languages/scala/scala-driver/current/

source/includes/language-compatibility-table-kotlin-sync.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

source/includes/mongodb-compatibility-table-kotlin-sync.rst

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

source/kotlin-drivers.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ MongoDB Kotlin Drivers
88
:titlesonly:
99

1010
Kotlin Coroutine Driver <https://www.mongodb.com/docs/drivers/kotlin/coroutine/current/>
11-
/kotlin-sync.txt
11+
Kotlin Sync Driver <https://www.mongodb.com/docs/languages/kotlin/kotlin-sync-driver/current/>
1212

1313
.. contents:: On this page
1414
:local:
@@ -26,7 +26,7 @@ to work with MongoDB in Kotlin:
2626
- Use the `Kotlin Coroutine Driver <https://www.mongodb.com/docs/drivers/kotlin/coroutine/current/>`__
2727
for Kotlin applications using coroutines.
2828

29-
- Use the :doc:`Kotlin Sync Driver </kotlin-sync>` for synchronous Kotlin
29+
- Use the `Kotlin Sync Driver <https://www.mongodb.com/docs/languages/kotlin/kotlin-sync-driver/current/>`__ for synchronous Kotlin
3030
applications.
3131

3232
You can use the `MongoDB Atlas Device Kotlin SDK <https://www.mongodb.com/docs/realm/sdk/kotlin/install/>`__

source/kotlin-sync.txt

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

0 commit comments

Comments
 (0)