Skip to content

Commit 6bb3326

Browse files
authored
(DOCSP-20978) Atlas CLI prep- Adds banner to all mongocli atlas pages to warn of deprecation (#681)
* (DOCSP-20978) Adds banner to all mongocli atlas pages to warn of deprecation * Changes target to wildcard and adds links to value * Removes one * and reformats value * Adds changes from copy reviewers * Includes change from tech review * Changes link, removes word support * Removes changes to vs code file
1 parent df23f5f commit 6bb3326

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

snooty.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,14 @@ tls = ":abbr:`TLS (Transport Layer Security)`"
240240
url = ":abbr:`URL (Uniform Resource Locator)`"
241241
utc = ":abbr:`UTC (Coordinated Universal Time)`"
242242
vpc = ":abbr:`VPC (Virtual Private Cloud)`"
243+
244+
[[banners]]
245+
targets = ["command/mongocli-atlas*.txt"]
246+
variant = "warning"
247+
value = """\
248+
``mongocli atlas`` commands are now deprecated because there's a new, \
249+
dedicated CLI available for Atlas users. \
250+
`Migrate to the Atlas CLI <https://www.mongodb.com/docs/atlas/cli/stable/migrate-to-atlas-cli/>`__ \
251+
to enjoy the same capabilities and the latest features. You can use \
252+
``mongocli atlas`` commands until April 30, 2023.\
253+
"""

0 commit comments

Comments
 (0)