Skip to content

Commit 26bfb72

Browse files
DOCSP-37842 split mongostat page (#140)
* Added empty stubs * Split up content * Fixed heading levels
1 parent ebf08a8 commit 26bfb72

File tree

6 files changed

+549
-438
lines changed

6 files changed

+549
-438
lines changed

snooty.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ toc_landing_pages = [
1010
"/mongodump",
1111
"/mongoexport",
1212
"/mongoimport",
13-
"/mongorestore"
13+
"/mongorestore",
14+
"/mongostat"
1415
]
1516

1617
[constants]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ inherit:
1616
replacement:
1717
command: :binary:`~bin.bsondump`
1818
---
19-
ref: require-cmd-line-mongostat
19+
ref: require-cmd-line-mongoexport
2020
inherit:
2121
file: extracts-run-from-cmd.yaml
2222
ref: _require-cmd-line
2323
replacement:
24-
command: :binary:`~bin.mongostat`
24+
command: :binary:`~bin.mongoexport`
2525
---
2626
ref: require-cmd-line-mongotop
2727
inherit:

0 commit comments

Comments
 (0)