-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathsnooty.toml
41 lines (39 loc) · 1.37 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
name = "pymongo"
title = "PyMongo"
toc_landing_pages = [
"/get-started",
"/write-operations",
"/read",
"/connect",
"/indexes",
"work-with-indexes",
"/aggregation",
"/aggregation/aggregation-tutorials",
"/security",
"/security/authentication",
"/aggregation-tutorials",
"/data-formats",
]
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",
]
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
[constants]
driver-short = "PyMongo"
driver-long = "PyMongo, the MongoDB synchronous Python driver,"
driver-async = "PyMongo Async"
language = "Python"
mdb-server = "MongoDB Server"
mongo-community = "MongoDB Community Edition"
mongo-enterprise = "MongoDB Enterprise Edition"
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
version-number = "4.10"
patch-version-number = "{+version-number+}.1" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
version = "v{+version-number+}"
stable-api = "Stable API"
api-root = "https://pymongo.readthedocs.io/en/{+patch-version-number+}/api/"
string-data-type = "``str``"
int-data-type = "``int``"
bool-data-type = "``bool``"