Skip to content

Commit 6844a1f

Browse files
DOCSP-50382 Update all preview callouts to link to new preview info page-v1.41-backport (1115) (#1116)
* DOCSP-50382 Update all preview callouts to link to new preview info page (#1115) * DOCSP-50382 Update all preview callouts to link to new preview info page * DOCSP-50382 updates for JW's feedback (cherry picked from commit 003cac9) # Conflicts: # snooty.toml * Update snooty.toml * Update snooty.toml
1 parent 2e7a986 commit 6844a1f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

snooty.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,20 @@ value = """\
123123
**Data Lake is deprecated.** \
124124
As of September 2024, Data Lake is deprecated and will reach end-of-life. It will be removed on September 30, 2025. If you use Data Lake, you should migrate to alternative solutions before the service is removed. To learn more, see :adl:`Migration Guide </data-lake-deprecation/>`\
125125
"""
126+
127+
[[banners]]
128+
targets = ["atlas-cli-admin-api.txt"]
129+
variant = "warning"
130+
value = """\
131+
{+atlas-cli+} support for running commands with the {+atlas-admin-api+} is in Preview. The feature and the corresponding documentation might change at any time during the Preview period. You can provide feedback on this feature through the `MongoDB Feedback Engine for Atlas CLI <https://feedback.mongodb.com/forums/930808-atlas-cli>`__. To learn more, see `Preview Features <https://www.mongodb.com/docs/preview-features/>`__.\
132+
"""
133+
134+
# DOCSP-50382
135+
[[banners]]
136+
targets = ["command/atlas-api-*.txt",
137+
"command/atlas-api.txt"]
138+
variant = "warning"
139+
value = """\
140+
{+atlas-cli+} support for running commands with the {+atlas-admin-api+} is in Preview. The feature and the corresponding documentation might change at any time during the Preview period. To learn more, see `Preview Features <https://www.mongodb.com/docs/preview-features/>`__.\
141+
"""
142+

0 commit comments

Comments
 (0)