Skip to content

Commit 704123d

Browse files
authored
(DOCSP-39931) Adds EOL banner to v1.30 docs. (#907)
1 parent e4f94e8 commit 704123d

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",
@@ -241,6 +242,13 @@ url = ":abbr:`URL (Uniform Resource Locator)`"
241242
utc = ":abbr:`UTC (Coordinated Universal Time)`"
242243
vpc = ":abbr:`VPC (Virtual Private Cloud)`"
243244

245+
[[banners]]
246+
targets = ["*"]
247+
variant = "info"
248+
value = """\
249+
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>`__.\
250+
"""
251+
244252
[[banners]]
245253
targets = ["command/mongocli-atlas*.txt"]
246254
variant = "warning"

0 commit comments

Comments
 (0)