Skip to content

Commit 2f197c6

Browse files
committed
add landing pages to array
1 parent 730a92d commit 2f197c6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

snooty.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ title = "PHP Library Manual"
44
intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv"
55
]
66

7-
# toc_landing_pages = ["/paths/to/pages/that/have/nested/content"]
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+
]
816

917
[substitutions]
1018
php-library = "MongoDB PHP Library"

0 commit comments

Comments
 (0)