forked from mongodb/docs-c
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnooty.toml
33 lines (29 loc) · 1.16 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
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 = [
"/libbson",
"/libbson/tutorials",
"/libbson/guides",
"/libbson/cross-platform-notes",
"/libbson/tutorial",
"/libmongoc",
"/libmongoc/guides",
"/libmongoc/howto",
"/libmongoc/ref",
"/libmongoc/tutorials",
"/libmongoc/tutorials/obtaining-libraries",
]
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
[constants]
version = "1.28"
full-version = "{+version+}.0"
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"