Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""