Skip to content

Commit a7f6670

Browse files
author
Sam Kleinman
committed
DOCS-398 publishing new connection string document
1 parent 05336dd commit a7f6670

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

source/applications.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ The following documents outline basic application development topics:
4040
- :doc:`/applications/replication`
4141
- :doc:`/applications/indexes`
4242
- :doc:`/applications/aggregation`
43+
- :doc:`/reference/connection-string`
4344

4445
.. _application-patterns:
4546

source/index.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,12 @@ MongoDB. The following pages from the wiki are especially useful:
145145

146146
- :wiki:`Introduction`
147147
- :wiki:`Downloads`
148-
- :wiki:`SQL to MongoDB Mapping <SQL+to+Mongo+Mapping+Chart>`
149148

150149
- :wiki:`Developer Documentation <Developer+Zone>`
151150

152151
.. hlist::
153152
:columns: 2
154153

155-
- :wiki:`Connections`
156154
- :wiki:`Databases`
157155
- :wiki:`Collections`
158156
- :wiki:`GridFS`

source/reference.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@ concepts and statements and SQL concepts and statements.
2525

2626
.. toctree::
2727
:maxdepth: 1
28-
28+
2929
reference/sql-comparison
3030
reference/sql-aggregation-comparison
3131

3232
Overviews
3333
~~~~~~~~~
3434

3535
For this reference material in another form, consider the following
36-
interface overview pages:
36+
interface overview pages:
3737

3838
- :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
4242
- :doc:`/reference/javascript` for all :program:`mongo` shell methods and helpers.
4343

4444
.. _man-pages:
@@ -55,6 +55,7 @@ Architecture and Components
5555
:maxdepth: 1
5656

5757
reference/configuration-options
58+
reference/connection-string
5859

5960
Status and Reporting
6061
--------------------
@@ -79,11 +80,11 @@ Internal Metadata
7980

8081
.. toctree::
8182
:maxdepth: 1
82-
83+
8384
reference/config-database
8485
reference/local-database
8586
reference/system-collections
86-
87+
8788
General Reference
8889
-----------------
8990

themes/mongodb/wikisidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h3>MongoDB Wiki</h3>
1111
</li>
1212
<li><strong><a href="http://mongodb.org/display/DOCS/Developer+Zone">Developer Documentation</a></strong>
1313
<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> -->
1515
<li><a href="http://mongodb.org/display/DOCS/Databases">Databases</a></li>
1616
<li><a href="http://mongodb.org/display/DOCS/Collections">Collections</a></li>
1717
<!-- <li><a href="http://mongodb.org/display/DOCS/Documents">Documents</a></li> -->

0 commit comments

Comments
 (0)