File tree Expand file tree Collapse file tree 4 files changed +3
-16
lines changed Expand file tree Collapse file tree 4 files changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -19,21 +19,8 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
1919
2020[constants ]
2121version = " 5.5"
22- package-name-org = " mongodb-org"
2322api = " https://mongodb.github.io/node-mongodb-native/{+version+}"
24- min-node-version = " v12"
25- mongosh = " ``mongosh``"
26- driver = " node"
2723driver-long = " MongoDB Node.js driver"
2824driver-short = " Node.js driver"
2925mdb-server = " MongoDB Server"
30- node-legacy = " `MongoDB Node.js driver with optional callback support <https://www.npmjs.com/package/mongodb-legacy>`__"
3126stable-api = " Stable API"
32- qe = " Queryable Encryption"
33- mongodb-client-encryption-version = " 2.2.1"
34- key-vault-long = " key vault collection"
35- kms-long = " Key Management System"
36- cmk-long = " Customer Master Key"
37- dek-long = " Data Encryption Key"
38- csfle-short = " CSFLE"
39- csfle-long = " Client-side Field Level Encryption (CSFLE)"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Create a Time Series Collection
2121-------------------------------
2222
2323We recommend that you create a time series collection using the MongoDB Shell
24- ({+ mongosh+} ). For detailed instructions on creating a time series collection
24+ (`` mongosh`` ). For detailed instructions on creating a time series collection
2525using the MongoDB Shell, see our
2626:manual:`MongoDB Manual entry on time series collections </core/timeseries-collections/#create-a-time-series-collection>`.
2727
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 {+min-node-version+} or later and
12+ Ensure you have Node.js v12 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
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ New features of the 4.10 {+driver-short+} release include:
350350 myColl.findOne().then(res => callback(null, res), err => callback(err))
351351
352352 - If you are unable to migrate to Promises in a large codebase, you can
353- use the {+node-legacy+} package.
353+ use the `{+driver-long+} with optional callback support <https://www.npmjs.com/package/mongodb-legacy>`__ package.
354354
355355To learn more, see `v4.10.0 Release Highlights <https://github.com/mongodb/node-mongodb-native/releases/tag/v4.10.0>`__.
356356
You can’t perform that action at this time.
0 commit comments