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 9dbaca3 commit 94b661eCopy full SHA for 94b661e
snooty.toml
@@ -0,0 +1,19 @@
1
+name = "php-library"
2
+title = "PHP Library Manual"
3
+
4
+intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv"
5
+ ]
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
worker.sh
@@ -0,0 +1 @@
+"build-and-stage-next-gen"
0 commit comments