Skip to content

Commit 7948557

Browse files
committed
make functions a drawer only
(cherry picked from commit 8c4736b)
1 parent 9ac4307 commit 7948557

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

snooty.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
name = "php-library"
22
title = "PHP Library Manual"
33

4-
intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv"
5-
]
4+
intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv"]
65

76
toc_landing_pages = [
87
"/reference/class/MongoDBClient",
98
"/reference/class/MongoDBCollection",
109
"/reference/class/MongoDBDatabase",
1110
"/reference/class/MongoDBGridFSBucket",
12-
"/reference/functions",
1311
"/reference/result-classes",
1412
"/reference/write-result-classes"
1513
]
1614

1715
[substitutions]
1816
php-library = "MongoDB PHP Library"
19-

0 commit comments

Comments
 (0)