8000 implement cory review feedback · nickldp/docs-kotlin@ce858e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit ce858e9

Browse files
committed
implement cory review feedback
1 parent 4d144d5 commit ce858e9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

source/api-documentation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ API Documentation
88
:titlesonly:
99
:maxdepth: 1
1010

11-
BSON kotlinx.serialization <{+api+}/apidocs/bson-kotlinx/index.html>
11+
BSON kotlinx.serialization <{+api-kotlin+}/apidocs/bson-kotlinx/index.html>
1212
Core <{+api+}/apidocs/apidocs/mongodb-driver-core/index.html>
1313
Kotlin Coroutine Driver <{+api-kotlin+}/apidocs/mongodb-driver-kotlin-coroutine/index.html>
1414
Kotlin Sync Driver <{+api-kotlin+}/apidocs/mongodb-driver-kotlin-sync/index.html>

source/fundamentals/builders.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,15 @@ Builders
2222
Overview
2323
--------
2424

25-
This section includes guides on how to use each of the available
25+
This page explains on how to use the available
2626
builders, and demonstrates the utility the MongoDB Kotlin driver builder classes
2727
provide.
2828

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+
2934
The Kotlin driver provides classes to simplify the process for developers
3035
to use CRUD operations and the Aggregation API. The static utility methods allow you
3136
to build a query more efficiently.

0 commit comments

Comments
 (0)
0