@@ -9,22 +9,19 @@ API Documentation
9
9
:titlesonly:
10
10
:maxdepth: 1
11
11
12
+ {+language+} Coroutine Driver <{+api-root+}/driver-kotlin-coroutine/index.html>
12
13
BSON kotlinx.serialization <{+api-root+}/bson-kotlinx/index.html>
13
- {+language+} Driver Extensions <{+api-root+}/mongodb-driver-kotlin-extensions/index.html>
14
- Driver Core <{+api-root+}/mongodb-driver-core/index.html>
15
- {+language+} Coroutine Driver <{+api-root+}/mongodb-driver-kotlin-coroutine/index.html>
16
- {+language+} Sync Driver <{+api-root+}/mongodb-driver-kotlin-sync/index.html>
14
+ {+language+} Driver Extensions <{+api-root+}/driver-kotlin-extensions/index.html>
15
+ Driver Core <{+api-root+}/driver-core/index.html>
17
16
17
+ - `{+language+} Coroutine Driver <{+api-root+}/driver-kotlin-coroutine/index.html>`__ -
18
+ classes for the current driver API using coroutines.
18
19
- `BSON kotlinx.serialization <{+api-root+}/bson-kotlinx/index.html>`__ -
19
20
classes for encoding and decoding between Kotlin data classes and the BSON data
20
21
format using :github:`kotlinx.serialization <Kotlin/kotlinx.serialization>`.
21
22
- `{+language+} Driver Extensions
22
- <{+api-root+}/mongodb- driver-kotlin-extensions/index.html>`__ -
23
+ <{+api-root+}/driver-kotlin-extensions/index.html>`__ -
23
24
classes that extend the core builder classes to support :ref:`data
24
25
classes <kotlin-builders-data-classes>`.
25
- - `Driver Core <{+api-root+}/mongodb- driver-core/index.html>`__ - classes that
26
+ - `Driver Core <{+api-root+}/driver-core/index.html>`__ - classes that
26
27
contain essential driver functionality.
27
- - `{+language+} Coroutine Driver <{+api-root+}/mongodb-driver-kotlin-coroutine/index.html>`__ -
28
- classes for the current driver API using coroutines.
29
- - `{+language+} Sync Driver <{+api-root+}/mongodb-driver-kotlin-sync/index.html>`__ -
30
- classes for the current synchronous driver API.
0 commit comments