Skip to content

Commit 0b0714f

Browse files
authored
Add missing meta descriptions (#401)
1 parent 351237e commit 0b0714f

36 files changed

+108
-0
lines changed

source/changelog.txt

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

7+
.. meta::
8+
:description: Explore the changelog for `mongosh`, detailing new features, bug fixes, and updates across various versions.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/field-level-encryption.txt

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

7+
.. meta::
8+
:description: Configure client-side field level encryption in `mongosh` for MongoDB clusters using various KMS providers like AWS, Azure, GCP, or a local keyfile.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/install/verify-signatures.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Verify Integrity of MongoDB Shell Packages
55
==========================================
66

7+
.. meta::
8+
:description: Verify the integrity of MongoDB Shell packages using digital signatures before installation.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/install/verify-signatures/disk-images.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Verify Packages with Disk Image Verification (macOS)
55
====================================================
66

7+
.. meta::
8+
:description: Verify MongoDB Shell packages on macOS using digital signatures to ensure authenticity and integrity before installation.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/install/verify-signatures/gpg.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Verify Packages with GPG (Linux and macOS)
55
==========================================
66

7+
.. meta::
8+
:description: Verify MongoDB Shell packages on Linux and macOS using GPG to ensure they are valid and unaltered releases.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/install/verify-signatures/rpm.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Verify RPM Packages (RHEL)
55
==========================
66

7+
.. meta::
8+
:description: Verify the digital signatures of MongoDB Shell RPM packages on RHEL to ensure they are valid and unaltered before installation.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/install/verify-signatures/windows.txt

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

7+
.. meta::
8+
:description: Verify the authenticity of MongoDB Shell packages on Windows using PowerShell or by checking digital signatures in the properties.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/logs.txt

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

7+
.. meta::
8+
:description: Access and manage MongoDB Shell session logs, including viewing, customizing, and setting retention policies.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/mongoshrc.txt

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

7+
.. meta::
8+
:description: Customize `mongosh` startup behavior using the `.mongoshrc.js` file in your `HOME` directory, with options to prevent loading or rename legacy files.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/reference.txt

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

5+
.. meta::
6+
:description: Explore the reference materials for MongoDB Shell.
7+
58
.. default-domain:: mongodb
69

710
.. toctree::

0 commit comments

Comments
 (0)