Skip to content

Commit 30da0e4

Browse files
Merge pull request #71 from kanchana-mongodb/DOCSP-13397
DOCSP-13397 Use node v14 in mongosh
2 parents 150d101 + 1bf6844 commit 30da0e4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ pem = ":abbr:`PEM (Privacy Enhanced Mail)`"
8585
pit = ":abbr:`PIT (Point in Time)`"
8686
piv = ":abbr:`PIV (Personal Identity Verification)`"
8787
rdp = ":abbr:`RDP (Remote Desktop Protocol)`"
88+
repl = ":abbr:`REPL (Read Eval Print Loop)`"
8889
restapi = ":abbr:`REST (Representational State Transfer)` :abbr:`API (Application Programming Interface)`"
8990
rest = ":abbr:`REST (Representational State Transfer)`"
9091
s3 = ":abbr:`S3 (Simple Storage Service)`"

source/index.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ MongoDB Shell
1414

1515
.. include:: /includes/admonitions/fact-mdb-shell-beta.rst
1616

17-
The |mdb-shell|, ``mongosh``, is a fully functional JavaScript
18-
environment for interacting with MongoDB deployments. You can use the
19-
|mdb-shell| to test queries and operations directly with your database.
17+
The |mdb-shell|, ``mongosh``, is a fully functional JavaScript and
18+
Node.js 14.x |repl| environment for interacting with MongoDB
19+
deployments. You can use the |mdb-shell| to test queries and operations
20+
directly with your database.
2021

2122
``mongosh`` is available as a standalone package in the MongoDB
2223
download center.

0 commit comments

Comments
 (0)