Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions snooty.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name = "java"
title = "Java Sync"
eol = true

intersphinx = ["https://mongodb.com/docs/manual/objects.inv",
"https://mongodb.com/docs/drivers/objects.inv"]

Expand All @@ -23,3 +25,11 @@ package-name-org = "mongodb-org"
api = "https://mongodb.github.io/mongo-java-driver/{+version+}"
stable-api = "Stable API"
mongocrypt-version="1.4.0" # ensure compatibilty with driver version
current-base-url = "https://www.mongodb.com/docs/drivers/java/sync/current"

[[banners]]
targets = ["*"]
variant = "info"
value = """\
This version of the documentation is archived and no longer supported. View the `current documentation <{+current-base-url+}>`__ to learn how to `upgrade your version of the Java Sync Driver <{+current-base-url+}/upgrade/>`__.\
"""