Skip to content

Commit fcca6f5

Browse files
DOCSP-31682 atlas charts rebranding (#637)
* atlas charts rebranding
1 parent 72802d3 commit fcca6f5

21 files changed

+36
-36
lines changed

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "charts"
2-
title = "MongoDB Charts"
2+
title = "Atlas Charts"
33

44
intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv",
55
"https://docs.atlas.mongodb.com/objects.inv"]
@@ -47,7 +47,7 @@ Serverless-instances = "Serverless-instances"
4747
Serverless-Instances = "Serverless Instances"
4848

4949
[substitutions]
50-
charts = "MongoDB Charts"
50+
charts = "Atlas Charts"
5151
charts-short = "Charts"
5252
tls-ssl = ":abbr:`TLS (Transport Layer Security)`/:abbr:`SSL (Secure Sockets Layer)`"
5353
service = "Atlas"

source/apply-suggested-charts.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Apply a Suggested Chart
1515
Overview
1616
--------
1717

18-
MongoDB Charts displays up to six prebuilt charts based on the data
18+
|charts| displays up to six prebuilt charts based on the data
1919
source that you selected. You can use any one of the suggested charts
2020
when you create a new chart or when you modify an existing chart. After
2121
applying a suggested chart, you can make changes to the chart type and
@@ -27,7 +27,7 @@ Procedure
2727
.. procedure::
2828
:style: normal
2929

30-
.. step:: Log in to MongoDB Charts and navigate to your dashboard.
30+
.. step:: Log in to Atlas Charts and navigate to your dashboard.
3131

3232
To learn more, see :ref:`dashboards`.
3333

source/build-charts.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Learn More
5353
----------
5454

5555
:doc:`/encoding-channels`
56-
Understand the building blocks of MongoDB Charts.
56+
Understand the building blocks of Atlas Charts.
5757

5858
:doc:`/multi-series-charts`
5959
Visualize multiple data series in a single chart.

source/embed-chart-google-auth.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ MongoDB offers a pre-built example app that shows how to use the
6363
Embedding SDK to display an embedded chart using Google authentication.
6464

6565
To run the example app, clone the
66-
:github:`MongoDB Charts Embedding Example - Google Authentication </mongodb-js/charts-embed-sdk/tree/master/examples/charts/authenticated-google>`
66+
:github:`Atlas Charts Embedding Example - Google Authentication </mongodb-js/charts-embed-sdk/tree/master/examples/charts/authenticated-google>`
6767
repository from GitHub and follow the instructions in the ``Readme``
6868
file to begin using the app. You can run the app as-is with a sample
6969
chart, or you can customize it to use an existing chart.

source/embedded-charts-options/iframe.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Considerations
7676
web page must regenerate a new signature to continue
7777
rendering charts. For code examples using verified
7878
signatures, see
79-
`MongoDB Charts Embedding Examples
79+
`Atlas Charts Embedding Examples
8080
<https://github.com/mongodb/charts-embedding-examples>`__
8181
on GitHub.
8282

source/encoding-channels/aggregation-options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on that field.
1919

2020
The aggregation pipeline operators available in the chart
2121
builder change based on the :manual:`data type </reference/bson-types/>`
22-
of the selected field. MongoDB Charts categorizes the field data type
22+
of the selected field. |charts| categorizes the field data type
2323
as either a ``number``, ``string``, or ``date`` and displays
2424
appropriate aggregation options accordingly.
2525

source/experimental-features.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This chart type supports boolean and number :ref:`filtering
4747
After you enter a prompt about a chart you would like to see, the AI
4848
model creates the chart.
4949

50-
To use this feature, you can sign up at :website:`the MongoDB Charts
50+
To use this feature, you can sign up at :website:`the Atlas Charts
5151
product page </products/charts>`.
5252

5353
To learn more, see :website:`New Intelligent Developer Experiences

source/filter-embedded-charts.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ an :guilabel:`Unauthenticated` chart and a
197197
or a raw space.
198198

199199
To see how correctly encode an MQL filter using different server-side
200-
programming languages, see `MongoDB Charts Embedding Examples
200+
programming languages, see `Atlas Charts Embedding Examples
201201
<https://github.com/mongodb/charts-embedding-examples>`__ on GitHub.
202202

203203
Example

source/handle-click-events.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ basic click events and payload handling. The second example shows
351351
interactive filtering of clicked chart elements.
352352

353353
To learn more about installing the Embedding SDK and running the
354-
example app with your own data or sample data, see `MongoDB Charts
354+
example app with your own data or sample data, see `Atlas Charts
355355
Embedding Example for Click Events on GitHub
356356
<https://github.com/mongodb-js/charts-embed-sdk/tree/master/examples/charts/click-events-basic>`__.
357357
Each example app is configured with a chart ID and base URL which are

source/includes/start-stop-charts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MongoDB Charts executes within a single Docker container managed by
1+
|charts| executes within a single Docker container managed by
22
Docker Swarm.
33

44
To start Charts, deploy the stack using the supplied Docker Compose

0 commit comments

Comments
 (0)