@@ -9,22 +9,19 @@ API Documentation
99 :titlesonly:
1010 :maxdepth: 1
1111
12+ {+language+} Coroutine Driver <{+api-root+}/driver-kotlin-coroutine/index.html>
1213 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>
1716
17+ - `{+language+} Coroutine Driver <{+api-root+}/driver-kotlin-coroutine/index.html>`__ -
18+ classes for the current driver API using coroutines.
1819- `BSON kotlinx.serialization <{+api-root+}/bson-kotlinx/index.html>`__ -
1920 classes for encoding and decoding between Kotlin data classes and the BSON data
2021 format using :github:`kotlinx.serialization <Kotlin/kotlinx.serialization>`.
2122- `{+language+} Driver Extensions
22- <{+api-root+}/mongodb- driver-kotlin-extensions/index.html>`__ -
23+ <{+api-root+}/driver-kotlin-extensions/index.html>`__ -
2324 classes that extend the core builder classes to support :ref:`data
2425 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
2627 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