File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ toc_landing_pages = [
17
17
" /logging-monitoring" ,
18
18
" /api-documentation" ,
19
19
" /security" ,
20
- " /security/auth"
20
+ " /security/auth" ,
21
21
]
22
22
23
23
sharedinclude_root = " https://raw.githubusercontent.com/10gen/docs-shared/main/"
@@ -26,12 +26,13 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
26
26
driver = " java"
27
27
driver-long = " MongoDB Java Driver"
28
28
driver-short = " Java driver"
29
- version = " 5.3 "
29
+ version = " 5.4 "
30
30
full-version = " {+version+}.0"
31
31
mdb-server = " MongoDB Server"
32
32
package-name-org = " mongodb-org"
33
- api = " https://mongodb.github.io/mongo-java-driver/{+version+}"
34
- core-api = " https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs/mongodb-driver-core"
33
+ api-root = " https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs"
34
+ driver-api = " {+api-root+}/mongodb-driver-sync/com/mongodb/client"
35
+ core-api = " {+api-root+}/mongodb-driver-core/com/mongodb"
35
36
stable-api = " Stable API"
36
37
mongocrypt-version = " {+full-version+}"
37
38
nettyVersion = " io.netty:netty-all:4.1.87.Final"
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ SearchOperator Helper Methods
144
144
145
145
.. replacement:: searchoperator-interface-api-docs
146
146
147
- the `SearchOperator Interface API documentation <{+core-api+}/com/mongodb/ client/model/search/SearchOperator.html>`__
147
+ the `SearchOperator Interface API documentation <{+core-api+}/client/model/search/SearchOperator.html>`__
148
148
149
149
Additional Information
150
150
----------------------
You can’t perform that action at this time.
0 commit comments