File tree 8 files changed +10
-39
lines changed 8 files changed +10
-39
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,9 @@ See the following documents within this repository that provide a more
31
31
thorough overview of the documentation style, and process. These links
32
32
point back to the MongoDB Manual materials:
33
33
34
- - `Style Guide <http://docs.mongodb.org/manual/meta/style-guide >`_
35
- - `Documentation Practices <http://docs.mongodb.org/manual/meta/practices >`_
36
- - `Documentation Organization <http://docs.mongodb.org/manual/meta/organization >`_
37
- - `Build Instructions <http://docs.mongodb.org/manual/meta/build >`_
34
+ - `Style Guide <https://www.mongodb.com/docs/meta/style-guide >`_
35
+ - `Documentation Practices <https://www.mongodb.com/docs/meta/practices >`_
36
+ - `Documentation Organization <https://www.mongodb.com/docs/meta/organization >`_
38
37
39
38
File issue reports or requests at the `Documentation Jira Project
40
39
<https://jira.mongodb.org/browse/DOCS> `_.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
name = " mongodb-shell"
2
2
title = " MongoDB Shell"
3
3
4
- intersphinx = [" https://docs .mongodb.com/manual/objects.inv" ]
4
+ intersphinx = [" https://www .mongodb.com/docs /manual/objects.inv" ]
5
5
6
6
toc_landing_pages = [" /run-commands" ,
7
7
" /crud" ,
Original file line number Diff line number Diff line change @@ -403,8 +403,7 @@ New features in this release:
403
403
- Autocomplete is now aware of the ``--apiStrict`` flag. When
404
404
``--apiStrict`` is ``true``, autocomplete only completes methods
405
405
that work with your defined API version. For more information, see
406
- `Versioned API
407
- <https://docs.mongodb.com/v5.0/reference/versioned-api/>`__.
406
+ :manual:`Stable API </reference/stable-api/>`.
408
407
409
408
- :ref:`Snippets <snip-overview>`. An experimental feature that
410
409
allows users to create custom shell extensions.
Original file line number Diff line number Diff line change @@ -220,8 +220,7 @@ Connect to a Specific Database
220
220
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
221
221
222
222
To connect to a specific database, specify a database in your
223
- `connection string URI path
224
- <https://docs.mongodb.com/manual/reference/connection-string/>`__. If
223
+ :manual:`connection string URI path </reference/connection-string/>` If
225
224
you do not specify a database in your URI path, you connect to a database named ``test``.
226
225
227
226
.. example::
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ The output resembles the following:
126
126
127
127
Runs an arbitrary command against the admin database.
128
128
129
- For more information on usage: https://docs .mongodb.com/manual/reference/method/db.adminCommand
129
+ For more information on usage: https://www .mongodb.com/docs /manual/reference/method/db.adminCommand
130
130
131
131
Show Additional Usage Details for a Database Method
132
132
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -255,7 +255,7 @@ The output resembles the following:
255
255
256
256
Inserts a document into a collection.
257
257
258
- For more information on usage: https://docs .mongodb.com/manual/reference/method/db.collection.insertOne
258
+ For more information on usage: https://www .mongodb.com/docs /manual/reference/method/db.collection.insertOne
259
259
260
260
Show Additional Details for a Collection Method
261
261
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ result of the API call.
194
194
Using MongoDB: undefined
195
195
Using Mongosh Beta: 0.12.1
196
196
197
- For mongosh info see: https://docs .mongodb.com/mongodb-shell/
197
+ For mongosh info see: https://www .mongodb.com/docs /mongodb-shell/
198
198
199
199
Setting "enableTelemetry" has been changed
200
200
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Connection Options
101
101
the hostname does not match the ``SAN`` (or ``CN``), the
102
102
|mdb-shell| shell fails to connect.
103
103
104
- For `DNS seedlist connections <https://docs.mongodb.com/manual/ reference/connection-string/#dns-seedlist-connection-format/>`_ ,
104
+ For :manual: `DNS seedlist connections </ reference/connection-string/#dns-seedlist-connection-format/>`,
105
105
Specify the connection protocol as ``mongodb+srv``, followed by
106
106
the DNS SRV hostname record and any options. The ``authSource``
107
107
and ``replicaSet`` options, if included in the connection string,
You can’t perform that action at this time.
0 commit comments