Skip to content

Commit 7d086f4

Browse files
authored
Add missing meta descriptions (#196)
1 parent 34029b2 commit 7d086f4

37 files changed

+111
-0
lines changed

source/bsondump.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
bsondump
55
========
66

7+
.. meta::
8+
:description: Convert BSON files to human-readable formats like JSON using `bsondump`, a diagnostic tool for inspecting BSON files.
9+
710
.. default-domain:: mongodb
811

912
.. binary:: bsondump

source/bsondump/bsondump-compatibility-and-installation.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
bsondump Compatibility and Installation
55
=======================================
66

7+
.. meta::
8+
:description: Discover the compatibility and installation details for `bsondump`, including supported MongoDB server versions and platforms.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/bsondump/bsondump-examples.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
bsondump Examples
55
=================
66

7+
.. meta::
8+
:description: Explore examples of using `bsondump` to convert BSON files to JSON or produce debugging output.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/installation/installation-macos.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Installing the Database Tools on macOS
33
======================================
44

5+
.. meta::
6+
:description: Install the MongoDB Database Tools on macOS using Homebrew or a TGZ archive for command-line utilities.
7+
58
.. default-domain:: mongodb
69

710
.. contents:: On this page

source/logs.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Database Tools Logs
33
===================
44

5+
.. meta::
6+
:description: Learn how to manage and redirect logs from MongoDB Database Tools operations, including `mongoexport`, to stderr or a file.
7+
58
.. default-domain:: mongodb
69

710
.. contents:: On this page

source/mongodump/mongodump-behavior.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
mongodump Behavior, Access, and Usage
55
=====================================
66

7+
.. meta::
8+
:description: Understand the behavior and usage of `mongodump`, including its limitations, access requirements, and role in backup strategies for MongoDB deployments.
9+
710
.. default-domain:: mongodb
811

912
.. facet::

source/mongodump/mongodump-compatibility-and-installation.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
mongodump Compatibility and Installation
55
========================================
66

7+
.. meta::
8+
:description: Install `mongodump` from the MongoDB Database Tools package, compatible with MongoDB Server and various platforms.
9+
710
.. default-domain:: mongodb
811

912
.. facet::

source/mongodump/mongodump-examples.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
mongodump Examples
55
==================
66

7+
.. meta::
8+
:description: Explore various `mongodump` examples for creating database backups, including using access control, compressing output, and connecting to Atlas with AWS IAM credentials.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/mongoexport/mongoexport-behavior.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
mongoexport Behavior, Access, and Usage
55
============================================
66

7+
.. meta::
8+
:description: Understand how `mongoexport` handles field names, type fidelity, and read preferences, and learn about the required access for using it.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/mongoexport/mongoexport-compatibility-and-installation.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
mongoexport Compatibility and Installation
55
================================================
66

7+
.. meta::
8+
:description: Discover the compatibility and installation details for `mongoexport`, including supported MongoDB server versions and platforms.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

0 commit comments

Comments
 (0)