Skip to content

Commit 4a4052c

Browse files
author
Chris Cho
authored
DOCSP-30854: Java docs - EOL v4.4 (#422)
* DOCSP-30854: Java docs - EOL v4.4
1 parent 8ce5995 commit 4a4052c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

snooty.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ toc_landing_pages = [
1111
]
1212
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
1313

14+
eol = true
15+
1416
[constants]
1517
version = "4.4"
1618
full-version = "{+version+}.2"
@@ -19,3 +21,10 @@ mdb-server = "MongoDB Server"
1921
package-name-org = "mongodb-org"
2022
api = "https://mongodb.github.io/mongo-java-driver/{+version+}"
2123
stable-api = "Stable API"
24+
25+
[[banners]]
26+
targets = ["*"]
27+
variant = "info"
28+
value = """\
29+
This version of the documentation is archived and no longer supported. View the `current documentation <https://www.mongodb.com/docs/drivers/java/sync/current/>`__ to learn how to `upgrade your version of the Java Sync Driver <https://www.mongodb.com/docs/drivers/java/sync/current/upgrade/>`__.\
30+
"""

0 commit comments

Comments
 (0)