We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac4307 commit 7948557Copy full SHA for 7948557
snooty.toml
@@ -1,19 +1,16 @@
1
name = "php-library"
2
title = "PHP Library Manual"
3
4
-intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv"
5
- ]
+intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv"]
6
7
toc_landing_pages = [
8
"/reference/class/MongoDBClient",
9
"/reference/class/MongoDBCollection",
10
"/reference/class/MongoDBDatabase",
11
"/reference/class/MongoDBGridFSBucket",
12
- "/reference/functions",
13
"/reference/result-classes",
14
"/reference/write-result-classes"
15
]
16
17
[substitutions]
18
php-library = "MongoDB PHP Library"
19
-
0 commit comments