Skip to content

Commit c860cbc

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

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

45+
[[banners]]
46+
# Warning for non-genuine deployment usage with tool binaries.
47+
targets = [
48+
"index.txt",
49+
"about-mongosync.txt",
50+
"mongosync.txt"
51+
]
52+
variant = "warning"
53+
value = """\
54+
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.
55+
"""

0 commit comments

Comments
 (0)