Skip to content

Commit f0fc991

Browse files
authored
(DOCSP-32497)(DOCSP-32032)(DOCSP-32030)(DOCSP-32026)(DOCSP-31971) Add s CTAs and Compatibility info for Atlas (#4658) (#4750)
* (DOCSP-32497)(DOCSP-32032)(DOCSP-32030)(DOCSP-32026)(DOCSP-31971) Adds CTAs and Compatibility info for Atlas * Includes copy review
1 parent e7d8813 commit f0fc991

File tree

5 files changed

+206
-243
lines changed

5 files changed

+206
-243
lines changed

source/core/aggregation-pipeline.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,23 @@ Aggregation Pipeline
1414

1515
.. include:: /includes/aggregation-pipeline-introduction.rst
1616

17+
Compatibility
18+
-------------
19+
20+
.. |page-topic| replace:: run aggregation pipelines
21+
.. |link-topic-ing| replace:: running aggregation pipelines
22+
23+
.. |atlas-url| replace:: :atlas:`Run Aggregation Pipelines </atlas-ui/agg-pipeline>`
24+
25+
.. include:: /includes/fact-atlas-compatible.rst
26+
27+
When you run aggregation pipelines on {+atlas+} deployments in the
28+
{+atlas+} UI, you can preview the results at each stage.
29+
30+
.. include:: /includes/fact-atlas-link.rst
31+
1732
.. _aggregation-pipeline-example:
33+
.. _aggregation-pipeline-examples:
1834

1935
Complete Aggregation Pipeline Example
2036
-------------------------------------

source/core/databases-and-collections.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@ MongoDB stores data records as :term:`documents <document>`
1717
gathered together in :term:`collections <collection>`. A
1818
:term:`database <database>` stores one or more collections of documents.
1919

20+
Compatibility
21+
-------------
22+
23+
.. |page-topic| replace:: create and manage MongoDB databases and collections
24+
25+
.. include:: /includes/fact-atlas-compatible.rst
26+
27+
To learn more about creating and managing databases in the UI for
28+
deployments hosted in {+atlas+}, see :atlas:`Create, View, and Drop Databases </atlas-ui/databases>`. To learn more about creating and
29+
managing collections in the UI for deployments hosted in {+atlas+},
30+
see :atlas:`Create, View, Drop, and Shard Collections
31+
</atlas-ui/collections>`.
32+
2033

2134
Databases
2235
---------
@@ -100,6 +113,12 @@ validation rules </core/schema-validation>` for a collection during
100113
update and insert operations. See :doc:`/core/schema-validation` for
101114
details.
102115

116+
For deployments hosted in {+atlas+}, the :atlas:`Performance Advisor
117+
</performance-advisor>` and the {+atlas+} UI detect common schema
118+
design issues and suggest modifications that follow MongoDB best
119+
practices. To learn more, see :atlas:`Schema Suggestions
120+
</performance-advisor/schema-suggestions/#schema-suggestions>`.
121+
103122
Modifying Document Structure
104123
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
105124

source/crud.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ MongoDB CRUD Operations
1515
CRUD operations *create*, *read*, *update*, and *delete*
1616
:ref:`documents <bson-document-format>`.
1717

18+
.. |page-topic| replace:: connect with driver methods and perform CRUD operations
19+
.. |link-topic-ing| replace:: performing CRUD operations in the UI
20+
21+
.. |atlas-url| replace:: :atlas:`Create, View, Update, and Delete Documents </atlas-ui/documents>`
22+
23+
.. include:: /includes/fact-atlas-compatible.rst
24+
.. include:: /includes/fact-atlas-link.rst
25+
1826
Create Operations
1927
-----------------
2028

source/introduction.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ Introduction to MongoDB
1212

1313
.. include:: /includes/fact-mongodb-intro.rst
1414

15+
You can create a MongoDB database in the following environments:
16+
17+
.. include:: /includes/fact-environments.rst
18+
19+
To learn more about creating a MongoDB database with the Atlas UI,
20+
see :atlas:`Get Started with Atlas </getting-started>`.
21+
1522
Document Database
1623
-----------------
1724

0 commit comments

Comments
 (0)