Skip to content

Commit 6f87e05

Browse files
add banner to local deployment pages (#642) (#654)
(cherry picked from commit fbe6bfb)
1 parent 3e05e2b commit 6f87e05

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

snooty.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,11 @@ value = """\
122122
**Data Lake is deprecated.** \
123123
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/>`\
124124
"""
125+
126+
[[banners]]
127+
targets = ["command/atlas-deployments*.txt"]
128+
variant = "warning"
129+
value = """\
130+
**Public Preview.** \
131+
The ``atlas deployments`` command and subsequent related commands are available as a Public Preview. The feature and corresponding documentation may change at any time in the Public Preview stage. To ask questions and provide feedback, see the `Atlas CLI Local Development Community Forum <https://www.mongodb.com/community/forums/tag/local-dev-atlas-cli>`__.\
132+
"""

0 commit comments

Comments
 (0)