@@ -16,6 +16,34 @@ introduces key concepts in MongoDB, presents the query language, and
16
16
provides operational and administrative considerations and procedures
17
17
as well as a comprehensive reference section.
18
18
19
+ .. _getting-started:
20
+
21
+ Getting Started
22
+ ---------------
23
+
24
+ MongoDB provides a :gettingstarted:`Getting Started Guide </shell>` in the
25
+ following editions.
26
+
27
+ .. list-table::
28
+ :class: index-table
29
+
30
+ * - :gettingstarted:`mongo Shell Edition </shell>`
31
+
32
+ :gettingstarted:`Node.JS Edition </node>`
33
+
34
+ - :gettingstarted:`Python Edition </python>`
35
+
36
+ :gettingstarted:`C++ Edition </cpp>`
37
+
38
+ - :gettingstarted:`Java Edition </java>`
39
+
40
+ :gettingstarted:`C# Edition </csharp>`
41
+
42
+ -
43
+
44
+ Once you complete the Getting Started Guide, you may find the following topics
45
+ useful.
46
+
19
47
.. list-table::
20
48
:header-rows: 1
21
49
:class: index-table
@@ -55,41 +83,13 @@ as well as a comprehensive reference section.
55
83
56
84
:doc:`/reference/glossary`
57
85
58
- .. _getting-started:
59
-
60
- Getting Started
61
- ---------------
62
-
63
- In addition to this manual, MongoDB provides a :gettingstarted:`Getting
64
- Started Guide </shell>` in the following editions.
65
-
66
- .. list-table::
67
- :class: index-table
68
-
69
- * - :gettingstarted:`mongo Shell Edition </shell>`
70
-
71
- :gettingstarted:`Node.JS Edition </node>`
72
-
73
- - :gettingstarted:`Python Edition </python>`
74
-
75
- :gettingstarted:`C++ Edition </cpp>`
76
-
77
- - :gettingstarted:`Java Edition </java>`
78
-
79
- :gettingstarted:`C# Edition </csharp>`
80
-
81
- -
82
-
83
- The MongoDB manual is under constant development. See the :doc:`/about`
84
- for more information on the MongoDB Documentation project.
85
-
86
86
Community
87
87
---------
88
88
89
89
Getting involved in the MongoDB community is a great way to build
90
90
relationships with other talented and like minded engineers, increase
91
91
awareness for the interesting work that you are doing, and sharpen your
92
- skills. To learn about the MongoDB community, see
92
+ skills. To learn about the MongoDB community, see
93
93
`Get Involved with MongoDB <http://www.mongodb.org/get-involved?jmp=docs>`_.
94
94
95
95
Learning MongoDB
0 commit comments