File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ API Documentation
8
8
:titlesonly:
9
9
:maxdepth: 1
10
10
11
- BSON kotlinx.serialization <{+api+}/apidocs/bson-kotlinx/index.html>
11
+ BSON kotlinx.serialization <{+api-kotlin +}/apidocs/bson-kotlinx/index.html>
12
12
Core <{+api+}/apidocs/apidocs/mongodb-driver-core/index.html>
13
13
Kotlin Coroutine Driver <{+api-kotlin+}/apidocs/mongodb-driver-kotlin-coroutine/index.html>
14
14
Kotlin Sync Driver <{+api-kotlin+}/apidocs/mongodb-driver-kotlin-sync/index.html>
Original file line number Diff line number Diff line change @@ -22,10 +22,15 @@ Builders
22
22
Overview
23
23
--------
24
24
25
- This section includes guides on how to use each of the available
25
+ This page explains on how to use the available
26
26
builders, and demonstrates the utility the MongoDB Kotlin driver builder classes
27
27
provide.
28
28
29
+ .. TODO: when builders pages are added back, rephrase the above paragraph to the following
30
+ .. This section includes guides on how to use each of the available
31
+ .. builders, and demonstrates the utility the MongoDB Kotlin driver builder classes
32
+ .. provide.
33
+
29
34
The Kotlin driver provides classes to simplify the process for developers
30
35
to use CRUD operations and the Aggregation API. The static utility methods allow you
31
36
to build a query more efficiently.
You can’t perform that action at this time.
0 commit comments