Skip to content

Commit a6b502e

Browse files
authored
(DOCSP-45695) [C2C] Add banner that mongosync is not supported with non-genuine MongoDB (#523) (#528)
* (DOCSP-45695) Add banner. * (DOCSP-45695) Add banner to mongosync page. * (DOCSP-45695) Adding banner to about-mongosync.
1 parent 69a59a3 commit a6b502e

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
@@ -41,3 +41,14 @@ c2c-product-name = "Cluster-to-Cluster Sync"
4141
version = "{+version+}"
4242
version-dev = "{+version-dev+}"
4343

44+
[[banners]]
45+
# Warning for non-genuine deployment usage with tool binaries.
46+
targets = [
47+
"index.txt",
48+
"about-mongosync.txt",
49+
"mongosync.txt"
50+
]
51+
variant = "warning"
52+
value = """\
53+
MongoDB Command Line Database Tool binaries are not supported or tested for use with non-genuine MongoDB deployments. While the tools may work on these deployments, compatibility is not guaranteed.
54+
"""

0 commit comments

Comments
 (0)