Skip to content

Commit cd90538

Browse files
authored
(DOCSP-30846) Adds deprecation banner to legacy docs (#822) (#824)
* (DOCSP-30846) Adds deprecation banner to legacy docs * Fixes link
1 parent f835a7a commit cd90538

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

snooty.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,3 +241,10 @@ tls = ":abbr:`TLS (Transport Layer Security)`"
241241
url = ":abbr:`URL (Uniform Resource Locator)`"
242242
utc = ":abbr:`UTC (Coordinated Universal Time)`"
243243
vpc = ":abbr:`VPC (Virtual Private Cloud)`"
244+
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/stable/>`__ to learn how to `upgrade your version of MongoCLI <https://www.mongodb.com/docs/mongocli/stable/install/#update-the-mongodb-cli>`__.\
250+
"""

0 commit comments

Comments
 (0)