You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: snooty.toml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@ name = "mongocli"
2
2
title = "MongoDB Command Line Interface"
3
3
eol = true
4
4
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.\
0 commit comments