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 730a92d commit 2f197c6Copy full SHA for 2f197c6
snooty.toml
@@ -4,7 +4,15 @@ title = "PHP Library Manual"
4
intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv"
5
]
6
7
-# toc_landing_pages = ["/paths/to/pages/that/have/nested/content"]
+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"
0 commit comments