-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathsnooty.toml
37 lines (33 loc) · 1.11 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
name = "rust"
title = "Rust Driver"
intersphinx = [
"https://www.mongodb.com/docs/manual/objects.inv",
"https://www.mongodb.com/docs/drivers/objects.inv",
"https://www.mongodb.com/docs/atlas/objects.inv",
]
toc_landing_pages = [
"/quick-start",
"/fundamentals/connections",
"/fundamentals/crud",
"/usage-examples",
"/fundamentals/indexes",
"/fundamentals/aggregation",
]
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
[constants]
driver-long = "MongoDB Rust Driver"
driver-short = "Rust driver"
server = "MongoDB Server"
# always set this to the docs branch (i.e. master, v2.6, v2.5, etc.)
docs-branch = "master"
# always set this to the driver version (i.e. 2.6.0, 2.5.0, etc.)
version = "3.2.3"
# always set this to the minimum supported Rust version
min-rust-version = "1.71.1"
api = "https://docs.rs/mongodb/{+version+}/mongodb"
bson-version = "2.14.0"
bson-api = "https://docs.rs/bson/{+bson-version+}/bson"
stable-api = "Stable API"
tracing-version = "0.1.37"
tracing-sub-version = "0.3.17"
driver-source = "https://github.com/mongodb/mongo-rust-driver"