From 26f89ffc539d39699fe5ba147ed9bf73be658f10 Mon Sep 17 00:00:00 2001 From: Elyse Foreman Date: Fri, 13 Dec 2024 13:19:25 -0500 Subject: [PATCH] (DOCSP-45695) [C2C] Add banner that mongosync is not supported with non-genuine MongoDB (#523) * (DOCSP-45695) Add banner. * (DOCSP-45695) Add banner to mongosync page. * (DOCSP-45695) Adding banner to about-mongosync. --- snooty.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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