Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCSP-37844 Split mongofiles page #142

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
1 change: 1 addition & 0 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ toc_landing_pages = [
"/bsondump",
"/mongodump",
"/mongoexport",
"/mongofiles",
"/mongoimport",
"/mongorestore",
"/mongostat",
Expand Down
6 changes: 3 additions & 3 deletions source/bsondump.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _bsondump:

========
bsondump
========
============
``bsondump``
============

.. default-domain:: mongodb

Expand Down
8 changes: 1 addition & 7 deletions source/includes/extracts-run-from-cmd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ replacement:
command: :binary:`~bin.mongodump`
---
ref: require-cmd-line-bsondump

inherit:
file: extracts-run-from-cmd.yaml
ref: _require-cmd-line
Expand All @@ -22,11 +23,4 @@ inherit:
ref: _require-cmd-line
replacement:
command: :binary:`~bin.mongoexport`
---
ref: require-cmd-line-mongofiles
inherit:
file: extracts-run-from-cmd.yaml
ref: _require-cmd-line
replacement:
command: :binary:`~bin.mongofiles`
...
8 changes: 4 additions & 4 deletions source/mongodump.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _mongodump:

=========
mongodump
=========
=============
``mongodump``
=============

.. default-domain:: mongodb

Expand Down Expand Up @@ -723,7 +723,7 @@ Learn More
For more information about ``mongodump``, see:

- :ref:`mongodump-compatibility-and-installation`
- :ref:`mongodump-behavior`
- :ref:`mongodump Behavior <mongodump-behavior>`
- :ref:`mongodump-examples`

.. include:: /includes/extracts/ssl-facts-see-more.rst
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ Learn More
----------

- :ref:`mongodump`
- :ref:`mongodump-behavior`
- :ref:`mongodump Behavior <mongodump-behavior>`
- :ref:`mongodump-examples`
2 changes: 1 addition & 1 deletion source/mongodump/mongodump-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -250,4 +250,4 @@ Learn More

- :ref:`mongodump`
- :ref:`mongodump-compatibility-and-installation`
- :ref:`mongodump-behavior`
- :ref:`mongodump Behavior <mongodump-behavior>`
2 changes: 1 addition & 1 deletion source/mongoexport.txt
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ Learn More
----------

- :ref:`mongoexport-compatibility-and-installation`
- :ref:`mongoexport Behavior <mongoexport-behavior-access-usage>`
- :ref:`mongoexport Behavior <mongoexport-behavior>`
- :ref:`mongoexport-examples`

.. toctree::
Expand Down
2 changes: 1 addition & 1 deletion source/mongoexport/mongoexport-behavior.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _mongoexport-behavior-access-usage:
.. _mongoexport-behavior:

============================================
mongoexport Behavior, Access, and Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ Learn More
----------

- :ref:`mongoexport`
- :ref:`mongoexport Behavior <mongoexport-behavior-access-usage>`
- :ref:`mongoexport Behavior <mongoexport-behavior>`
- :ref:`mongoexport-examples`
2 changes: 1 addition & 1 deletion source/mongoexport/mongoexport-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,4 @@ Learn More

- :ref:`mongoexport`
- :ref:`mongoexport-compatibility-and-installation`
- :ref:`mongoexport Behavior <mongoexport-behavior-access-usage>`
- :ref:`mongoexport Behavior <mongoexport-behavior>`
Loading