Skip to content

Commit 083b5ac

Browse files
authored
DOCSP-35622: EOL v1.9 (#335)
1 parent 945b6d3 commit 083b5ac

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: snooty.toml

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name = "golang"
22
title = "Go"
3+
eol = true
4+
35
toc_landing_pages = [
46
"/fundamentals/connections",
57
"/fundamentals/crud",
@@ -28,3 +30,11 @@ cmk-long = "Customer Master Key"
2830
dek-long = "Data Encryption Key"
2931
csfle-short = "CSFLE"
3032
csfle-long = "Client-side Field Level Encryption"
33+
current-url-base = "https://www.mongodb.com/docs/drivers/go/current"
34+
35+
[[banners]]
36+
targets = ["*"]
37+
variant = "info"
38+
value = """\
39+
This version of the documentation is archived and no longer supported. View the `current documentation <{+current-url-base+}/>`__ to learn how to `upgrade your version of the {+driver-long+} <{+current-url-base+}/quick-start/#add-mongodb-as-a-dependency>`__.\
40+
"""

0 commit comments

Comments
 (0)