Skip to content

Commit 0d62ff6

Browse files
authored
(DOCSP-39931) Adds EOL banner to v1.29 docs. (#906)
1 parent 9ada5ad commit 0d62ff6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

snooty.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name = "mongocli"
22
title = "MongoDB Command Line Interface"
3+
eol = true
34

45
intersphinx = [ "https://www.mongodb.com/docs/ops-manager/current/objects.inv",
56
"https://www.mongodb.com/docs/manual/objects.inv",
@@ -252,6 +253,13 @@ value = """\
252253
``mongocli atlas`` commands until April 30, 2023.\
253254
"""
254255

256+
[[banners]]
257+
targets = ["*"]
258+
variant = "info"
259+
value = """\
260+
This version of the documentation is archived and no longer supported. View the `current documentation <https://www.mongodb.com/docs/mongocli/current/>`__ to learn how to `update your version of the MongoDB CLI <https://www.mongodb.com/docs/mongocli/current/install/#update-the-mongodb-cli>`__.\
261+
"""
262+
255263
[[banners]]
256264
targets = ["command/mongocli-atlas-dataLakes*.txt"]
257265
variant = "info"

0 commit comments

Comments
 (0)