Skip to content

Commit 54ff22f

Browse files
mungitoperritojeff-allen-mongo
authored andcommitted
DOCS-15883 update left-nav for mongo mongosh
1 parent e8bebed commit 54ff22f

14 files changed

+37
-18
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ toc_landing_pages = [
117117
"/reference/method/js-role-management",
118118
"/reference/method/js-sharding",
119119
"/reference/method/js-user-management",
120+
"/reference/mongo",
120121
"/reference/operator/aggregation-pipeline",
121122
"/reference/operator/aggregation",
122123
"/reference/operator/query-array",

source/contents.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ project, this Manual and additional editions of this text.
1111

1212
- :doc:`/introduction`
1313
- :doc:`/installation`
14-
- :doc:`/mongo`
1514
- :doc:`/crud`
1615
- :doc:`/aggregation`
1716
- :doc:`/data-modeling`
@@ -35,7 +34,7 @@ project, this Manual and additional editions of this text.
3534

3635
Introduction </introduction>
3736
Installation </installation>
38-
/mongo
37+
MongoDB Shell (mongosh) <https://docs.mongodb.com/mongodb-shell/>
3938
/crud
4039
/aggregation
4140
/data-modeling

source/includes/driver-examples/driver-example-indexes-2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
.. note::
1212

1313
The following examples illustrate indexes and collation in
14-
the :doc:`Mongo Shell </mongo/>`.
14+
:mongosh:`mongosh </>`.
1515

1616
Refer to the
1717
:compass:`MongoDB Compass Documentation

source/includes/fact-collation-driver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. note::
22

33
The following examples illustrate indexes and collation in
4-
the :doc:`Mongo Shell </mongo/>`.
4+
the :mongosh:`mongosh </>`.
55

66
Refer to your :api:`driver documentation <>` for
77
instructions on creating indexes with collation in your specific
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.. [#set-shell-batch-size] You can set the ``DBQuery.shellBatchSize``
22
attribute to change the number of documents from the default value of
33
``20``.
4+

source/includes/steps-run-mongodb-on-linux-tarball.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ post: |
7575
7676
For more information on connecting using the :binary:`~bin.mongo`
7777
shell, such as to connect to a :binary:`~bin.mongod` instance running
78-
on a different host and/or port, see :doc:`/mongo`.
78+
on a different host and/or port, see :doc:`/reference/mongo`.
7979
8080
To help you start using MongoDB, MongoDB provides :ref:`Getting
8181
Started Guides <getting-started>` in various driver editions. For the

source/includes/steps-run-mongodb-on-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ post: |
9797
9898
For more information on connecting using the :binary:`~bin.mongo`
9999
shell, such as to connect to a :binary:`~bin.mongod` instance running
100-
on a different host and/or port, see :doc:`/mongo`.
100+
on a different host and/or port, see :doc:`/reference/mongo`.
101101
102102
To help you start using MongoDB, MongoDB provides :ref:`Getting
103103
Started Guides <getting-started>` in various driver editions. For the

source/includes/steps-run-mongodb-on-osx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ post: |
118118
119119
For more information on connecting using the :binary:`~bin.mongo`
120120
shell, such as to connect to a :binary:`~bin.mongod` instance running
121-
on a different host and/or port, see :doc:`/mongo`.
121+
on a different host and/or port, see :doc:`/reference/mongo`.
122122
123123
To help you start using MongoDB, MongoDB provides :ref:`Getting
124124
Started Guides <getting-started>` in various driver editions. See

source/includes/steps-run-mongodb-on-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ content: |
6666
6767
For more information on connecting a :binary:`mongo.exe <bin.mongo>`
6868
shell, such as to connect to a MongoDB instance running on a different
69-
host and/or port, see :doc:`/mongo`. For information on CRUD
69+
host and/or port, see :doc:`/reference/mongo`. For information on CRUD
7070
(Create,Read,Update,Delete) operations, see:
7171
7272
- :doc:`/tutorial/insert-documents`

source/reference.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ Reference
1919
command>` operations, syntax, and use.
2020

2121
:doc:`/reference/method`
22-
Documentation of all JavaScript methods and helpers in the
23-
:binary:`~bin.mongo` shell.
22+
Documentation of JavaScript methods and helpers in
23+
:mongosh:`mongosh </>`.
24+
25+
:doc:`/reference/mongo`
26+
Documentation of JavaScript methods and helpers in
27+
the legacy :binary:`~bin.mongo` shell.
2428

2529
:doc:`/reference/program`
2630
Documentation of :binary:`~bin.mongod` and :binary:`~bin.mongos`
@@ -95,6 +99,7 @@ Reference
9599
/reference/operator
96100
/reference/command
97101
/reference/method
102+
/reference/mongo
98103
/reference/program
99104
/reference/configuration-options
100105
/reference/parameters

0 commit comments

Comments
 (0)