Skip to content

Commit 34357c3

Browse files
authored
DOCSP-41464-dump-export-mongodb-only-notice (#165)
* DOCSP-41464-dump-export-mongodb-only-notice * * * * * * * * * * * * * * * * * * * * * * * * * * * *
1 parent 239bec8 commit 34357c3

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

snooty.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,19 @@ section = 1
7373
file = "mongotop.txt"
7474
title = "mongotop"
7575
section = 1
76+
77+
[[banners]]
78+
# Warning for non-genuine deployment usage with tool binaries.
79+
targets = [
80+
"mongodump.txt",
81+
"mongorestore.txt",
82+
"mongoimport.txt",
83+
"mongoexport.txt",
84+
"mongotop.txt",
85+
"mongostat.txt",
86+
"mongofiles.txt"
87+
]
88+
variant = "warning"
89+
value = """\
90+
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.
91+
"""

source/mongodump.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _mongodump:
22

3-
=========
4-
mongodump
5-
=========
3+
=============
4+
``mongodump``
5+
=============
66

77
.. default-domain:: mongodb
88

0 commit comments

Comments
 (0)