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-33172 added meta description for top 250 pages in docs-compass #581

Merged
merged 2 commits into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions source/collections.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Collections
:name: genre
:values: tutorial

.. meta::
:description: How to create or drop a collection, which is a grouping of MongoDB documents equivalent to a table in a relational database system.
sarahemlin marked this conversation as resolved.
Show resolved Hide resolved

.. contents:: On this page
:local:
:backlinks: none
Expand Down
1 change: 1 addition & 0 deletions source/connect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Connect to MongoDB
:values: tutorial

.. meta::
:description: How to use MongoDB Compass to connect to a MongoDB standalone, replica set, or sharded cluster host.
:keywords: atlas, server

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
What is MongoDB Compass?
========================

.. meta::
:description: MongoDB Compass is a GUI for querying, aggregating, and analyzing your data in a visual environment run on macOS, Windows, and Linux.

.. introduction::

MongoDB Compass is a powerful GUI for querying, aggregating, and analyzing your MongoDB data in a visual environment.
Expand Down
3 changes: 3 additions & 0 deletions source/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Download and Install Compass
:name: genre
:values: tutorial

.. meta::
:description: Download and install MongoDB Compass for Windows, macOS, or Linux.

.. important::

|compass| doesn't support virtual desktop environments.
Expand Down
1 change: 1 addition & 0 deletions source/query/filter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Query Your Data
:values: tutorial

.. meta::
:description: Query documents in your Atlas, Enterprise, or Community database deployments.
:keywords: sample dataset

.. contents:: On this page
Expand Down
1 change: 1 addition & 0 deletions source/query/queries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Managing Saved Queries and Aggregations
:values: tutorial

.. meta::
:description: How to add and view favorite saved queries and aggregations.
:keywords: sample dataset

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/query/sort.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Sort the Returned Documents
:name: genre
:values: tutorial

.. meta::
:description: How to specify the sort order of the returned documents in your Atlas, Enterprise, or Community database deployment.

If the query bar displays the :guilabel:`Sort` option, you can specify
the sort order of the returned documents.

Expand Down
Loading