Skip to content

Commit 8c4736b

Browse files
committed
make functions a drawer only
1 parent 36b546e commit 8c4736b

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,15 +1,13 @@
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/class/MongoDBBulkWriteResult",
1412
"/reference/class/MongoDBDeleteResult",
1513
"/reference/class/MongoDBInsertManyResult",
@@ -23,4 +21,3 @@ toc_landing_pages = [
2321

2422
[substitutions]
2523
php-library = "MongoDB PHP Library"
26-

0 commit comments

Comments
 (0)