forked from mongodb/docs-compass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnooty.toml
78 lines (71 loc) · 2.45 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
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",
"/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",
"/create-agg-pipeline",
"/collections"
]
[constants]
download-page = "`downloads page <https://www.mongodb.com/try/download/compass>`__"
current-version = "1.40.3"
atlas = "MongoDB Atlas"
[[banners]]
targets = [
"connect/in-use-encryption.txt",
"in-use-encryption-tutorial.txt",
"collections/encrypted-collection.txt",
]
variant = "danger"
value = """
Queryable Encryption is in Public Preview and available for \
evaluation purposes. Public Preview is not recommended for \
production deployments as breaking changes may be introduced. \
To learn more about the Preview please see the \
`Queryable Encryption Preview <https://www.mongodb.com/blog/post/mongodb-releases-queryable-encryption-preview/>`__ \
blog post.
"""
[[banners]]
targets = [
"query-with-natural-language/enable-natural-language-querying.txt",
"query-with-natural-language/prompt-natural-language-query.txt",
"query-with-natural-language/prompt-natural-language-aggregation.txt",
"query-with-natural-language/query-with-natural-language.txt"
]
variant = "tip"
value = """
The MongoDB Compass natural language querying feature is currently \
available as a **Public Preview** offering. The product, its features, \
and the corresponding documentation may change during the Preview stage. \
This feature is on a rolling release schedule. As a result, some \
users may temporarily have functionality \
that other users do not. \
"""
[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 = "√"