Skip to content

Commit 67579f3

Browse files
author
Caitlin Davey
committed
Add source constant and text to link to mdb-shell
1 parent d9ff76c commit 67579f3

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
@@ -20,6 +20,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
2020
[constants]
2121
version = "5.5"
2222
api = "https://mongodb.github.io/node-mongodb-native/{+version+}"
23+
min-node-version = "v12"
2324
driver-long = "MongoDB Node.js driver"
2425
driver-short = "Node.js driver"
2526
mdb-server = "MongoDB Server"

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+
See 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)