Skip to content

Commit 73f4a74

Browse files
authored
(DOCSP-30846) Adds deprecation banner to v1.23 docs (#820)
1 parent cd6b001 commit 73f4a74

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
@@ -2,6 +2,13 @@ name = "mongocli"
22
title = "MongoDB Command Line Interface"
33
eol = true
44

5+
[[banners]]
6+
targets = ["*"]
7+
variant = "info"
8+
value = """\
9+
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[https://www.mongodb.com/docs/mongocli/stable/install/#update-the-mongodb-cli] your version of MongoCLI.\
10+
"""
11+
512
intersphinx = [ "https://www.mongodb.com/docs/ops-manager/current/objects.inv",
613
"https://www.mongodb.com/docs/manual/objects.inv",
714
"https://www.mongodb.com/docs/atlas/objects.inv",

0 commit comments

Comments
 (0)