Skip to content

Commit a2f9a09

Browse files
authored
DOCSP-38256 meta description batch 16 (#143)
* DOCSP-38256 meta description batch 16 * DOCSP-38256 meta description batch 16 * DOCSP-38256 copy edits
1 parent 3471e58 commit a2f9a09

File tree

8 files changed

+25
-1
lines changed

8 files changed

+25
-1
lines changed

source/index.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ The MongoDB Database Tools Documentation
88
.. Above is a hack for indenting the table contents, since other
99
.. strategies failed.
1010

11+
.. meta::
12+
:description: The MongoDB Database Tools are a collection of command-line utilities for working with a MongoDB deployment.
13+
1114
The {+dbtools+} are a collection of command-line utilities for working
1215
with a MongoDB deployment. The {+dbtools-short+} include the following
1316
binaries:

source/installation/installation-linux.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Installing the Database Tools on Linux
1212
:name: genre
1313
:values: tutorial
1414

15+
.. meta::
16+
:description: Download and install MongoDB Database Tools on Linux.
17+
1518
.. contents:: On this page
1619
:local:
1720
:backlinks: none

source/installation/installation-windows.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Installing the Database Tools on Windows
88
:name: genre
99
:values: tutorial
1010

11+
.. meta::
12+
:description: Download and install MongoDB Database Tools on Windows.
13+
1114
.. contents:: On this page
1215
:local:
1316
:backlinks: none

source/installation/installation.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Installation
1010
:name: genre
1111
:values: reference
1212

13+
.. meta::
14+
:description: Download and install MongoDB Database Tools on Linux, macOS, and Windows.
15+
1316
.. contents:: On this page
1417
:local:
1518
:backlinks: none

source/mongodump.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ mongodump
99
.. binary:: mongodump
1010

1111
.. program:: mongodump
12+
13+
.. meta::
14+
:description: mongodump is a MongoDB database tool that creates a binary export of a database's contents to backup your data or migrate to a new deployment
1215

1316
.. contents:: On this page
1417
:local:

source/mongoexport.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
:depth: 1
1717
:class: singlecol
1818

19+
.. meta::
20+
:description: mongoexport is a database tool that produces a JSON or CSV export of data stored in a MongoDB instance.
21+
1922
.. facet::
2023
:name: genre
2124
:values: reference
@@ -30,7 +33,7 @@ This documentation is for version ``{+release+}`` of |tool-binary|.
3033
Synopsis
3134
--------
3235

33-
``mongoexport`` is a command-line tool that produces a JSON
36+
``mongoexport`` is a database tool that produces a JSON
3437
or CSV export of data stored in a MongoDB instance.
3538

3639
Run ``mongoexport`` from the system command line, not the

source/mongoimport.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
.. program:: mongoimport
1212

13+
.. meta::
14+
:description: mongoimport is a MongoDB database tool that imports content from a JSON, CSV, or TSV file created by mongoexport or other tools.
15+
1316
.. contents:: On this page
1417
:local:
1518
:backlinks: none

source/mongorestore.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
.. program:: mongorestore
1212

13+
.. meta::
14+
:description: mongorestore is a database tool that loads data from either a binary database dump created by mongodump or the standard input into a MongoDB instance.
15+
1316
.. contents:: On this page
1417
:local:
1518
:backlinks: none

0 commit comments

Comments
 (0)