@@ -6,66 +6,81 @@ The MongoDB Manual
66
77.. default-domain:: mongodb
88
9- MongoDB is an open-source, document-oriented database designed for ease
10- of development and scalability.
119
12- .. list-table::
13-
14- * - **Getting Started**
15-
16- :doc:`/installation`
10+ Welcome to the MongoDB Manual! MongoDB is an open-source,
11+ document-oriented database designed for ease of development and
12+ scalability.The Manual begins by introducing MongoDB and continues to
13+ describe the query language, operational considerations and procedures,
14+ administration, among other topics in addition to a thorough reference.
15+ This manual is under constant development. See the :doc:`/about` for
16+ more information on the MongoDB Documentation project.
1717
18- :doc:`Introduction to MongoDB </tutorial/getting-started>`
18+ .. list-table::
19+ :header-rows: 1
20+ :class: index-table
1921
20- :doc:`MongoDB Fundamentals </faq/fundamentals>`
22+ * - Getting Started
23+ - Developers
24+ - Administrators
25+ - Reference
26+
27+ * - :doc:`/installation`
2128
22- :doc:`/mongo`
29+ :doc:`First Steps </tutorial/getting-started>`
30+
31+ :doc:`MongoDB Shell </mongo>`
2332
2433 :doc:`Tutorials </tutorial>`
2534
26- - **Developers**
27-
28- :doc:`Database Operations</crud>`
35+ - :doc:`Database Operations</crud>`
2936
3037 :doc:`Aggregation </applications/aggregation>`
3138
3239 :doc:`/indexes`
3340
34- :doc:`/applications`
41+ :doc:`Develop with MongoDB< /applications> `
3542
36- - **Administrators**
43+ - :doc:`Operations </administration>`
3744
38- :doc:`/administration `
45+ :doc:`Replica Sets </replication> `
3946
40- :doc:`/replication`
41-
42- :doc:`/sharding`
47+ :doc:`Sharded Clusters</sharding>`
4348
44- :doc:`/security`
49+ :doc:`MongoDB Security < /security> `
4550
46- - **Reference**
51+ - :doc:`Shell Methods </reference/javascript>`
4752
48- :doc:`/reference`
53+ :doc:`Query Operators < /reference/operators> `
4954
50- :doc:`JavaScript Methods </reference/javascript >`
55+ :doc:`Database Commands </reference/commands >`
5156
52- :doc:`Operators < /reference/operators> `
57+ :doc:`/reference/glossary `
5358
54- :doc:`Commands </reference/commands>`
59+ * -
60+ -
61+ -
62+ -
5563
56- :doc:`/reference/glossary`
64+ If you're new to MongoDB, also consider the following resources:
65+
66+ .. toctree::
67+ :maxdepth: 1
68+
69+ reference/sql-comparison
70+ /faq
71+ Complete Reference Section </reference>
5772
5873Community
5974~~~~~~~~~
6075
6176MongoDB has an :wiki:`active community <community>`. You'll get a quick
6277response to MongoDB questions (i.e. questions tagged ``mongodb``) posted
63- to `StackOverflow `_.
78+ to `Stack Overflow `_.
6479
65- .. _`StackOverflow `: http://stackoverflow.com/questions/tagged/mongodb
80+ .. _`Stack Overflow `: http://stackoverflow.com/questions/tagged/mongodb
6681
67- Other Resources
68- ~~~~~~~~~~~~~~~
82+ Additional Resources
83+ ~~~~~~~~~~~~~~~~~~~~
6984
7085The following resources provide additional information:
7186
0 commit comments