@@ -6,44 +6,34 @@ The MongoDB Manual
6
6
7
7
.. default-domain:: mongodb
8
8
9
- Welcome to the MongoDB Manual! This resource starts with the basics of
10
- MongoDB and goes on to describe the query language, advanced
11
- clustering configurations , administration, and more. It also includes
12
- a thorough glossary and command reference.
9
+ Welcome to the MongoDB Manual! The Manual begins by introducing
10
+ MongoDB continues to describe the query language, operational
11
+ considerations and procedures , administration, among other topics in
12
+ addition to a thorough reference.
13
13
14
- This manual is under heavy development, and the ":doc:`/about`" page
15
- provides links and a more through overview of MongoDB and the Document
16
- project.
17
-
18
- The MongoDB Manual will eventually replace the existing :ref:`MongoDB
19
- Wiki <mongodb-wiki>`. For the moment, both sets of documentation will
20
- coexist and link to one another. So, as you explore the manual, you
21
- may have to move between documentation sites.
14
+ This manual is under constant development, and will soon replace the
15
+ existing :ref:`MongoDB Wiki <mongodb-wiki>`. See the ":doc:`/about`"
16
+ page for an overview of the MongoDB Documentation project. For now,
17
+ documentation resources coexist and link to one another. As you
18
+ explore the manual, expect to move between documentation sites.
22
19
23
20
Getting Started
24
21
---------------
25
22
26
23
MongoDB is an open-source, document-oriented database designed for
27
24
ease of development and scalability, with particular emphasis on
28
- Internet applications and infrastructure. If you're brand new to
29
- MongoDB, this is the place to start.
25
+ Internet applications and infrastructure. If you're new to
26
+ MongoDB, begin with the following resources:
30
27
31
- 1. :doc:`Installing MongoDB <installation>`
32
- 2. :wiki:`The MongoDB Tutorial <Tutorial>`
33
- 3. :doc:`Frequently Asked Questions </faq/fundamentals>`
28
+ - :doc:`Installing MongoDB <installation>`
29
+ - :wiki:`The MongoDB Tutorial <Tutorial>`
30
+ - :doc:`Frequently Asked Questions </faq/fundamentals>`
34
31
35
32
MongoDB has an :wiki:`active community <community>`. You'll get a
36
33
quick response to any question posted to the `MongoDB User Mailing List`_
37
34
38
35
.. _`MongoDB User Mailing List`: https://groups.google.com/forum/?fromgroups#!forum/mongodb-user
39
36
40
- ..
41
- For Developers
42
- --------------
43
-
44
- For Administrators
45
- ------------------
46
-
47
37
MongoDB...
48
38
----------
49
39
@@ -110,19 +100,21 @@ MongoDB...
110
100
Reference
111
101
---------
112
102
113
- This manual features a detailed reference, including a glossary of
114
- terms, a command reference, a query operator reference, and a man page
115
- for all of the tools bundled with MongoDB.
116
-
117
- .. toctree::
118
- :maxdepth: 3
103
+ This manual features a detailed reference, including: a JavaScript
104
+ method reference, detailed documentation of all operators in the
105
+ MongoDB query language, manual pages for all MongoDB tools and
106
+ binaries, a reference of all database commands, and full glossary and
107
+ topic index.
119
108
120
- reference
109
+ - :doc:`/reference/javascript`
110
+ - :doc:`/reference/operators`
111
+ - :ref:`MongoDB Manual Pages <man-pages>`
112
+ - :doc:`/reference/commands`
113
+ - :doc:`/reference/glossary`
114
+ - :ref:`MongoDB Manual Topic Index <genindex>`
121
115
122
- - :ref:`genindex`
123
- - :doc:`Outline <contents>`
124
- - :ref:`search`
125
- - :doc:`Tutorial Index <tutorial>`
116
+ Also consider the full :doc:`outline of the MongoDB Manual
117
+ <contents>`, and an index of all :doc:`MongoDB tutorials <tutorial>`.
126
118
127
119
.. _mongodb-wiki:
128
120
@@ -156,7 +148,6 @@ MongoDB. The following pages from the wiki are especially useful:
156
148
- :wiki:`Collections`
157
149
- :wiki:`Documents`
158
150
- :wiki:`GridFS`
159
- - :wiki:`Indexes`
160
151
- :wiki:`Querying`
161
152
- :wiki:`Aggregation`
162
153
- :wiki:`Optimization`
@@ -173,8 +164,6 @@ MongoDB. The following pages from the wiki are especially useful:
173
164
- :wiki:`Components`
174
165
- :wiki:`Journaling`
175
166
- :wiki:`Production Notes <Production+Notes>`
176
- - :wiki:`Replication`
177
- - :wiki:`Sharding`
178
167
- :wiki:`Monitoring and Diagnostics <Monitoring+and+Diagnostics>`
179
168
- :wiki:`Backups`
180
169
- :wiki:`Durability and Repair <Durability+and+Repair>`
0 commit comments