From 823dc9042fae5a70accd6f2b6df9f3ed29d9fc06 Mon Sep 17 00:00:00 2001 From: Nora Reidy Date: Mon, 14 Oct 2024 15:07:04 -0400 Subject: [PATCH] DOCSP-43975: EOL docs versions (#579) * DOCSP-43975: EOL docs versions * format * edit (cherry picked from commit a3cdcbce738d9138c5acb47b5d59c8eb0553c733) --- snooty.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/snooty.toml b/snooty.toml index f2f1f6018..2aa401f77 100644 --- a/snooty.toml +++ b/snooty.toml @@ -1,3 +1,5 @@ +eol = true + name = "java" title = "Java Sync" intersphinx = [ @@ -30,3 +32,11 @@ snappyVersion = "org.xerial.snappy:snappy-java:1.1.8.4" zstdVersion = "com.github.luben:zstd-jni:1.5.2-3" logbackVersion = "1.2.11" log4j2Version = "2.17.1" +current-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-url+}>`__ to learn how to `upgrade your version of the {+driver-short+} <{+current-url+}/upgrade>`__.\ + """