Skip to content

Commit b6ce1c0

Browse files
author
Caitlin Davey
committed
Add constant and edit link
1 parent b67a3d2 commit b6ce1c0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ api = "https://mongodb.github.io/node-mongodb-native/{+version+}"
2323
driver-long = "MongoDB Node.js driver"
2424
driver-short = "Node.js driver"
2525
mdb-server = "MongoDB Server"
26+
min-node-version = "v12"
2627
stable-api = "Stable API"

source/fundamentals/time-series.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ Node.js driver.
2020
Create 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
2526
using the MongoDB Shell, see our
2627
:manual:`MongoDB Manual entry on time series collections </core/timeseries-collections/#create-a-time-series-collection>`.
2728

source/quick-start/download-and-install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)