Skip to content

Commit 43eb4da

Browse files
authored
(DOCSP-30851) Adds banner to sunset v1.24 MCLI docs (#859)
1 parent ec6be5d commit 43eb4da

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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",
@@ -250,4 +251,11 @@ value = """\
250251
`Migrate to the Atlas CLI <https://www.mongodb.com/docs/atlas/cli/stable/migrate-to-atlas-cli/>`__ \
251252
to enjoy the same capabilities and the latest features. You can use \
252253
``mongocli atlas`` commands until April 30, 2023.\
254+
"""
255+
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/stable/>`__ to learn how to `upgrade your version of MongoCLI <https://www.mongodb.com/docs/mongocli/stable/install/#update-the-mongodb-cli>`__.\
253261
"""

submodules/mongocli

0 commit comments

Comments
 (0)