Skip to content

DOCSP-29323 Removed unused constants and edited files where constants… #686

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,8 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"

[constants]
version = "5.5"
package-name-org = "mongodb-org"
api = "https://mongodb.github.io/node-mongodb-native/{+version+}"
min-node-version = "v12"
mongosh = "``mongosh``"
driver = "node"
driver-long = "MongoDB Node.js driver"
driver-short = "Node.js driver"
mdb-server = "MongoDB Server"
node-legacy = "`MongoDB Node.js driver with optional callback support <https://www.npmjs.com/package/mongodb-legacy>`__"
stable-api = "Stable API"
qe = "Queryable Encryption"
mongodb-client-encryption-version = "2.2.1"
key-vault-long = "key vault collection"
kms-long = "Key Management System"
cmk-long = "Customer Master Key"
dek-long = "Data Encryption Key"
csfle-short = "CSFLE"
csfle-long = "Client-side Field Level Encryption (CSFLE)"
2 changes: 1 addition & 1 deletion source/fundamentals/time-series.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Create a Time Series Collection
-------------------------------

We recommend that you create a time series collection using the MongoDB Shell
({+mongosh+}). For detailed instructions on creating a time series collection
(``mongosh``). For detailed instructions on creating a time series collection
using the MongoDB Shell, see our
:manual:`MongoDB Manual entry on time series collections </core/timeseries-collections/#create-a-time-series-collection>`.

Expand Down
2 changes: 1 addition & 1 deletion source/quick-start/download-and-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Download and Install

.. step:: Install Node and npm

Ensure you have Node.js {+min-node-version+} or later and
Ensure you have Node.js v12 or later and
npm (Node Package Manager) installed in your development environment.

For information on how to install Node.js and npm, see
Expand Down
2 changes: 1 addition & 1 deletion source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ New features of the 4.10 {+driver-short+} release include:
myColl.findOne().then(res => callback(null, res), err => callback(err))

- If you are unable to migrate to Promises in a large codebase, you can
use the {+node-legacy+} package.
use the `{+driver-long+} with optional callback support <https://www.npmjs.com/package/mongodb-legacy>`__ package.

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

Expand Down