Skip to content

Commit 77f334e

Browse files
committed
fix for new core-api variable
1 parent 834f3c3 commit 77f334e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

snooty.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2323
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
@@ -26,12 +26,13 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
2626
driver = "java"
2727
driver-long = "MongoDB Java Driver"
2828
driver-short = "Java driver"
29-
version = "5.3"
29+
version = "5.4"
3030
full-version = "{+version+}.0"
3131
mdb-server = "MongoDB Server"
3232
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"
3536
stable-api = "Stable API"
3637
mongocrypt-version = "{+full-version+}"
3738
nettyVersion = "io.netty:netty-all:4.1.87.Final"

source/atlas-search.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

149149
Additional Information
150150
----------------------

0 commit comments

Comments
 (0)