Skip to content

Commit 7694f42

Browse files
caitlindaveyCaitlin Davey
authored andcommitted
DOCSP-29323 Removed unused constants and edited files where constants were only used once. (mongodb#686)
Co-authored-by: Caitlin Davey <[email protected]>
1 parent 32b2754 commit 7694f42

File tree

4 files changed

+3
-16
lines changed

4 files changed

+3
-16
lines changed

snooty.toml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,8 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
1919

2020
[constants]
2121
version = "5.5"
22-
package-name-org = "mongodb-org"
2322
api = "https://mongodb.github.io/node-mongodb-native/{+version+}"
24-
min-node-version = "v12"
25-
mongosh = "``mongosh``"
26-
driver = "node"
2723
driver-long = "MongoDB Node.js driver"
2824
driver-short = "Node.js driver"
2925
mdb-server = "MongoDB Server"
30-
node-legacy = "`MongoDB Node.js driver with optional callback support <https://www.npmjs.com/package/mongodb-legacy>`__"
3126
stable-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)"

source/fundamentals/time-series.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Create a Time Series Collection
2121
-------------------------------
2222

2323
We 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
2525
using the MongoDB Shell, see our
2626
:manual:`MongoDB Manual entry on time series collections </core/timeseries-collections/#create-a-time-series-collection>`.
2727

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 {+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

source/whats-new.txt

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

355355
To learn more, see `v4.10.0 Release Highlights <https://github.com/mongodb/node-mongodb-native/releases/tag/v4.10.0>`__.
356356

0 commit comments

Comments
 (0)