Skip to content

Commit 94b661e

Browse files
author
Chris Cho
committed
DOCSP-35780: enable snooty build
1 parent 9dbaca3 commit 94b661e

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

snooty.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name = "php-library"
2+
title = "PHP Library Manual"
3+
4+
intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv"
5+
]
6+
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+
]
16+
17+
[substitutions]
18+
php-library = "MongoDB PHP Library"
19+

worker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"build-and-stage-next-gen"

0 commit comments

Comments
 (0)