Skip to content

Commit

Permalink
DOCSP-35626: eol v4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rustagir committed Jan 18, 2024
1 parent 904056b commit 90f53f7
Showing 1 changed file with 10 additions and 0 deletions.
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/>`__.\
"""

0 comments on commit 90f53f7

Please sign in to comment.