File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ toc_landing_pages = [
1717 " /logging-monitoring" ,
1818 " /api-documentation" ,
1919 " /security" ,
20- " /security/auth"
20+ " /security/auth" ,
2121]
2222
2323sharedinclude_root = " https://raw.githubusercontent.com/10gen/docs-shared/main/"
@@ -26,12 +26,13 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
2626driver = " java"
2727driver-long = " MongoDB Java Driver"
2828driver-short = " Java driver"
29- version = " 5.3 "
29+ version = " 5.4 "
3030full-version = " {+version+}.0"
3131mdb-server = " MongoDB Server"
3232package-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"
3536stable-api = " Stable API"
3637mongocrypt-version = " {+full-version+}"
3738nettyVersion = " 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
144144
145145 .. replacement:: searchoperator-interface-api-docs
146146
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>`__
148148
149149Additional Information
150150----------------------
You can’t perform that action at this time.
0 commit comments