Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 46 additions & 3 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ intersphinx = [ "https://pymongo.readthedocs.io/en/stable/objects.inv",
]

# toc_landing_pages are pages that have pages nested beneath them
# and **should** open when a user clicks on that page in the TOC
# and **should** open when a user clicks on that page in the TOC
# (i.e. they're not drawers)
toc_landing_pages = [
toc_landing_pages = [
"/administration",
"/administration/analyzing-mongodb-performance",
"/administration/backup-sharded-clusters",
Expand Down Expand Up @@ -121,7 +121,7 @@ toc_landing_pages = [
"/reference/method/js-role-management",
"/reference/method/js-sharding",
"/reference/method/js-user-management",
"/reference/mongo",
"/reference/mongo",
"/reference/operator/aggregation-pipeline",
"/reference/operator/aggregation",
"/reference/operator/query-array",
Expand Down Expand Up @@ -209,3 +209,46 @@ pgp-fingerprint-fmt = "E162 F504 A20C DF15 827F 718D 4B7C 549A 058F 8B6B"
pgp-short-fingerprint = "0x4B7C549A058F8B6B"
windows-sha256 = "C777DF7816BB8C9A760FDEA782113949408B6F39D72BE29A2551FA51E2FE0473"
source-available = ":github:`source available and free to use <mongodb/mongo>`"

[bundle]
manpages = "manpages.tar.gz"

[manpages.bsondump]
file = "bsondump.txt"
title = "bsondump"
section = 1

[manpages.mongokerberos]
file = "reference/program/mongokerberos.txt"
title = "mongokerberos"
section = 1

[manpages.mongoreplay]
file = "reference/program/mongoreplay.txt"
title = "mongoreplay"
section = 1

[manpages.mongos]
file = "reference/program/mongos.txt"
title = "mongos"
section = 1

[manpages.mongod]
file = "reference/program/mongod.txt"
title = "mongod"
section = 1

[manpages.mongoldap]
file = "reference/program/mongoldap.txt"
title = "mongoldap"
section = 1

[manpages.mongo]
file = "reference/program/mongo.txt"
title = "mongo"
section = 1

[manpages.mongodb-parameters]
file = "reference/parameters.txt"
title = "MongoDB setParameter Options"
section = 5