Skip to content

Commit e7f1d6c

Browse files
Merge branch 'master' into DOCSP-37844-split-mongofiles-page
2 parents 69d4d32 + 3471e58 commit e7f1d6c

File tree

6 files changed

+355
-245
lines changed

6 files changed

+355
-245
lines changed

snooty.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ toc_landing_pages = [
1212
"/mongofiles",
1313
"/mongoimport",
1414
"/mongorestore",
15-
"/mongostat"
15+
"/mongostat",
16+
"/mongotop"
1617
]
1718

1819
[constants]

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,18 @@ inherit:
99
replacement:
1010
command: :binary:`~bin.mongodump`
1111
---
12-
ref: require-cmd-line-mongotop
12+
ref: require-cmd-line-bsondump
13+
1314
inherit:
1415
file: extracts-run-from-cmd.yaml
1516
ref: _require-cmd-line
1617
replacement:
17-
command: :binary:`~bin.mongotop`
18+
command: :binary:`~bin.bsondump`
1819
---
19-
ref: require-cmd-line-bsondump
20+
ref: require-cmd-line-mongoexport
2021
inherit:
2122
file: extracts-run-from-cmd.yaml
2223
ref: _require-cmd-line
2324
replacement:
24-
command: :binary:`~bin.bsondump`
25+
command: :binary:`~bin.mongoexport`
2526
...

0 commit comments

Comments
 (0)