From c661c9e0dcdc1d31aa9fcc47e50a291e3914496d Mon Sep 17 00:00:00 2001 From: Nick Larew Date: Thu, 10 Apr 2025 17:39:29 -0500 Subject: [PATCH] Add missing meta descriptions --- .../aggregation-pipeline-builder-settings.txt | 3 +++ source/agg-pipeline-builder/count-pipeline-results.txt | 3 +++ source/agg-pipeline-builder/create-a-view.txt | 3 +++ source/agg-pipeline-builder/export-pipeline-results.txt | 3 +++ source/agg-pipeline-builder/export-pipeline-to-language.txt | 3 +++ source/agg-pipeline-builder/maxtime-ms-pipeline.txt | 3 +++ source/agg-pipeline-builder/open-saved-pipeline.txt | 3 +++ source/agg-pipeline-builder/pipeline-custom-collation.txt | 3 +++ source/agg-pipeline-builder/save-agg-pipeline.txt | 3 +++ source/agg-pipeline-builder/view-pipeline-explain-plan.txt | 3 +++ source/collections/capped-collection.txt | 3 +++ source/collections/clustered-collection.txt | 3 +++ source/collections/collation-collection.txt | 3 +++ source/collections/encrypted-collection.txt | 3 +++ source/collections/time-series-collection.txt | 3 +++ source/connect/advanced-connection-options.txt | 3 +++ .../advanced-connection-options/advanced-connection.txt | 3 +++ .../advanced-connection-options/authentication-connection.txt | 3 +++ .../connect/advanced-connection-options/general-connection.txt | 3 +++ .../connect/advanced-connection-options/in-use-encryption.txt | 3 +++ source/connect/advanced-connection-options/ssh-connection.txt | 3 +++ .../connect/advanced-connection-options/tls-ssl-connection.txt | 3 +++ source/connect/connect-from-the-command-line.txt | 3 +++ source/connect/disconnect.txt | 3 +++ source/connect/favorite-connections.txt | 3 +++ .../connect/favorite-connections/import-export-cli/export.txt | 3 +++ .../connect/favorite-connections/import-export-cli/import.txt | 3 +++ .../connect/favorite-connections/import-export-ui/export.txt | 3 +++ .../connect/favorite-connections/import-export-ui/import.txt | 3 +++ source/connect/favorite-connections/import-export.txt | 3 +++ source/connect/required-access.txt | 3 +++ source/create-agg-pipeline.txt | 3 +++ source/databases.txt | 3 +++ source/documents.txt | 3 +++ source/documents/clone.txt | 3 +++ source/documents/delete-multiple.txt | 3 +++ source/documents/delete.txt | 3 +++ source/documents/insert.txt | 3 +++ source/documents/modify-multiple.txt | 3 +++ source/documents/modify.txt | 3 +++ source/documents/view.txt | 3 +++ source/editions.txt | 3 +++ source/embedded-shell.txt | 3 +++ source/export-query-to-language.txt | 3 +++ source/faq.txt | 3 +++ source/in-use-encryption-tutorial.txt | 3 +++ source/indexes.txt | 3 +++ source/indexes/create-search-index.txt | 3 +++ source/indexes/create-vector-search-index.txt | 3 +++ source/install/verify-signatures.txt | 3 +++ source/install/verify-signatures/disk-images.txt | 3 +++ source/install/verify-signatures/gpg.txt | 3 +++ source/install/verify-signatures/rpm.txt | 3 +++ source/install/verify-signatures/windows.txt | 3 +++ source/instance.txt | 3 +++ source/keyboard-shortcuts.txt | 3 +++ source/learn-more.txt | 3 +++ source/manage-data.txt | 3 +++ source/manage-data/performance-insights.txt | 3 +++ source/performance.txt | 3 +++ source/query-plan.txt | 3 +++ source/query-with-natural-language.txt | 3 +++ .../ai-and-data-usage-information.txt | 3 +++ .../enable-natural-language-querying.txt | 3 +++ .../prompt-natural-language-aggregation.txt | 3 +++ .../prompt-natural-language-query.txt | 3 +++ source/query/atlas-search.txt | 3 +++ source/query/collation.txt | 3 +++ source/query/limit.txt | 3 +++ source/query/maxtimems.txt | 3 +++ source/query/project.txt | 3 +++ source/query/recent.txt | 3 +++ source/query/skip.txt | 3 +++ source/release-notes.txt | 3 +++ source/sampling.txt | 3 +++ source/schema.txt | 3 +++ source/schema/export.txt | 3 +++ source/settings.txt | 3 +++ source/settings/command-line-options.txt | 3 +++ source/settings/config-file.txt | 3 +++ source/settings/enable-dev-tools.txt | 3 +++ source/settings/protect-connection-strings.txt | 3 +++ source/settings/read-only.txt | 3 +++ source/settings/restrict-outgoing-connections.txt | 3 +++ source/settings/settings-reference.txt | 3 +++ source/settings/show-kerberos-password.txt | 3 +++ source/settings/specify-read-preference-tags.txt | 3 +++ source/submit-feedback.txt | 3 +++ source/troubleshooting.txt | 3 +++ source/troubleshooting/connection-errors.txt | 3 +++ source/troubleshooting/logs.txt | 3 +++ source/upgrade.txt | 3 +++ source/validation.txt | 3 +++ source/views.txt | 3 +++ 94 files changed, 282 insertions(+) diff --git a/source/agg-pipeline-builder/aggregation-pipeline-builder-settings.txt b/source/agg-pipeline-builder/aggregation-pipeline-builder-settings.txt index 8cf80526c..626332264 100644 --- a/source/agg-pipeline-builder/aggregation-pipeline-builder-settings.txt +++ b/source/agg-pipeline-builder/aggregation-pipeline-builder-settings.txt @@ -4,6 +4,9 @@ Aggregation Pipeline Builder Settings ===================================== +.. meta:: + :description: Adjust MongoDB Compass Aggregation Pipeline Builder settings to customize your experience and enhance pipeline performance. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/agg-pipeline-builder/count-pipeline-results.txt b/source/agg-pipeline-builder/count-pipeline-results.txt index 81654b8dd..2fe391f94 100644 --- a/source/agg-pipeline-builder/count-pipeline-results.txt +++ b/source/agg-pipeline-builder/count-pipeline-results.txt @@ -4,6 +4,9 @@ Count Pipeline Results Documents ================================ +.. meta:: + :description: View the number of documents outputted by your aggregation pipeline using the count results button in MongoDB Compass. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/agg-pipeline-builder/create-a-view.txt b/source/agg-pipeline-builder/create-a-view.txt index 53591b7da..c250ff574 100644 --- a/source/agg-pipeline-builder/create-a-view.txt +++ b/source/agg-pipeline-builder/create-a-view.txt @@ -4,6 +4,9 @@ Create a View from Pipeline Results =================================== +.. meta:: + :description: Create a read-only view from aggregation pipeline results in MongoDB Compass to limit user access to predefined data. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/agg-pipeline-builder/export-pipeline-results.txt b/source/agg-pipeline-builder/export-pipeline-results.txt index 653ae242a..b494cf47c 100644 --- a/source/agg-pipeline-builder/export-pipeline-results.txt +++ b/source/agg-pipeline-builder/export-pipeline-results.txt @@ -4,6 +4,9 @@ Export Aggregation Pipeline Results =================================== +.. meta:: + :description: Export your aggregation pipeline results from Compass as JSON or CSV files, with options for advanced JSON formats to preserve data types. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/agg-pipeline-builder/export-pipeline-to-language.txt b/source/agg-pipeline-builder/export-pipeline-to-language.txt index bc58c803d..4ff2ea6e6 100644 --- a/source/agg-pipeline-builder/export-pipeline-to-language.txt +++ b/source/agg-pipeline-builder/export-pipeline-to-language.txt @@ -4,6 +4,9 @@ Export Pipeline to Specific Language ==================================== +.. meta:: + :description: Export aggregation pipelines to various programming languages using the Aggregation Pipeline Builder for integration into applications. + .. default-domain:: mongodb You can use the :ref:`Aggregation Pipeline Builder diff --git a/source/agg-pipeline-builder/maxtime-ms-pipeline.txt b/source/agg-pipeline-builder/maxtime-ms-pipeline.txt index c75c36d4a..355260362 100644 --- a/source/agg-pipeline-builder/maxtime-ms-pipeline.txt +++ b/source/agg-pipeline-builder/maxtime-ms-pipeline.txt @@ -4,6 +4,9 @@ Set Max Time MS for Aggregation Queries ======================================= +.. meta:: + :description: Set an upper time limit for aggregation pipelines in MongoDB Compass using the Max Time MS option to manage query execution time. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/agg-pipeline-builder/open-saved-pipeline.txt b/source/agg-pipeline-builder/open-saved-pipeline.txt index ce4fd3932..ca3e17c98 100644 --- a/source/agg-pipeline-builder/open-saved-pipeline.txt +++ b/source/agg-pipeline-builder/open-saved-pipeline.txt @@ -4,6 +4,9 @@ Open a Saved Pipeline ===================== +.. meta:: + :description: Load and edit saved aggregation pipelines in MongoDB Compass using the pipeline builder. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/agg-pipeline-builder/pipeline-custom-collation.txt b/source/agg-pipeline-builder/pipeline-custom-collation.txt index ec5088f68..c2cc7f6dc 100644 --- a/source/agg-pipeline-builder/pipeline-custom-collation.txt +++ b/source/agg-pipeline-builder/pipeline-custom-collation.txt @@ -4,6 +4,9 @@ Specify Custom Collation For Your Pipeline ========================================== +.. meta:: + :description: Specify custom collation in your aggregation pipeline to apply language-specific string comparison rules, such as case and accent handling. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/agg-pipeline-builder/save-agg-pipeline.txt b/source/agg-pipeline-builder/save-agg-pipeline.txt index 04cacf115..fe5f1447e 100644 --- a/source/agg-pipeline-builder/save-agg-pipeline.txt +++ b/source/agg-pipeline-builder/save-agg-pipeline.txt @@ -4,6 +4,9 @@ Save a Pipeline =============== +.. meta:: + :description: Save your aggregation pipelines for future use and edit them without altering the original version. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/agg-pipeline-builder/view-pipeline-explain-plan.txt b/source/agg-pipeline-builder/view-pipeline-explain-plan.txt index b6e951f39..82388e3c1 100644 --- a/source/agg-pipeline-builder/view-pipeline-explain-plan.txt +++ b/source/agg-pipeline-builder/view-pipeline-explain-plan.txt @@ -4,6 +4,9 @@ View Explain Plans for a Pipeline ================================= +.. meta:: + :description: View the explain plan for your aggregation pipeline to understand its performance, including execution time and document examination details. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/collections/capped-collection.txt b/source/collections/capped-collection.txt index d37b31a14..7450f8cdc 100644 --- a/source/collections/capped-collection.txt +++ b/source/collections/capped-collection.txt @@ -4,6 +4,9 @@ Create a Capped Collection ========================== +.. meta:: + :description: Create a capped collection with a fixed size to support high-throughput operations based on insertion order. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/collections/clustered-collection.txt b/source/collections/clustered-collection.txt index d640782ee..e4e215e16 100644 --- a/source/collections/clustered-collection.txt +++ b/source/collections/clustered-collection.txt @@ -4,6 +4,9 @@ Create a Clustered Collection ============================= +.. meta:: + :description: Create a clustered collection with a clustered index on the `_id` field, and optionally set a TTL index for automatic document expiration. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/collections/collation-collection.txt b/source/collections/collation-collection.txt index 6a67935c9..a023f0b23 100644 --- a/source/collections/collation-collection.txt +++ b/source/collections/collation-collection.txt @@ -4,6 +4,9 @@ Create a Collection with Collation ================================== +.. meta:: + :description: Create a collection with collation to specify language-specific string comparison rules, including locale selection and optional parameters. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/collections/encrypted-collection.txt b/source/collections/encrypted-collection.txt index e8c95d2f3..2769b6355 100644 --- a/source/collections/encrypted-collection.txt +++ b/source/collections/encrypted-collection.txt @@ -4,6 +4,9 @@ Create a Collection with Queryable Encryption ============================================= +.. meta:: + :description: Create a collection with Queryable Encryption in MongoDB 7.0 or later, allowing encryption of specific fields with equality queries. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/collections/time-series-collection.txt b/source/collections/time-series-collection.txt index d2838a485..3e8a73dc8 100644 --- a/source/collections/time-series-collection.txt +++ b/source/collections/time-series-collection.txt @@ -4,6 +4,9 @@ Create a Time Series Collection =============================== +.. meta:: + :description: Create a time series collection to efficiently store sequences of measurements over time, specifying fields like `timeField` and optional metadata. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/connect/advanced-connection-options.txt b/source/connect/advanced-connection-options.txt index 4fb5c6228..cc10518c0 100644 --- a/source/connect/advanced-connection-options.txt +++ b/source/connect/advanced-connection-options.txt @@ -4,6 +4,9 @@ Advanced Connection Options =========================== +.. meta:: + :description: Explore advanced connection options in Compass, including authentication, TLS/SSL, SSH, and Queryable Encryption for secure MongoDB deployment connections. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/connect/advanced-connection-options/advanced-connection.txt b/source/connect/advanced-connection-options/advanced-connection.txt index 5d28b708a..f56a3b537 100644 --- a/source/connect/advanced-connection-options/advanced-connection.txt +++ b/source/connect/advanced-connection-options/advanced-connection.txt @@ -4,6 +4,9 @@ Advanced Connection Tab ======================= +.. meta:: + :description: Explore advanced connection options in Compass, including read preferences and additional fields like replica set name and URI options. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/connect/advanced-connection-options/authentication-connection.txt b/source/connect/advanced-connection-options/authentication-connection.txt index 6e6847020..90876ac64 100644 --- a/source/connect/advanced-connection-options/authentication-connection.txt +++ b/source/connect/advanced-connection-options/authentication-connection.txt @@ -4,6 +4,9 @@ Authentication Connection Tab ============================= +.. meta:: + :description: Connect to deployments requiring authentication by selecting from various methods like Username/Password, OIDC, X.509, Kerberos, LDAP, or AWS IAM. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/connect/advanced-connection-options/general-connection.txt b/source/connect/advanced-connection-options/general-connection.txt index 4407e61ab..9f55032b0 100644 --- a/source/connect/advanced-connection-options/general-connection.txt +++ b/source/connect/advanced-connection-options/general-connection.txt @@ -4,6 +4,9 @@ General Connection Tab ====================== +.. meta:: + :description: Configure connection string schemes and hostnames to connect to MongoDB deployments using the General connection tab in Compass. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/connect/advanced-connection-options/in-use-encryption.txt b/source/connect/advanced-connection-options/in-use-encryption.txt index d3349d6b7..5ef4aa909 100644 --- a/source/connect/advanced-connection-options/in-use-encryption.txt +++ b/source/connect/advanced-connection-options/in-use-encryption.txt @@ -4,6 +4,9 @@ In-Use Encryption Connection Tab ================================ +.. meta:: + :description: Connect deployments with Queryable Encryption using the In-Use Encryption tab, specifying a Key Vault Namespace and selecting a KMS provider. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/connect/advanced-connection-options/ssh-connection.txt b/source/connect/advanced-connection-options/ssh-connection.txt index 3faf6d342..b34420706 100644 --- a/source/connect/advanced-connection-options/ssh-connection.txt +++ b/source/connect/advanced-connection-options/ssh-connection.txt @@ -4,6 +4,9 @@ Proxy / SSH Tunnel Connection Tab ================================= +.. meta:: + :description: Connect to your deployment using a Proxy method or SSH tunnel with options for SSH with password, SSH with identity file, Socks5, or application-level proxy. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/connect/advanced-connection-options/tls-ssl-connection.txt b/source/connect/advanced-connection-options/tls-ssl-connection.txt index d30dd8eb1..be2fe4fd1 100644 --- a/source/connect/advanced-connection-options/tls-ssl-connection.txt +++ b/source/connect/advanced-connection-options/tls-ssl-connection.txt @@ -4,6 +4,9 @@ TLS / SSL Connection Tab ======================== +.. meta:: + :description: Configure TLS/SSL settings for secure connections in the MongoDB Compass TLS/SSL tab, with options for certificate validation and security settings. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/connect/connect-from-the-command-line.txt b/source/connect/connect-from-the-command-line.txt index 1f07fc5c0..f239afd65 100644 --- a/source/connect/connect-from-the-command-line.txt +++ b/source/connect/connect-from-the-command-line.txt @@ -4,6 +4,9 @@ Start Compass from the Command Line =================================== +.. meta:: + :description: Start a MongoDB Compass session from the command line using a connection string or configuration file for easier deployment in enterprise environments. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/connect/disconnect.txt b/source/connect/disconnect.txt index b1b09ff3b..8b247a862 100644 --- a/source/connect/disconnect.txt +++ b/source/connect/disconnect.txt @@ -4,6 +4,9 @@ Disconnect from MongoDB ======================= +.. meta:: + :description: Disconnect from a MongoDB deployment in Compass by selecting "Disconnect" from the Connect menu. + .. default-domain:: mongodb Disconnecting from a MongoDB deployment closes the Compass connection to diff --git a/source/connect/favorite-connections.txt b/source/connect/favorite-connections.txt index fbd5a1749..b70e1c1bd 100644 --- a/source/connect/favorite-connections.txt +++ b/source/connect/favorite-connections.txt @@ -4,6 +4,9 @@ Favorite Connections ==================== +.. meta:: + :description: Save and manage favorite MongoDB connection configurations in Compass for easy reconnection to deployments. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/connect/favorite-connections/import-export-cli/export.txt b/source/connect/favorite-connections/import-export-cli/export.txt index 552e24c23..67c4c5dea 100644 --- a/source/connect/favorite-connections/import-export-cli/export.txt +++ b/source/connect/favorite-connections/import-export-cli/export.txt @@ -4,6 +4,9 @@ Export Saved Connections with the CLI ===================================== +.. meta:: + :description: Export saved MongoDB Compass connections using the CLI, with options to encrypt the exported file for security. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/connect/favorite-connections/import-export-cli/import.txt b/source/connect/favorite-connections/import-export-cli/import.txt index 2c527c5e5..9c128a143 100644 --- a/source/connect/favorite-connections/import-export-cli/import.txt +++ b/source/connect/favorite-connections/import-export-cli/import.txt @@ -4,6 +4,9 @@ Import Saved Connections with the CLI ===================================== +.. meta:: + :description: Import saved connections in MongoDB Compass using the CLI, with options for encrypted and unencrypted files. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/connect/favorite-connections/import-export-ui/export.txt b/source/connect/favorite-connections/import-export-ui/export.txt index 82fb0ac8b..ec33917a8 100644 --- a/source/connect/favorite-connections/import-export-ui/export.txt +++ b/source/connect/favorite-connections/import-export-ui/export.txt @@ -4,6 +4,9 @@ Export Saved Connections in |compass-short| =========================================== +.. meta:: + :description: Export saved connections in MongoDB Compass as a JSON file, with options to encrypt sensitive information. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/connect/favorite-connections/import-export-ui/import.txt b/source/connect/favorite-connections/import-export-ui/import.txt index bade9a0b9..0cd7d9f51 100644 --- a/source/connect/favorite-connections/import-export-ui/import.txt +++ b/source/connect/favorite-connections/import-export-ui/import.txt @@ -4,6 +4,9 @@ Import Saved Connections in |compass-short| =========================================== +.. meta:: + :description: Import saved connections in MongoDB Compass from a JSON file to use connections from other workspaces or team members. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/connect/favorite-connections/import-export.txt b/source/connect/favorite-connections/import-export.txt index 93367d1fb..352b02b34 100644 --- a/source/connect/favorite-connections/import-export.txt +++ b/source/connect/favorite-connections/import-export.txt @@ -4,6 +4,9 @@ Export and Import Saved Connections =================================== +.. meta:: + :description: Export and import saved connections in MongoDB Compass using the UI or CLI, with options to encrypt sensitive information. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/connect/required-access.txt b/source/connect/required-access.txt index ef3d7ad98..99a1863cb 100644 --- a/source/connect/required-access.txt +++ b/source/connect/required-access.txt @@ -4,6 +4,9 @@ Required Access =============== +.. meta:: + :description: Understand the specific privileges required for MongoDB Compass users to access various features when authentication/authorization is enforced. + .. default-domain:: mongodb |compass| users require specific privileges to access various diff --git a/source/create-agg-pipeline.txt b/source/create-agg-pipeline.txt index ede3b64d2..f931cb8f5 100644 --- a/source/create-agg-pipeline.txt +++ b/source/create-agg-pipeline.txt @@ -6,6 +6,9 @@ Create an Aggregation Pipeline ============================== +.. meta:: + :description: Create aggregation pipelines in MongoDB Compass using visual or text-based modes to process and return computed results from collections. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/databases.txt b/source/databases.txt index a6cfee93b..24345cf8f 100644 --- a/source/databases.txt +++ b/source/databases.txt @@ -5,6 +5,9 @@ Manage Databases in |compass-short| =================================== +.. meta:: + :description: Manage databases in Compass by creating or dropping them, and view collections within each database. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/documents.txt b/source/documents.txt index 640b15082..2f25c1dd1 100644 --- a/source/documents.txt +++ b/source/documents.txt @@ -5,6 +5,9 @@ Manage Documents in |compass-short| =================================== +.. meta:: + :description: Manage documents in Compass by viewing, inserting, modifying, cloning, and deleting them within a MongoDB collection. + .. default-domain:: mongodb Documents are individual records in a MongoDB :ref:`collection diff --git a/source/documents/clone.txt b/source/documents/clone.txt index 36e6af397..b260d3ae7 100644 --- a/source/documents/clone.txt +++ b/source/documents/clone.txt @@ -4,6 +4,9 @@ Clone Documents =============== +.. meta:: + :description: Clone documents in MongoDB Compass by copying the schema and values of an existing document, then edit and insert the new document. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/documents/delete-multiple.txt b/source/documents/delete-multiple.txt index 918a84f47..a93c46647 100644 --- a/source/documents/delete-multiple.txt +++ b/source/documents/delete-multiple.txt @@ -4,6 +4,9 @@ Delete Multiple Documents ========================= +.. meta:: + :description: Perform bulk delete operations on multiple documents in Compass using the Delete Documents modal to visualize and confirm deletions. + .. facet:: :name: genre :values: tutorial diff --git a/source/documents/delete.txt b/source/documents/delete.txt index 20b1c8c87..5393a05b7 100644 --- a/source/documents/delete.txt +++ b/source/documents/delete.txt @@ -4,6 +4,9 @@ Delete Single Document ====================== +.. meta:: + :description: Delete single or multiple documents in MongoDB Compass using the UI or the embedded MongoDB Shell. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/documents/insert.txt b/source/documents/insert.txt index 74b914888..ab0fea0f8 100644 --- a/source/documents/insert.txt +++ b/source/documents/insert.txt @@ -4,6 +4,9 @@ Insert Documents ================ +.. meta:: + :description: Insert documents into collections in MongoDB Compass using JSON Mode or a Field-by-Field Editor. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/documents/modify-multiple.txt b/source/documents/modify-multiple.txt index 288496026..2bb934ce2 100644 --- a/source/documents/modify-multiple.txt +++ b/source/documents/modify-multiple.txt @@ -4,6 +4,9 @@ Modify Multiple Documents ========================= +.. meta:: + :description: Perform update operations on multiple documents in Compass using the update documents modal to visualize changes before applying them. + .. facet:: :name: genre :values: tutorial diff --git a/source/documents/modify.txt b/source/documents/modify.txt index 3ccb7e580..7d91d4b6e 100644 --- a/source/documents/modify.txt +++ b/source/documents/modify.txt @@ -4,6 +4,9 @@ Modify Single Document ====================== +.. meta:: + :description: Edit existing documents in Compass using findOneAndUpdate or findOneAndReplace operations based on the view mode. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/documents/view.txt b/source/documents/view.txt index 2675f8a5b..db444e132 100644 --- a/source/documents/view.txt +++ b/source/documents/view.txt @@ -7,6 +7,9 @@ View Documents ============== +.. meta:: + :description: Explore different ways to view, expand, and copy documents in MongoDB Compass, including handling encrypted fields. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/editions.txt b/source/editions.txt index 2decae2ad..57768e231 100644 --- a/source/editions.txt +++ b/source/editions.txt @@ -4,6 +4,9 @@ Capabilities of |compass-short| Editions ======================================== +.. meta:: + :description: Explore the feature chart to choose the best MongoDB Compass edition for your needs, comparing capabilities like CRUD functionality and query performance. + The following feature chart can help you choose the edition to best suit your needs. diff --git a/source/embedded-shell.txt b/source/embedded-shell.txt index 2a792df38..777756b44 100644 --- a/source/embedded-shell.txt +++ b/source/embedded-shell.txt @@ -4,6 +4,9 @@ Embedded MongoDB Shell ====================== +.. meta:: + :description: Access and use the embedded `mongosh` shell in MongoDB Compass to test queries and operations, or disable it for security. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/export-query-to-language.txt b/source/export-query-to-language.txt index a2066f5de..623d0c56f 100644 --- a/source/export-query-to-language.txt +++ b/source/export-query-to-language.txt @@ -4,6 +4,9 @@ Export Query to Specific Language ================================= +.. meta:: + :description: Export queries from MongoDB Compass to various programming languages for integration into your application. + .. default-domain:: mongodb You can export queries created in the :ref:`query bar diff --git a/source/faq.txt b/source/faq.txt index 2be7ef8b8..d36e077b1 100644 --- a/source/faq.txt +++ b/source/faq.txt @@ -4,6 +4,9 @@ FAQ === +.. meta:: + :description: Find answers to common questions about MongoDB Compass, including performance impact, handling of confidential data, and troubleshooting feature issues. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/in-use-encryption-tutorial.txt b/source/in-use-encryption-tutorial.txt index 80f143a84..dbe402143 100644 --- a/source/in-use-encryption-tutorial.txt +++ b/source/in-use-encryption-tutorial.txt @@ -4,6 +4,9 @@ In-Use Encryption Tutorial ========================== +.. meta:: + :description: Learn how to connect to deployments using Queryable Encryption to encrypt specific fields in your collections with MongoDB Compass. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/indexes.txt b/source/indexes.txt index 3dd3a4a49..733fc1628 100644 --- a/source/indexes.txt +++ b/source/indexes.txt @@ -4,6 +4,9 @@ Manage Indexes ============== +.. meta:: + :description: Manage indexes to improve query performance by creating, hiding, or dropping them, and explore options like unique, TTL, and wildcard indexes. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/indexes/create-search-index.txt b/source/indexes/create-search-index.txt index 227e4f270..b8c30d11f 100644 --- a/source/indexes/create-search-index.txt +++ b/source/indexes/create-search-index.txt @@ -4,6 +4,9 @@ Create and Manage an Atlas Search Index ======================================= +.. meta:: + :description: Create and manage Atlas Search indexes in MongoDB Compass to enable efficient text search queries by mapping search terms to documents. + .. contents:: On this page :local: :backlinks: none diff --git a/source/indexes/create-vector-search-index.txt b/source/indexes/create-vector-search-index.txt index 2dfa60dff..30a74510f 100644 --- a/source/indexes/create-vector-search-index.txt +++ b/source/indexes/create-vector-search-index.txt @@ -4,6 +4,9 @@ Create an Atlas Vector Search Index =================================== +.. meta:: + :description: Create Atlas Vector Search indexes in MongoDB Compass to enable semantic searches by indexing vector data and other data types. + .. contents:: On this page :local: :backlinks: none diff --git a/source/install/verify-signatures.txt b/source/install/verify-signatures.txt index b17ee5076..46fc64bd7 100644 --- a/source/install/verify-signatures.txt +++ b/source/install/verify-signatures.txt @@ -4,6 +4,9 @@ Verify Integrity of Compass Packages ==================================== +.. meta:: + :description: Verify the integrity of MongoDB Compass packages using digital signatures before installation. + .. contents:: On this page :local: :backlinks: none diff --git a/source/install/verify-signatures/disk-images.txt b/source/install/verify-signatures/disk-images.txt index bcde40a66..1687b4e91 100644 --- a/source/install/verify-signatures/disk-images.txt +++ b/source/install/verify-signatures/disk-images.txt @@ -4,6 +4,9 @@ Verify Packages with Disk Image Verification ============================================ +.. meta:: + :description: Verify MongoDB Compass `.dmg` packages on macOS using digital signatures to ensure they are valid and unaltered. + .. contents:: On this page :local: :backlinks: none diff --git a/source/install/verify-signatures/gpg.txt b/source/install/verify-signatures/gpg.txt index a0458a1be..73a3919d9 100644 --- a/source/install/verify-signatures/gpg.txt +++ b/source/install/verify-signatures/gpg.txt @@ -4,6 +4,9 @@ Verify Packages with GPG ======================== +.. meta:: + :description: Verify MongoDB Compass packages using GPG to ensure they are valid and unaltered before installation. + .. contents:: On this page :local: :backlinks: none diff --git a/source/install/verify-signatures/rpm.txt b/source/install/verify-signatures/rpm.txt index b7488f14b..10b71c220 100644 --- a/source/install/verify-signatures/rpm.txt +++ b/source/install/verify-signatures/rpm.txt @@ -4,6 +4,9 @@ Verify RPM Packages (RHEL) ========================== +.. meta:: + :description: Verify the digital signatures of MongoDB Compass RPM packages on RHEL to ensure they are valid and unaltered before installation. + .. contents:: On this page :local: :backlinks: none diff --git a/source/install/verify-signatures/windows.txt b/source/install/verify-signatures/windows.txt index f23a98568..ace4548ee 100644 --- a/source/install/verify-signatures/windows.txt +++ b/source/install/verify-signatures/windows.txt @@ -4,6 +4,9 @@ Verify Windows Packages ======================= +.. meta:: + :description: Verify the digital signatures of MongoDB Compass Windows packages using PowerShell or by checking the package properties to ensure authenticity. + .. contents:: On this page :local: :backlinks: none diff --git a/source/instance.txt b/source/instance.txt index f57b0b57e..f144d7c06 100644 --- a/source/instance.txt +++ b/source/instance.txt @@ -4,6 +4,9 @@ Compass Home ============ +.. meta:: + :description: Access details about MongoDB instances connected through Compass, including managing multiple connections and viewing saved queries and pipelines. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/keyboard-shortcuts.txt b/source/keyboard-shortcuts.txt index 597e305c4..672f70a8d 100644 --- a/source/keyboard-shortcuts.txt +++ b/source/keyboard-shortcuts.txt @@ -4,6 +4,9 @@ Keyboard Shortcuts ================== +.. meta:: + :description: Explore keyboard shortcuts for efficient navigation and operation within Compass, including commands for menu actions, general tasks, and web shell interactions. + .. contents:: On this page :local: :backlinks: none diff --git a/source/learn-more.txt b/source/learn-more.txt index c209c95be..900da831d 100644 --- a/source/learn-more.txt +++ b/source/learn-more.txt @@ -2,6 +2,9 @@ Resources to Learn and Explore MongoDB ====================================== +.. meta:: + :description: Explore free online courses, resources, and community forums to learn MongoDB basics, best practices, and advanced features. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/manage-data.txt b/source/manage-data.txt index 0576f69bd..20678528c 100644 --- a/source/manage-data.txt +++ b/source/manage-data.txt @@ -2,6 +2,9 @@ Interact with Your Data ======================= +.. meta:: + :description: Explore and manage your data in MongoDB Compass, including creating databases, managing collections, querying data, and analyzing schema and performance. + .. default-domain:: mongodb .. include:: /includes/atlas-sample-data-note.rst diff --git a/source/manage-data/performance-insights.txt b/source/manage-data/performance-insights.txt index 1273714c4..a3a1b518f 100644 --- a/source/manage-data/performance-insights.txt +++ b/source/manage-data/performance-insights.txt @@ -4,6 +4,9 @@ Performance Insights ==================== +.. meta:: + :description: Improve your schema and data modeling practices with performance insights from MongoDB Compass to enhance application performance. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/performance.txt b/source/performance.txt index 356c4b3ba..02662998c 100644 --- a/source/performance.txt +++ b/source/performance.txt @@ -5,6 +5,9 @@ View Real-Time Performance ========================== +.. meta:: + :description: Access real-time server performance stats in MongoDB Compass, including operations, network, memory, and the ability to stop slow operations. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/query-plan.txt b/source/query-plan.txt index 308f354a6..68d533e4a 100644 --- a/source/query-plan.txt +++ b/source/query-plan.txt @@ -4,6 +4,9 @@ View Query Performance ====================== +.. meta:: + :description: Analyze query performance by viewing the explain plan in MongoDB Compass, which includes execution time, returned documents, and examined index keys. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/query-with-natural-language.txt b/source/query-with-natural-language.txt index b597b89a5..a85a74899 100644 --- a/source/query-with-natural-language.txt +++ b/source/query-with-natural-language.txt @@ -4,6 +4,9 @@ Query with Natural Language =========================== +.. meta:: + :description: Explore how to use natural language in MongoDB Compass to generate filter queries and aggregations with AI assistance. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/query-with-natural-language/ai-and-data-usage-information.txt b/source/query-with-natural-language/ai-and-data-usage-information.txt index 13e83aca2..1971e0f88 100644 --- a/source/query-with-natural-language/ai-and-data-usage-information.txt +++ b/source/query-with-natural-language/ai-and-data-usage-information.txt @@ -4,6 +4,9 @@ AI and Data Usage Information ============================= +.. meta:: + :description: Understand how natural language querying in Compass uses Generative AI and how your data is handled and protected. + .. contents:: On this page :local: :backlinks: none diff --git a/source/query-with-natural-language/enable-natural-language-querying.txt b/source/query-with-natural-language/enable-natural-language-querying.txt index cdc444971..a65697d22 100644 --- a/source/query-with-natural-language/enable-natural-language-querying.txt +++ b/source/query-with-natural-language/enable-natural-language-querying.txt @@ -4,6 +4,9 @@ Enable Natural Language Querying ================================ +.. meta:: + :description: Enable natural language querying in Compass by toggling the Use Generative AI setting and logging into Atlas. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/query-with-natural-language/prompt-natural-language-aggregation.txt b/source/query-with-natural-language/prompt-natural-language-aggregation.txt index b749bd90c..2a8ba6262 100644 --- a/source/query-with-natural-language/prompt-natural-language-aggregation.txt +++ b/source/query-with-natural-language/prompt-natural-language-aggregation.txt @@ -4,6 +4,9 @@ Prompt a Natural Language Aggregation ===================================== +.. meta:: + :description: Generate aggregation queries in MongoDB Compass using natural language prompts to assist in learning query writing. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/query-with-natural-language/prompt-natural-language-query.txt b/source/query-with-natural-language/prompt-natural-language-query.txt index 551833be7..f462c515d 100644 --- a/source/query-with-natural-language/prompt-natural-language-query.txt +++ b/source/query-with-natural-language/prompt-natural-language-query.txt @@ -4,6 +4,9 @@ Prompt a Natural Language Query =============================== +.. meta:: + :description: Use MongoDB Compass to generate queries with natural language prompts, leveraging AI to assist in writing MongoDB queries. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/query/atlas-search.txt b/source/query/atlas-search.txt index f3a59108f..568301435 100644 --- a/source/query/atlas-search.txt +++ b/source/query/atlas-search.txt @@ -4,6 +4,9 @@ Run Atlas Search Queries ======================== +.. meta:: + :description: Run Atlas Search queries using aggregation pipeline stages like `$search`, `$searchMeta`, and `$vectorSearch` in MongoDB Compass. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/query/collation.txt b/source/query/collation.txt index 56ae694f1..540e3b301 100644 --- a/source/query/collation.txt +++ b/source/query/collation.txt @@ -4,6 +4,9 @@ Set Language Specific Rules for String Comparison ================================================= +.. meta:: + :description: Specify language-specific rules for string comparison using the Collation query bar option in MongoDB Compass. + .. default-domain:: mongodb Use the :manual:`Collation ` query bar option diff --git a/source/query/limit.txt b/source/query/limit.txt index f3347c498..7bcea510b 100644 --- a/source/query/limit.txt +++ b/source/query/limit.txt @@ -4,6 +4,9 @@ Limit the Number of Returned Documents ====================================== +.. meta:: + :description: Specify a limit on the number of documents returned in a query using the Limit option in the Query Bar. + .. default-domain:: mongodb If the query bar has the :guilabel:`Limit` option, you can specify the diff --git a/source/query/maxtimems.txt b/source/query/maxtimems.txt index 208dba88f..1a39ba98d 100644 --- a/source/query/maxtimems.txt +++ b/source/query/maxtimems.txt @@ -4,6 +4,9 @@ Adjust Maximum Time for Query Operations ======================================== +.. meta:: + :description: Adjust the MAX TIME MS setting in Compass to set a time limit for query operations, ensuring they don't exceed a specified duration. + The :guilabel:`MAX TIME MS` query bar option sets the cumulative time limit in milliseconds to process query bar operations. If the time limit is reached before the operation completes, |compass-short| diff --git a/source/query/project.txt b/source/query/project.txt index 28aa97a32..3a3f84540 100644 --- a/source/query/project.txt +++ b/source/query/project.txt @@ -4,6 +4,9 @@ Set Which Fields Are Returned ============================= +.. meta:: + :description: Specify which fields to return in query results using the Project option in MongoDB Compass. + .. default-domain:: mongodb If the query bar displays the :guilabel:`Project` option, you can diff --git a/source/query/recent.txt b/source/query/recent.txt index c14541c15..01878e133 100644 --- a/source/query/recent.txt +++ b/source/query/recent.txt @@ -5,6 +5,9 @@ View Recent Queries =================== +.. meta:: + :description: Access and manage up to 20 recent queries in the query bar, with options to save, copy, or remove them. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/query/skip.txt b/source/query/skip.txt index 1041bbae5..21256bbc0 100644 --- a/source/query/skip.txt +++ b/source/query/skip.txt @@ -4,6 +4,9 @@ Skip a Number of Documents ========================== +.. meta:: + :description: Specify how many documents to skip in a query using the Skip option in MongoDB Compass. + .. default-domain:: mongodb If the query bar displays the :guilabel:`Skip` option, you can specify diff --git a/source/release-notes.txt b/source/release-notes.txt index 4dbcf7fd7..05c700dc9 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -2,6 +2,9 @@ Release Notes ============= +.. meta:: + :description: Explore the latest features, bug fixes, and improvements in MongoDB Compass with detailed release notes for each version. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/sampling.txt b/source/sampling.txt index a609fb7fa..9da72ea30 100644 --- a/source/sampling.txt +++ b/source/sampling.txt @@ -4,6 +4,9 @@ Sampling ======== +.. meta:: + :description: Explore how MongoDB Compass uses sampling to efficiently analyze a subset of documents from a collection. + .. default-domain:: mongodb Sampling in |compass| is the selection of a subset of documents from a diff --git a/source/schema.txt b/source/schema.txt index 77433efc8..27785f3b7 100644 --- a/source/schema.txt +++ b/source/schema.txt @@ -4,6 +4,9 @@ Analyze Your Data Schema ======================== +.. meta:: + :description: Explore and analyze the data schema of a collection using the Schema tab, which provides insights into data types, field contents, and allows for query filtering. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/schema/export.txt b/source/schema/export.txt index 845a70c50..0c7ba4d6a 100644 --- a/source/schema/export.txt +++ b/source/schema/export.txt @@ -2,6 +2,9 @@ Export Your Schema ================== +.. meta:: + :description: Export your analyzed schema as a JSON object in MongoDB Compass to share and compare schemas across collections. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/settings.txt b/source/settings.txt index aa155792f..969abf23c 100644 --- a/source/settings.txt +++ b/source/settings.txt @@ -4,6 +4,9 @@ Customize |compass-short| ========================= +.. meta:: + :description: Customize MongoDB Compass settings to manage user access, privacy, and automate configurations using the interface, command line, or configuration files. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/settings/command-line-options.txt b/source/settings/command-line-options.txt index 8b1602206..455efffa8 100644 --- a/source/settings/command-line-options.txt +++ b/source/settings/command-line-options.txt @@ -5,6 +5,9 @@ Command Line Options -------------------- +.. meta:: + :description: Customize MongoDB Compass using command line options to set configuration settings at startup, which cannot be modified in the Compass interface. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/settings/config-file.txt b/source/settings/config-file.txt index e202a66a9..8e1a17474 100644 --- a/source/settings/config-file.txt +++ b/source/settings/config-file.txt @@ -5,6 +5,9 @@ Configuration File Settings --------------------------- +.. meta:: + :description: Customize MongoDB Compass settings at startup using a configuration file in EJSON or YAML format, specifying options like auto-updates and UI theme. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/settings/enable-dev-tools.txt b/source/settings/enable-dev-tools.txt index 03a7809a0..fe9da5837 100644 --- a/source/settings/enable-dev-tools.txt +++ b/source/settings/enable-dev-tools.txt @@ -4,6 +4,9 @@ Toggle Chrome DevTools ====================== +.. meta:: + :description: Enable or disable Chrome DevTools in MongoDB Compass to access additional diagnostic or debugging information. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/settings/protect-connection-strings.txt b/source/settings/protect-connection-strings.txt index a1961bec7..35953d879 100644 --- a/source/settings/protect-connection-strings.txt +++ b/source/settings/protect-connection-strings.txt @@ -5,6 +5,9 @@ Hide Credentials in Your Connection String ========================================== +.. meta:: + :description: Enable the `protectConnectionStrings` option in MongoDB Compass to hide credentials in your connection string. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/settings/read-only.txt b/source/settings/read-only.txt index aeb7bf263..5e26c5241 100644 --- a/source/settings/read-only.txt +++ b/source/settings/read-only.txt @@ -4,6 +4,9 @@ Restrict Write Operations to MongoDB ==================================== +.. meta:: + :description: Enable the `readOnly` option in MongoDB Compass to prevent users from performing write operations. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/settings/restrict-outgoing-connections.txt b/source/settings/restrict-outgoing-connections.txt index 003573273..ff2923344 100644 --- a/source/settings/restrict-outgoing-connections.txt +++ b/source/settings/restrict-outgoing-connections.txt @@ -4,6 +4,9 @@ Block Outgoing Network Connections ================================== +.. meta:: + :description: Configure MongoDB Compass to block outgoing network connections by disabling the `networkTraffic` option via command line or configuration file. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/settings/settings-reference.txt b/source/settings/settings-reference.txt index 45ed2a5d3..baf6a3aac 100644 --- a/source/settings/settings-reference.txt +++ b/source/settings/settings-reference.txt @@ -5,6 +5,9 @@ Interface Settings ------------------ +.. meta:: + :description: Customize MongoDB Compass interface settings, including read-only mode, theme preferences, and proxy configurations. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/settings/show-kerberos-password.txt b/source/settings/show-kerberos-password.txt index d547737f1..b221e73cf 100644 --- a/source/settings/show-kerberos-password.txt +++ b/source/settings/show-kerberos-password.txt @@ -4,6 +4,9 @@ Display the Kerberos Password Field =================================== +.. meta:: + :description: Enable the `showKerberosPasswordField` option in Compass to display the Kerberos password field for authentication. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/settings/specify-read-preference-tags.txt b/source/settings/specify-read-preference-tags.txt index 0add302fa..e45cc5990 100644 --- a/source/settings/specify-read-preference-tags.txt +++ b/source/settings/specify-read-preference-tags.txt @@ -5,6 +5,9 @@ Specify Read Preference and Tags ================================ +.. meta:: + :description: Set read preferences and tags in MongoDB Compass to control how users connect and perform read operations on your deployment. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/submit-feedback.txt b/source/submit-feedback.txt index 9c75a17b6..900499938 100644 --- a/source/submit-feedback.txt +++ b/source/submit-feedback.txt @@ -4,6 +4,9 @@ Submit Feedback =============== +.. meta:: + :description: Submit feedback, report bugs, or request features for MongoDB Compass through JIRA or the MongoDB Feedback Engine. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/troubleshooting.txt b/source/troubleshooting.txt index a1b09163b..f5ff22588 100644 --- a/source/troubleshooting.txt +++ b/source/troubleshooting.txt @@ -4,6 +4,9 @@ Troubleshooting =============== +.. meta:: + :description: Find solutions for troubleshooting MongoDB Compass, including retrieving logs and resolving connection issues. + This section provides advice for troubleshooting problems with |compass|. diff --git a/source/troubleshooting/connection-errors.txt b/source/troubleshooting/connection-errors.txt index 42739f560..b64b18fc8 100644 --- a/source/troubleshooting/connection-errors.txt +++ b/source/troubleshooting/connection-errors.txt @@ -4,6 +4,9 @@ Compass Connection Errors ========================= +.. meta:: + :description: Troubleshoot common connection errors in MongoDB Compass with solutions for issues like incorrect hostnames, firewall blocks, and authentication failures. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/troubleshooting/logs.txt b/source/troubleshooting/logs.txt index 22f723cda..4fa1a2b82 100644 --- a/source/troubleshooting/logs.txt +++ b/source/troubleshooting/logs.txt @@ -4,6 +4,9 @@ Retrieve Compass Logs ===================== +.. meta:: + :description: Access and view MongoDB Compass logs to diagnose errors, with logs stored in a structured JSON format and retained for 30 days. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/upgrade.txt b/source/upgrade.txt index 638fc8652..971b458c4 100644 --- a/source/upgrade.txt +++ b/source/upgrade.txt @@ -4,6 +4,9 @@ Update MongoDB Compass ====================== +.. meta:: + :description: Upgrade MongoDB Compass by manually installing the latest version or enabling automatic updates to access new features and improvements. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/validation.txt b/source/validation.txt index 05eb8f96a..3295d1afc 100644 --- a/source/validation.txt +++ b/source/validation.txt @@ -4,6 +4,9 @@ Set Validation Rules for Your Schema ==================================== +.. meta:: + :description: Manage schema validation rules for a collection using JSON Schema or query expressions to ensure documents conform to specified rules. + .. default-domain:: mongodb .. contents:: On this page diff --git a/source/views.txt b/source/views.txt index c7a718291..504da607b 100644 --- a/source/views.txt +++ b/source/views.txt @@ -5,6 +5,9 @@ Manage Views in |compass-short| =============================== +.. meta:: + :description: Manage views in Compass by creating, opening, duplicating, modifying, and dropping views using the Aggregation Pipeline Builder. + .. default-domain:: mongodb .. contents:: On this page