File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -28,4 +28,6 @@ version = "v{+version-number+}"
28
28
mdb-server = " MongoDB Server"
29
29
stable-api = " Stable API"
30
30
api = " https://mongodb.github.io/mongo-java-driver/{+version-number+}/apidocs/mongodb-driver-kotlin-sync"
31
+ java-api = " https://mongodb.github.io/mongo-java-driver/{+version-number+}"
32
+ kotlin-docs = " https://kotlinlang.org"
31
33
core-api = " https://mongodb.github.io/mongo-java-driver/{+version-number+}/apidocs/mongodb-driver-core/com/mongodb"
Original file line number Diff line number Diff line change @@ -125,12 +125,12 @@ API Documentation
125
125
For more information about using the {+stable-api+} with {+driver-short+}, see the
126
126
following API documentation:
127
127
128
- - `ServerApi <{+core-api+/ServerApi.html} >`__
128
+ - `ServerApi <{+core-api+} /ServerApi.html>`__
129
129
- `ServerApi.Builder <{+core-api+}/ServerApi.Builder.html>`__
130
130
- `ServerApiVersion <{+core-api+}/ServerApiVersion.html>`__
131
131
- `ServerAddress <{+core-api+}/ServerAddress.html>`__
132
132
- `MongoClientSettings <{+core-api+}/MongoClientSettings.html>`__
133
133
- `MongoClientSettings.Builder <{+core-api+}/MongoClientSettings.Builder.html>`__
134
134
- `MongoClient.create() <{+api+}/mongodb-driver-kotlin-sync/com.mongodb.kotlin.client/-mongo-client/-factory/create.html>`__
135
- - `MongoClient <{+api+}/mongodb-driver-kotlin-sync/mongodb-driver-kotlin-sync/ com.mongodb.kotlin.client/-mongo-client/index.html>`__
135
+ - `MongoClient <{+api+}/mongodb-driver-kotlin-sync/com.mongodb.kotlin.client/-mongo-client/index.html>`__
136
136
You can’t perform that action at this time.
0 commit comments