-
Notifications
You must be signed in to change notification settings - Fork 31
/
snooty.toml
55 lines (50 loc) · 2.17 KB
/
snooty.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
name = "cluster-sync"
title = "MongoDB Cluster-to-Cluster Sync"
intersphinx = [ "https://www.mongodb.com/docs/atlas/objects.inv",
"https://www.mongodb.com/docs/php-library/upcoming/objects.inv",
"https://www.mongodb.com/docs/compass/current/objects.inv",
"https://www.mongodb.com/docs/mongodb-shell/objects.inv",
"https://www.mongodb.com/docs/master/objects.inv",
"https://www.mongodb.com/docs/drivers/objects.inv",
"https://www.mongodb.com/docs/database-tools/objects.inv",
"https://www.mongodb.com/docs/mongocli/stable/objects.inv",
"https://www.mongodb.com/docs/datalake/objects.inv"
]
toc_landing_pages = ["/quickstart",
"/installation",
"reference/reference",
"/connecting",
"/topologies",
"/using-mongosync",
"/multiple-mongosyncs",
"/release-notes/release-notes",
"/faq",
"/reference/collection-level-filtering",
"/reference/verification",
"/reference/mongosync"
]
[constants]
version = "1.10"
version-previous = "1.9"
latest-version="1.10.0"
version-dev = "1.10"
c2c-product-name = "Cluster-to-Cluster Sync"
c2c-full-product-name = "MongoDB Cluster-to-Cluster Sync"
mdb-download-center = "`MongoDB Download Center <https://www.mongodb.com/try/download/mongosync>`__"
c2c-full-beta-program = "Cluster-to-Cluster Sync Beta Program"
c2c-beta-program-short = "``mongosync`` beta"
[substitutions]
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.
"""