From 8c4736b8afb3b8f6170f5de8e0d555a27eb1943e Mon Sep 17 00:00:00 2001 From: Mike Woofter Date: Thu, 23 May 2024 11:04:02 -0500 Subject: [PATCH] make functions a drawer only --- snooty.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/snooty.toml b/snooty.toml index 8b19509a..ece9cabe 100644 --- a/snooty.toml +++ b/snooty.toml @@ -1,15 +1,13 @@ name = "php-library" title = "PHP Library Manual" -intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv" - ] +intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv"] toc_landing_pages = [ "/reference/class/MongoDBClient", "/reference/class/MongoDBCollection", "/reference/class/MongoDBDatabase", "/reference/class/MongoDBGridFSBucket", - "/reference/functions", "/reference/class/MongoDBBulkWriteResult", "/reference/class/MongoDBDeleteResult", "/reference/class/MongoDBInsertManyResult", @@ -23,4 +21,3 @@ toc_landing_pages = [ [substitutions] php-library = "MongoDB PHP Library" -