Skip to content

Commit de08b50

Browse files
authored
DOCSP-19051 intro tweak (#743)
* DOCSP-19051 intro tweak * CR 1 * intro * CR 1.5 * capitalize query
1 parent 618a177 commit de08b50

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
Welcome to the MongoDB {+version-dev+} Manual! MongoDB is a
22
document database designed for ease of development
3-
and scaling. The Manual introduces key concepts in MongoDB, presents the
4-
query language, and provides operational and administrative
5-
considerations and procedures as well as a comprehensive reference
6-
section.
3+
and scaling.
4+
5+
The manual describes key concepts in MongoDB such as:
6+
7+
- The query API
8+
- Operational and administrative references
9+
- Tutorials and procedures
710

811
.. include:: /includes/in-dev.rst

source/introduction.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ MongoDB provides high performance data persistence. In particular,
5757
- Indexes support faster queries and can include keys from embedded
5858
documents and arrays.
5959

60-
Rich Query Language
61-
~~~~~~~~~~~~~~~~~~~
60+
Query API
61+
~~~~~~~~~
6262

63-
MongoDB supports a rich query language to support :doc:`read and write
63+
The MongoDB Query API supports :doc:`read and write
6464
operations (CRUD) </crud>` as well as:
6565

6666
- :doc:`Data Aggregation </core/aggregation-pipeline>`
@@ -127,3 +127,4 @@ third parties to develop storage engines for MongoDB.
127127
/core/databases-and-collections
128128
/core/document
129129
/reference/bson-types
130+

0 commit comments

Comments
 (0)