We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d60dc2 commit d107ecbCopy full SHA for d107ecb
snooty.toml
@@ -1,3 +1,5 @@
1
+eol = true
2
+
3
name = "java"
4
title = "Java Sync"
5
intersphinx = [
@@ -25,3 +27,12 @@ package-name-org = "mongodb-org"
25
27
api = "https://mongodb.github.io/mongo-java-driver/{+version+}"
26
28
stable-api = "Stable API"
29
mongocrypt-version = "1.5.2"
30
+current-url = "https://www.mongodb.com/docs/drivers/java/sync/current"
31
32
+[[banners]]
33
+targets = ["*"]
34
+variant = "info"
35
+value = """\
36
+ This version of the documentation is archived and no longer supported. View the `current documentation
37
+ <{+current-url+}>`__ to learn how to `upgrade your version of the {+driver-short+} <{+current-url+}/upgrade>`__.\
38
+ """
0 commit comments