From 90f53f79998933885f2699d9300dd1997f9ac1b0 Mon Sep 17 00:00:00 2001 From: rustagir Date: Thu, 18 Jan 2024 15:15:43 -0500 Subject: [PATCH] DOCSP-35626: eol v4.6 --- snooty.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/snooty.toml b/snooty.toml index faeb193e4..45aeebd90 100644 --- a/snooty.toml +++ b/snooty.toml @@ -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"] @@ -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/>`__.\ + """ \ No newline at end of file