File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ The following documents outline basic application development topics:
40
40
- :doc:`/applications/replication`
41
41
- :doc:`/applications/indexes`
42
42
- :doc:`/applications/aggregation`
43
+ - :doc:`/reference/connection-string`
43
44
44
45
.. _application-patterns:
45
46
Original file line number Diff line number Diff line change @@ -145,14 +145,12 @@ MongoDB. The following pages from the wiki are especially useful:
145
145
146
146
- :wiki:`Introduction`
147
147
- :wiki:`Downloads`
148
- - :wiki:`SQL to MongoDB Mapping <SQL+to+Mongo+Mapping+Chart>`
149
148
150
149
- :wiki:`Developer Documentation <Developer+Zone>`
151
150
152
151
.. hlist::
153
152
:columns: 2
154
153
155
- - :wiki:`Connections`
156
154
- :wiki:`Databases`
157
155
- :wiki:`Collections`
158
156
- :wiki:`GridFS`
Original file line number Diff line number Diff line change @@ -25,20 +25,20 @@ concepts and statements and SQL concepts and statements.
25
25
26
26
.. toctree::
27
27
:maxdepth: 1
28
-
28
+
29
29
reference/sql-comparison
30
30
reference/sql-aggregation-comparison
31
31
32
32
Overviews
33
33
~~~~~~~~~
34
34
35
35
For this reference material in another form, consider the following
36
- interface overview pages:
36
+ interface overview pages:
37
37
38
38
- :doc:`/reference/operators` for an overview of all query, update, and projection operators;
39
- - :doc:`/reference/meta-query-operators` for all special "meta" query operators;
40
- - :doc:`/reference/aggregation` for all :doc:`aggregation </aggregation>` operators;
41
- - :doc:`/reference/commands` for an overview of all :term:`database commands <database command>`; and
39
+ - :doc:`/reference/meta-query-operators` for all special "meta" query operators;
40
+ - :doc:`/reference/aggregation` for all :doc:`aggregation </aggregation>` operators;
41
+ - :doc:`/reference/commands` for an overview of all :term:`database commands <database command>`; and
42
42
- :doc:`/reference/javascript` for all :program:`mongo` shell methods and helpers.
43
43
44
44
.. _man-pages:
@@ -55,6 +55,7 @@ Architecture and Components
55
55
:maxdepth: 1
56
56
57
57
reference/configuration-options
58
+ reference/connection-string
58
59
59
60
Status and Reporting
60
61
--------------------
@@ -79,11 +80,11 @@ Internal Metadata
79
80
80
81
.. toctree::
81
82
:maxdepth: 1
82
-
83
+
83
84
reference/config-database
84
85
reference/local-database
85
86
reference/system-collections
86
-
87
+
87
88
General Reference
88
89
-----------------
89
90
File renamed without changes.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ <h3>MongoDB Wiki</h3>
11
11
</ li >
12
12
< li > < strong > < a href ="http://mongodb.org/display/DOCS/Developer+Zone "> Developer Documentation</ a > </ strong >
13
13
< ul >
14
- < li > < a href ="http://mongodb.org/display/DOCS/Connections "> Connections</ a > </ li >
14
+ <!-- < li><a href="http://mongodb.org/display/DOCS/Connections">Connections</a></li> -- >
15
15
< li > < a href ="http://mongodb.org/display/DOCS/Databases "> Databases</ a > </ li >
16
16
< li > < a href ="http://mongodb.org/display/DOCS/Collections "> Collections</ a > </ li >
17
17
<!-- <li><a href="http://mongodb.org/display/DOCS/Documents">Documents</a></li> -->
You can’t perform that action at this time.
0 commit comments