From 326ed334c13f599de7394b05e39c9c75be7cedda Mon Sep 17 00:00:00 2001 From: Heli Aldridge Date: Thu, 29 Jul 2021 16:53:26 -0400 Subject: [PATCH] DOP-2373: Add manpage definitions to snooty.toml --- snooty.toml | 49 ++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/snooty.toml b/snooty.toml index ceedb2cd289..c996ca8c49f 100644 --- a/snooty.toml +++ b/snooty.toml @@ -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", @@ -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", @@ -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 `" + +[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