-
Notifications
You must be signed in to change notification settings - Fork 72
/
snooty.toml
64 lines (58 loc) · 1.82 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
56
57
58
59
60
61
62
63
64
name = "compass"
title = "MongoDB Compass"
intersphinx = [
"https://www.mongodb.com/docs/manual/objects.inv",
"https://www.mongodb.com/docs/database-tools/objects.inv",
"https://www.mongodb.com/docs/mongodb-shell/objects.inv",
"https://www.mongodb.com/docs/atlas/objects.inv"
]
toc_landing_pages = [
"/install",
"/install/verify-signatures",
"/connect",
"/settings",
"/settings/config-file",
"/connect/advanced-connection-options",
"/connect/favorite-connections",
"/connect/favorite-connections/import-export",
"/indexes",
"/instance",
"/config-file",
"/query/filter",
"/query-with-natural-language/query-with-natural-language",
"/query/queries",
"/documents",
"/schema",
"/performance",
"/create-agg-pipeline",
"/collections"
]
[constants]
download-page = "`downloads page <https://www.mongodb.com/try/download/compass>`__"
current-version = "1.44.5"
atlas = "MongoDB Atlas"
qe = "Queryable Encryption"
qe-preview = "{+qe+} Public Preview"
qe-equality-ga = "{+qe+} with equality queries"
[[banners]]
targets = [
"connect/in-use-encryption.txt",
"in-use-encryption-tutorial.txt",
"collections/encrypted-collection.txt",
]
variant = "warning"
value = """
{+qe-equality-ga+} is generally available (GA) in MongoDB 7.0 and \
later. The {+qe-preview+}, released in version 6.0, is no longer supported. \
Data encrypted using the Public Preview is incompatible with the feature release. \
For more information, see :ref:`7.0-compatibility`.
"""
[substitutions]
atlas = "MongoDB Atlas"
compass = "MongoDB Compass"
compass-short = "Compass"
sql = ":abbr:`SQL (Structured Query Language)`"
service = "Atlas"
json = ":abbr:`JSON (Javascript Object Notation)`"
bson = ":abbr:`BSON (Binary Javascript Object Notation)`"
checkmark = "√"