File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ toc_landing_pages = [
11
11
" /read" ,
12
12
" /connect" ,
13
13
" /indexes" ,
14
- " /connect" ,
15
14
" work-with-indexes" ,
16
15
" /data-formats"
17
16
]
@@ -29,5 +28,5 @@ mdb-server = "MongoDB Server"
29
28
stable-api = " Stable API"
30
29
api = " https://mongodb.github.io/mongo-java-driver/{+version-number+}/apidocs/mongodb-driver-kotlin-sync"
31
30
java-api = " https://mongodb.github.io/mongo-java-driver/{+version-number+}"
32
- kotlin-docs = " https://kotlinlang.org "
33
- core-api = " {+java-api+}/apidocs/mongodb-driver-core/ "
31
+ core-api = " {+java-api+}/apidocs/mongodb-driver-core/ "
32
+ kotlin-docs = " https://kotlinlang.org "
Original file line number Diff line number Diff line change @@ -133,4 +133,3 @@ following API documentation:
133
133
- `MongoClientSettings.Builder <{+core-api+}com/mongodb/MongoClientSettings.Builder.html>`__
134
134
- `MongoClient <{+api+}/mongodb-driver-kotlin-sync/com.mongodb.kotlin.client/-mongo-client/index.html>`__
135
135
- `MongoClient.create() <{+api+}/mongodb-driver-kotlin-sync/com.mongodb.kotlin.client/-mongo-client/-factory/create.html>`__
136
-
You can’t perform that action at this time.
0 commit comments