Skip to content

Commit d6a1ae3

Browse files
authored
Add missing meta descriptions (#696)
1 parent d1147ee commit d6a1ae3

File tree

122 files changed

+366
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+366
-0
lines changed

source/add-lookup-field.txt

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

7+
.. meta::
8+
:description: Create a chart with a lookup field to join data from multiple collections, using $lookup to retrieve matching documents from a remote collection.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/admin-settings.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
Data Transfer
88
=============
99

10+
.. meta::
11+
:description: Access and monitor your Atlas Charts data usage, including total data transfer and free tier remaining, on the Data Transfer page.
12+
1013
.. default-domain:: mongodb
1114

1215
To view the data usage of your |charts| instance:

source/aggregation-pipeline-generation.txt

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

7+
.. meta::
8+
:description: Understand how MongoDB Charts generates an aggregation pipeline to render data, using various settings like queries, calculated fields, and filters.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/aggregation-pipeline.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Run Aggregation Pipelines on Your Data
55
======================================
66

7+
.. meta::
8+
:description: Transform documents into aggregated results using aggregation pipelines in Atlas Charts, with examples and error handling guidance.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/ai-and-data-usage-information.txt

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

7+
.. meta::
8+
:description: Understand how Natural Language Charts use Generative AI and manage data usage, including disabling the feature if desired.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/apply-suggested-charts.txt

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

7+
.. meta::
8+
:description: Apply a suggested prebuilt chart in Atlas Charts and customize it by changing the chart type or modifying fields.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/bin-data.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Bin, Sort, and Limit Your Data
33
==============================
44

5+
.. meta::
6+
:description: Bin, sort, and limit data in charts to highlight key aspects, using features like date, numeric, and string binning, sorting by category or value, and limiting categories.
7+
58
.. default-domain:: mongodb
69

710
You can bin, sort, and limit data in your charts to highlight key

source/build-charts-reference.txt

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

7+
.. meta::
8+
:description: Explore how Atlas Charts samples data and creates aggregation pipelines for efficient data rendering.
9+
710
.. default-domain:: mongodb
811

912
:ref:`charts-subset-mode`

source/build-charts.txt

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

7+
.. meta::
8+
:description: Create visual representations of data using charts in dashboards, selecting data sources and customizing chart types and fields.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/calculated-fields.txt

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

7+
.. meta::
8+
:description: Create calculated fields in MongoDB Charts by combining data from existing fields using expressions or operators for enhanced data analysis.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

0 commit comments

Comments
 (0)