Skip to content

Commit 971b989

Browse files
i80andjeff-allen-mongo
authored andcommitted
DOP-2373: Add manpage definitions to snooty.toml
1 parent 335e3a4 commit 971b989

File tree

1 file changed

+46
-3
lines changed

1 file changed

+46
-3
lines changed

snooty.toml

Lines changed: 46 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ intersphinx = [ "https://pymongo.readthedocs.io/en/stable/objects.inv",
1111
]
1212

1313
# toc_landing_pages are pages that have pages nested beneath them
14-
# and **should** open when a user clicks on that page in the TOC
14+
# and **should** open when a user clicks on that page in the TOC
1515
# (i.e. they're not drawers)
16-
toc_landing_pages = [
16+
toc_landing_pages = [
1717
"/administration",
1818
"/administration/analyzing-mongodb-performance",
1919
"/administration/backup-sharded-clusters",
@@ -121,7 +121,7 @@ toc_landing_pages = [
121121
"/reference/method/js-role-management",
122122
"/reference/method/js-sharding",
123123
"/reference/method/js-user-management",
124-
"/reference/mongo",
124+
"/reference/mongo",
125125
"/reference/operator/aggregation-pipeline",
126126
"/reference/operator/aggregation",
127127
"/reference/operator/query-array",
@@ -209,3 +209,46 @@ pgp-fingerprint-fmt = "E162 F504 A20C DF15 827F 718D 4B7C 549A 058F 8B6B"
209209
pgp-short-fingerprint = "0x4B7C549A058F8B6B"
210210
windows-sha256 = "C777DF7816BB8C9A760FDEA782113949408B6F39D72BE29A2551FA51E2FE0473"
211211
source-available = ":github:`source available and free to use <mongodb/mongo>`"
212+
213+
[bundle]
214+
manpages = "manpages.tar.gz"
215+
216+
[manpages.bsondump]
217+
file = "bsondump.txt"
218+
title = "bsondump"
219+
section = 1
220+
221+
[manpages.mongokerberos]
222+
file = "reference/program/mongokerberos.txt"
223+
title = "mongokerberos"
224+
section = 1
225+
226+
[manpages.mongoreplay]
227+
file = "reference/program/mongoreplay.txt"
228+
title = "mongoreplay"
229+
section = 1
230+
231+
[manpages.mongos]
232+
file = "reference/program/mongos.txt"
233+
title = "mongos"
234+
section = 1
235+
236+
[manpages.mongod]
237+
file = "reference/program/mongod.txt"
238+
title = "mongod"
239+
section = 1
240+
241+
[manpages.mongoldap]
242+
file = "reference/program/mongoldap.txt"
243+
title = "mongoldap"
244+
section = 1
245+
246+
[manpages.mongo]
247+
file = "reference/program/mongo.txt"
248+
title = "mongo"
249+
section = 1
250+
251+
[manpages.mongodb-parameters]
252+
file = "reference/parameters.txt"
253+
title = "MongoDB setParameter Options"
254+
section = 5

0 commit comments

Comments
 (0)