Skip to content

Commit 478c3bf

Browse files
author
Chris Cho
authored
DOCSP-30854: Java docs - EOL v4.3 (#421)
* DOCSP-30854: Java docs - EOL v4.3
1 parent c84ce51 commit 478c3bf

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
@@ -10,6 +10,8 @@ toc_landing_pages = [
1010
]
1111
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
1212

13+
eol = true
14+
1315
[constants]
1416
version = 4.3
1517
full-version = "{+version+}.4"
@@ -18,3 +20,10 @@ mdb-server = "MongoDB Server"
1820
package-name-org = "mongodb-org"
1921
api = "https://mongodb.github.io/mongo-java-driver/{+version+}"
2022
stable-api = "Stable API"
23+
24+
[[banners]]
25+
targets = ["*"]
26+
variant = "info"
27+
value = """\
28+
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/>`__.\
29+
"""

0 commit comments

Comments
 (0)