-
Notifications
You must be signed in to change notification settings - Fork 52
DOCSP-30327: Added clear link for downloading and installing the driver #703
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 small change then LGTM
source/index.txt
Outdated
@@ -28,7 +28,10 @@ Introduction | |||
Welcome to the documentation site for the official {+driver-long+}. | |||
You can add the driver to your application to work with MongoDB | |||
in JavaScript. Download it using `npm <https://www.npmjs.com/>`__ | |||
or set up a runnable project by following our Quick Start guide. | |||
or set up a runnable project by following our Quick Start guide. For more | |||
information on downloading and installing the {+driver-short+}, see |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I: about vs. on
S:
information on downloading and installing the {+driver-short+}, see | |
information about downloading and installing the {+driver-short+}, see |
(BTW, I disagree with the style guide on this point; "on" just sounds better here.)
source/index.txt
Outdated
in JavaScript. Download it using `npm <https://www.npmjs.com/>`__ | ||
or set up a runnable project by following our Quick Start guide. | ||
or set up a runnable project by following our Quick Start guide. For more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion:
"... work with MongoDB in JavaScript or TypeScript."
Omit the next sentence about "Download" or "Set up a Runnable project" since the next sentence provides that information and the npm link is misleading.
…er (mongodb#703) * DOCSP-30327: Added clear link for downloading and installing the driver. * PR feedback.
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-30327
Staging - https://docs-mongodbcom-staging.corp.mongodb.com/node/docsworker-xlarge/DOCSP-30327/
Self-Review Checklist