Skip to content

Commit c604625

Browse files
EOL v3.6 (#718)
* EOL v3.6 * Banner fix
1 parent 0f9997d commit c604625

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

snooty.toml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
eol = true
12
name = "node"
23
title = "Node.js"
3-
intersphinx = ["https://mongodb.com/docs/manual/objects.inv",
4-
"https://mongodb.com/docs/drivers/objects.inv"]
4+
intersphinx = [
5+
"https://mongodb.com/docs/manual/objects.inv",
6+
"https://mongodb.com/docs/drivers/objects.inv",
7+
]
58

69
toc_landing_pages = [
710
"/fundamentals/authentication",
@@ -23,3 +26,11 @@ driver = "node"
2326
driver-long = "MongoDB Node.js driver"
2427
driver-short = "Node.js driver"
2528
mdb-server = "MongoDB Server"
29+
current-url-base = "https://www.mongodb.com/docs/drivers/node/current"
30+
31+
[[banners]]
32+
targets = ["*"]
33+
variant = "info"
34+
value = """\
35+
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+}/upgrade/>`__.\
36+
"""

0 commit comments

Comments
 (0)