Skip to content

Commit 3471e58

Browse files
DOCSP-37843 split mongotop page (#141)
* Initial refactor * Removed unused extracts
1 parent 26bfb72 commit 3471e58

File tree

6 files changed

+350
-248
lines changed

6 files changed

+350
-248
lines changed

snooty.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ toc_landing_pages = [
1111
"/mongoexport",
1212
"/mongoimport",
1313
"/mongorestore",
14-
"/mongostat"
14+
"/mongostat",
15+
"/mongotop"
1516
]
1617

1718
[constants]

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ inherit:
2323
replacement:
2424
command: :binary:`~bin.mongoexport`
2525
---
26-
ref: require-cmd-line-mongotop
27-
inherit:
28-
file: extracts-run-from-cmd.yaml
29-
ref: _require-cmd-line
30-
replacement:
31-
command: :binary:`~bin.mongotop`
32-
---
3326
ref: require-cmd-line-mongofiles
3427
inherit:
3528
file: extracts-run-from-cmd.yaml

0 commit comments

Comments
 (0)