Skip to content

Commit 38ca35f

Browse files
mungitoperritojeff-allen-mongo
authored andcommitted
DOCSP-15489 update mongo shell banner for mongosh
1 parent 82e75df commit 38ca35f

File tree

92 files changed

+139
-102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+139
-102
lines changed

source/includes/fact-mongo-shell-method-toc.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

source/includes/fact-mongo-shell-method.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Lines changed: 20 additions & 0 deletions

source/reference/method.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _js-administrative-methods:
22

3-
=======================
4-
``mongo`` Shell Methods
5-
=======================
3+
===================
4+
``mongosh`` Methods
5+
===================
66

77
.. default-domain:: mongodb
88

source/reference/method/cursor.addOption.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Definition
1616
.. method:: cursor.addOption(flag)
1717

1818

19-
.. include:: /includes/fact-mongo-shell-method.rst
19+
.. include:: /includes/fact-mongosh-shell-method.rst
2020

2121

2222
.. include:: /includes/extracts/mongo-shell-deprecated-meta-operator-cursor-addOption.rst

source/reference/method/cursor.allowDiskUse.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Definition
1818
.. method:: cursor.allowDiskUse()
1919

2020

21-
.. include:: /includes/fact-mongo-shell-method.rst
21+
.. include:: /includes/fact-mongosh-shell-method.rst
2222

2323
:method:`~cursor.allowDiskUse()` allows MongoDB to use temporary
2424
files on disk to store data exceeding the 100 megabyte system memory

source/reference/method/cursor.allowPartialResults.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Definition
1515

1616
.. method:: cursor.allowPartialResults()
1717

18-
.. include:: /includes/fact-mongo-shell-method.rst
18+
.. include:: /includes/fact-mongosh-shell-method.rst
1919

2020
When used with :method:`db.collection.find()` operations against a
2121
sharded collection, returns partial results, rather than an error,

source/reference/method/cursor.batchSize.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Definition
1616
.. method:: cursor.batchSize(size)
1717

1818

19-
.. include:: /includes/fact-mongo-shell-method.rst
19+
.. include:: /includes/fact-mongosh-shell-method.rst
2020

2121

2222
Specifies the

source/reference/method/cursor.close.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Definition
1010
.. method:: cursor.close()
1111

1212

13-
.. include:: /includes/fact-mongo-shell-method.rst
13+
.. include:: /includes/fact-mongosh-shell-method.rst
1414

1515

1616
Instructs the server to close a :ref:`cursor <read-operations-cursors>`

0 commit comments

Comments
 (0)