Skip to content

Commit dba1a8c

Browse files
DOCSP-23134 shorten mongosh method admonition (#1209)
* shorten mongosh method admonition * tweaks * wording * wording
1 parent 61436ab commit dba1a8c

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed
Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
.. important:: ``mongosh`` Method
22

3-
This is a :binary:`~bin.mongosh` method. This is *not* the
4-
documentation for ``Node.js`` or other programming language specific
5-
driver methods.
3+
This page documents a :binary:`~bin.mongosh` method. This is *not*
4+
the documentation for a language-specific driver such as Node.js.
65

7-
In most cases, :binary:`~bin.mongosh` methods work the same way as
8-
the legacy :binary:`~bin.mongo` shell methods. However, some legacy
9-
methods are unavailable in ``mongosh``.
6+
For MongoDB API drivers, refer to the language-specific
7+
:driver:`MongoDB driver documentation </>`.
108

11-
For the legacy :binary:`~bin.mongo` shell documentation, refer to the
9+
For the legacy ``mongo`` shell documentation, refer to the
1210
documentation for the corresponding MongoDB Server release:
1311

1412
- :v4.4:`mongo shell v4.4 </mongo>`
1513
- :v4.2:`mongo shell v4.2 </mongo>`
16-
- :v4.0:`mongo shell v4.0 </mongo>`
17-
18-
For MongoDB API drivers, refer to the language specific
19-
:driver:`MongoDB driver </>` documentation.

0 commit comments

Comments
 (0)