Skip to content

Commit fbe6bfb

Browse files
add banner to local deployment pages (#642)
1 parent 640e403 commit fbe6bfb

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
@@ -123,3 +123,11 @@ 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 = ["command/atlas-deployments*.txt"]
129+
variant = "warning"
130+
value = """\
131+
**Public Preview.** \
132+
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>`__.\
133+
"""

0 commit comments

Comments
 (0)