Skip to content

Commit

Permalink
DOCSP-43975: EOL docs versions (#579)
Browse files Browse the repository at this point in the history
* DOCSP-43975: EOL docs versions

* format

* edit

(cherry picked from commit a3cdcbc)
  • Loading branch information
norareidy committed Oct 14, 2024
1 parent 15d03e0 commit 823dc90
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,3 +1,5 @@
eol = true

name = "java"
title = "Java Sync"
intersphinx = [
Expand Down Expand Up @@ -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>`__.\
"""

0 comments on commit 823dc90

Please sign in to comment.