Skip to content

Commit ef800a1

Browse files
author
Sam Kleinman
committed
minor: adding release notes to index page
1 parent 77b2388 commit ef800a1

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

source/index.txt

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ MongoDB, begin with the following resources:
2828
- :doc:`Installing MongoDB <installation>`
2929
- :wiki:`The MongoDB Tutorial <Tutorial>`
3030
- :doc:`Frequently Asked Questions </faq/fundamentals>`
31+
- :doc:`/release-notes`
3132

3233
MongoDB has an :wiki:`active community <community>`. You'll get a
3334
quick response to any question posted to the `MongoDB User Mailing List`_
@@ -42,24 +43,25 @@ MongoDB...
4243

4344
- **For Developers**
4445

45-
If you want to build an application on MongoDB, you'll start by
46-
picking a :doc:`language and driver <applications/drivers>`. Most
47-
of the drivers include their own tutorials, but to get the most
48-
of any driver, you have to understand a few core MongoDB
49-
concepts. The wiki's :wiki:`developer docs <Developer+Zone>`
50-
outlines these topics.
46+
The task when building an application with MongoDB, is selecting
47+
a programming :doc:`language and driver
48+
<applications/drivers>`. Most of the drivers have their own
49+
tutorials; however, for all drivers you may want to understand a
50+
few core MongoDB concepts. The wiki's :wiki:`developer docs
51+
<Developer+Zone>` outlines these topics.
5152

5253
Of the developer docs, those covering CRUD (create, read, update,
5354
and delete) are particularly helpful:
5455

55-
- :wiki:`Creating documents <Inserting>`
56-
- :wiki:`Queries <Querying>`
57-
- :wiki:`Updates <Updating>`
58-
- :wiki:`Deletes <Removing>`
56+
- :wiki:`Creating documents <Inserting>`,
57+
- :wiki:`Queries <Querying>`,
58+
- :wiki:`Updates <Updating>`, and
59+
- :wiki:`Deletes <Removing>`.
5960

60-
As you become familiar with CRUD in MongoDB you will also want to
61-
learn about :doc:`indexing </indexes>` and :doc:`data aggregation
62-
</aggregation>` in MongoDB.
61+
As you become more familiar with CRUD in MongoDB also consider:
62+
63+
- :doc:`Indexing </indexes>` and
64+
- :doc:`data aggregation </aggregation>` in MongoDB.
6365

6466
To continue learning about :doc:`application development
6567
</applications>` with MongoDB skim the :doc:`developer FAQs

0 commit comments

Comments
 (0)