Skip to content

Commit cf98c76

Browse files
authored
DOCSP-35626: eol v4.6 (#505)
1 parent 904056b commit cf98c76

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

snooty.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name = "java"
22
title = "Java Sync"
3+
eol = true
4+
35
intersphinx = ["https://mongodb.com/docs/manual/objects.inv",
46
"https://mongodb.com/docs/drivers/objects.inv"]
57

@@ -23,3 +25,11 @@ package-name-org = "mongodb-org"
2325
api = "https://mongodb.github.io/mongo-java-driver/{+version+}"
2426
stable-api = "Stable API"
2527
mongocrypt-version="1.4.0" # ensure compatibilty with driver version
28+
current-base-url = "https://www.mongodb.com/docs/drivers/java/sync/current"
29+
30+
[[banners]]
31+
targets = ["*"]
32+
variant = "info"
33+
value = """\
34+
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/>`__.\
35+
"""

0 commit comments

Comments
 (0)