@@ -28,6 +28,7 @@ MongoDB, begin with the following resources:
28
28
- :doc:`Installing MongoDB <installation>`
29
29
- :wiki:`The MongoDB Tutorial <Tutorial>`
30
30
- :doc:`Frequently Asked Questions </faq/fundamentals>`
31
+ - :doc:`/release-notes`
31
32
32
33
MongoDB has an :wiki:`active community <community>`. You'll get a
33
34
quick response to any question posted to the `MongoDB User Mailing List`_
@@ -42,24 +43,25 @@ MongoDB...
42
43
43
44
- **For Developers**
44
45
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.
51
52
52
53
Of the developer docs, those covering CRUD (create, read, update,
53
54
and delete) are particularly helpful:
54
55
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>`.
59
60
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.
63
65
64
66
To continue learning about :doc:`application development
65
67
</applications>` with MongoDB skim the :doc:`developer FAQs
0 commit comments