File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -23,4 +23,5 @@ api = "https://mongodb.github.io/node-mongodb-native/{+version+}"
23
23
driver-long = " MongoDB Node.js driver"
24
24
driver-short = " Node.js driver"
25
25
mdb-server = " MongoDB Server"
26
+ min-node-version = " v12"
26
27
stable-api = " Stable API"
Original file line number Diff line number Diff line change @@ -20,8 +20,9 @@ Node.js driver.
20
20
Create a Time Series Collection
21
21
-------------------------------
22
22
23
- We recommend that you create a time series collection using the MongoDB Shell
24
- (``mongosh``). For detailed instructions on creating a time series collection
23
+ We recommend that you create a time series collection using the MongoDB Shell.
24
+ Refer to the :mdb-shell:`MongoDB Shell documentation<>` to learn more.
25
+ For detailed instructions on creating a time series collection
25
26
using the MongoDB Shell, see our
26
27
:manual:`MongoDB Manual entry on time series collections </core/timeseries-collections/#create-a-time-series-collection>`.
27
28
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Download and Install
9
9
10
10
.. step:: Install Node and npm
11
11
12
- Ensure you have Node.js v12 or later and
12
+ Ensure you have Node.js {+min-node-version+} or later and
13
13
npm (Node Package Manager) installed in your development environment.
14
14
15
15
For information on how to install Node.js and npm, see
You can’t perform that action at this time.
0 commit comments