Skip to content

Commit 6e009ff

Browse files
DOCSP-37839 Split mongorestore into multiple topics (#134)
* Initial pass * Fixed broken / ambiguous refs * Fixed broken / ambiguous refs * Shorter TOC titles * Split out behavior, access, and usage * Fixed broken TOC ref * Missing refs * Monospace in titles * Versioning blurb move * Rebuild * Fixed ambiguous ref * Fixed broken substitution * Fixed include * Grammar fix * Compatibility wording cleanup for brevity * Removed unused extract * Removed unused export * Shortened Behavior titles in refs
1 parent 6a2fcdc commit 6e009ff

7 files changed

+723
-620
lines changed

snooty.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv",
66

77
toc_landing_pages = [
88
"/installation/installation",
9+
"/bsondump",
910
"/mongodump",
10-
"/bsondump"
11+
"/mongorestore"
1112
]
1213

1314
[constants]

source/includes/extracts-run-from-cmd.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ inherit:
99
replacement:
1010
command: :binary:`~bin.mongodump`
1111
---
12-
ref: require-cmd-line-mongorestore
13-
inherit:
14-
file: extracts-run-from-cmd.yaml
15-
ref: _require-cmd-line
16-
replacement:
17-
command: :binary:`~bin.mongorestore`
18-
---
1912
ref: require-cmd-line-bsondump
2013
inherit:
2114
file: extracts-run-from-cmd.yaml

source/mongodump/mongodump-compatibility-and-installation.txt

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,12 @@ mongodump Compatibility and Installation
2424
.. |tool-binary| replace:: ``mongodump``
2525
.. |mongodb-aws-example| replace:: :ref:`mongodump-example-connect-using-aws-iam`
2626

27-
This page describes the software compatibility and installation for
28-
|tool-binary|.
29-
30-
Software Version
31-
----------------
27+
This page describes software compatibility and installation for version
28+
``{+release+}`` of |tool-binary|.
3229

3330
Starting in MongoDB 4.4, the {+dbtools+} are released separately from
3431
the MongoDB Server. The {+dbtools+} use their own versioning, with an
35-
initial version of ``100.0.0``. This documentation is for version
36-
``{+release+}`` of |tool-binary|.
32+
initial version of ``100.0.0``.
3733

3834
Compatibility
3935
-------------

0 commit comments

Comments
 (0)