File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 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+}"
2323driver-long = " MongoDB Node.js driver"
2424driver-short = " Node.js driver"
2525mdb-server = " MongoDB Server"
26+ min-node-version = " v12"
2627stable-api = " Stable API"
Original file line number Diff line number Diff line change @@ -20,8 +20,9 @@ Node.js driver.
2020Create a Time Series Collection
2121-------------------------------
2222
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
2526using the MongoDB Shell, see our
2627:manual:`MongoDB Manual entry on time series collections </core/timeseries-collections/#create-a-time-series-collection>`.
2728
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Download and Install
99
1010 .. step:: Install Node and npm
1111
12- Ensure you have Node.js v12 or later and
12+ Ensure you have Node.js {+min-node-version+} or later and
1313 npm (Node Package Manager) installed in your development environment.
1414
1515 For information on how to install Node.js and npm, see
You can’t perform that action at this time.
0 commit comments