-
Notifications
You must be signed in to change notification settings - Fork 11
/
snooty.toml
39 lines (34 loc) · 1.14 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
name = "c"
title = "C Driver"
intersphinx = [
"https://www.mongodb.com/docs/manual/objects.inv",
"https://www.mongodb.com/docs/atlas/objects.inv",
"https://www.mongodb.com/docs/drivers/objects.inv",
]
toc_landing_pages = [
"/databases-collections",
"/read",
"/get-started",
"/indexes",
"/work-with-indexes",
"/connect",
"/write",
"/security",
]
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
[constants]
version = "1.29"
full-version = "{+version+}.1"
is-experimental = "is part of the experimental Queryable Encryption API and may be subject to breaking changes in future releases."
range-is-experimental = "Range algorithm is experimental only and not intended for public use. It is subject to breaking changes."
api-is-experimental = "This API {+is-experimental+}"
opt-is-experimental = "This option {+is-experimental+}"
api-libbson = "https://mongoc.org/libbson/current"
api-libmongoc = "https://mongoc.org/libmongoc/current"
driver-long = "MongoDB C Driver"
driver-short = "C driver"
language = "C"
mdb-server = "MongoDB Server"
stable-api = "Stable API"
libmongoc = "libmongoc"
libbson = "libbson"