@@ -11,9 +11,9 @@ intersphinx = [ "https://pymongo.readthedocs.io/en/stable/objects.inv",
11
11
]
12
12
13
13
# 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
15
15
# (i.e. they're not drawers)
16
- toc_landing_pages = [
16
+ toc_landing_pages = [
17
17
" /administration" ,
18
18
" /administration/analyzing-mongodb-performance" ,
19
19
" /administration/backup-sharded-clusters" ,
@@ -121,7 +121,7 @@ toc_landing_pages = [
121
121
" /reference/method/js-role-management" ,
122
122
" /reference/method/js-sharding" ,
123
123
" /reference/method/js-user-management" ,
124
- " /reference/mongo" ,
124
+ " /reference/mongo" ,
125
125
" /reference/operator/aggregation-pipeline" ,
126
126
" /reference/operator/aggregation" ,
127
127
" /reference/operator/query-array" ,
@@ -209,3 +209,46 @@ pgp-fingerprint-fmt = "E162 F504 A20C DF15 827F 718D 4B7C 549A 058F 8B6B"
209
209
pgp-short-fingerprint = " 0x4B7C549A058F8B6B"
210
210
windows-sha256 = " C777DF7816BB8C9A760FDEA782113949408B6F39D72BE29A2551FA51E2FE0473"
211
211
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