diff --git a/snooty.toml b/snooty.toml index 4d6bbe10a..f81ed4cc9 100644 --- a/snooty.toml +++ b/snooty.toml @@ -41,3 +41,14 @@ c2c-product-name = "Cluster-to-Cluster Sync" version = "{+version+}" version-dev = "{+version-dev+}" +[[banners]] +# Warning for non-genuine deployment usage with tool binaries. +targets = [ + "index.txt", + "about-mongosync.txt", + "mongosync.txt" + ] +variant = "warning" +value = """\ + 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. + """ \ No newline at end of file