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 55efcb6 commit 5f178d2Copy full SHA for 5f178d2
snooty.toml
@@ -1,15 +1,13 @@
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/class/MongoDBBulkWriteResult",
14
"/reference/class/MongoDBDeleteResult",
15
"/reference/class/MongoDBInsertManyResult",
@@ -23,4 +21,3 @@ toc_landing_pages = [
23
21
24
22
[substitutions]
25
php-library = "MongoDB PHP Library"
26
-
0 commit comments