-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathsnooty.toml
51 lines (46 loc) · 1.46 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
name = "php-library"
title = "PHP Library Manual"
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 = [
"/reference/class/MongoDBClient",
"/reference/class/MongoDBCollection",
"/reference/class/MongoDBDatabase",
"/reference/class/MongoDBGridFSBucket",
"/reference/class/MongoDBBulkWriteResult",
"/reference/class/MongoDBDeleteResult",
"/reference/class/MongoDBInsertManyResult",
"/reference/class/MongoDBUpdateResult",
"/reference/class/MongoDBChangeStream",
"/reference/class/MongoDBModelCollectionInfo",
"/reference/class/MongoDBModelDatabaseInfo",
"/reference/class/MongoDBModelIndexInfo",
"/get-started",
"/connect",
"/read",
"/databases-collections",
"/write",
"/indexes",
"/security",
"/data-formats",
"/upgrade",
]
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
[substitutions]
php-library = "MongoDB PHP Library"
[constants]
php-library = "MongoDB PHP Library"
version = "1.20"
full-version = "{+version+}.0"
extension-short = "PHP extension"
mdb-server = "MongoDB Server"
stable-api = "Stable API"
library-short = "PHP library"
driver-short = "{+library-short+}"
api = "https://www.mongodb.com/docs/php-library/current/reference"
string-data-type = "``string``"
bool-data-type = "``bool``"
int-data-type = "``int``"