-
Notifications
You must be signed in to change notification settings - Fork 52
(DOCSP-32271) Adds Atlas CTA to several Node.js pages #781
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -35,6 +35,17 @@ learn: | |||||
- :ref:`How to Enable SOCKS5 Proxy Support <node-connect-socks>` | ||||||
- :atlas:`How to Connect to MongoDB Atlas from AWS Lambda </manage-connections-aws-lambda/>` | ||||||
|
||||||
Compatibility | ||||||
------------- | ||||||
|
||||||
.. |page-topic| replace:: use the Node.js driver | ||||||
.. |link-topic-ing| replace:: connecting using drivers | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I: standalone "using" S:
Suggested change
(still standalone, but unambiguous here imo) |
||||||
|
||||||
.. |atlas-url| replace:: :atlas:`Connect Your Application </driver-connection>` | ||||||
|
||||||
.. include:: /includes/fact-atlas-compatible.rst | ||||||
.. include:: /includes/fact-atlas-link.rst | ||||||
|
||||||
For information about authenticating to MongoDB, | ||||||
see :ref:`node-authentication-mechanisms` and | ||||||
:ref:`node-enterprise-authentication-mechanisms`. |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -28,6 +28,17 @@ Some operations combine aspects of read and write operations. See our | |||||
guide on :doc:`compound operations </fundamentals/crud/compound-operations>` | ||||||
to learn more about these hybrid methods. | ||||||
|
||||||
Compatibility | ||||||
------------- | ||||||
|
||||||
.. |page-topic| replace:: use CRUD operations | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. S: I don't think anyone would really be lost by "use" here, but I think of "use" as being something you do with a specific tool (use a hammer, use a driver, etc.) whereas a CRUD operation is more like a series of actions--something you perform or execute
Suggested change
|
||||||
.. |link-topic-ing| replace:: using CRUD operations in the Atlas UI | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
.. |atlas-url| replace:: :atlas:`Create, View, Update, and Delete Documents </atlas-ui/documents>` | ||||||
|
||||||
.. include:: /includes/fact-atlas-compatible.rst | ||||||
.. include:: /includes/fact-atlas-link.rst | ||||||
|
||||||
.. note:: | ||||||
|
||||||
If you are looking for additional resources for learning topics related | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -41,6 +41,17 @@ matching data is inserted. | |||||
|
||||||
.. include:: /includes/access-cursor-note.rst | ||||||
|
||||||
Compatibility | ||||||
------------- | ||||||
|
||||||
.. |page-topic| replace:: use read operations | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. S:
Suggested change
|
||||||
.. |link-topic-ing| replace:: using read operations in the Atlas UI | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I: "performing", plus remove standalone "using"
Suggested change
|
||||||
|
||||||
.. |atlas-url| replace:: :atlas:`Create, View, Update, and Delete Documents </atlas-ui/documents/#view--filter--and-sort-documents>` | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Q: Do you think it makes sense to use a different link title since this goes to the middle of the page? |
||||||
|
||||||
.. include:: /includes/fact-atlas-compatible.rst | ||||||
.. include:: /includes/fact-atlas-link.rst | ||||||
|
||||||
Find | ||||||
---- | ||||||
|
||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,4 @@ | ||||||
You can connect using the Node.js driver and |page-topic| for | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I: To avoid "using" and also make this a little clearer, I'd go with something like this:
Suggested change
|
||||||
deployments hosted in the following environments: | ||||||
|
||||||
.. include:: /includes/fact-environments.rst |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
To learn more about |link-topic-ing| for deployments hosted in MongoDB | ||
Atlas, see |atlas-url|. |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,7 @@ | ||||||
- `MongoDB Atlas | ||||||
<https://www.mongodb.com/docs/atlas>`__: The fully | ||||||
managed service for MongoDB deployments in the cloud | ||||||
- :ref:`MongoDB Enterprise <install-mdb-enterprise>`: The | ||||||
subscription-based, self-managed version of MongoDB | ||||||
- :ref:`MongoDB Community <install-mdb-community-edition>`: The | ||||||
source available, free-to-use, and self-managed version of MongoDB | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I: "source available" is a compound modifier and should be hyphenated
Suggested change
|
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -32,6 +32,11 @@ installing the {+driver-short+}, see | |||||||||
:ref:`Download and Install <node-quick-start-download-and-install>` in the | ||||||||||
Quick Start guide. | ||||||||||
|
||||||||||
You can connect using the Node.js driver for | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. S: We have a source constant for "Node.js driver'
Suggested change
|
||||||||||
deployments hosted in the following environments: | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I: I don't love that the Style Guide makes this an absolute, but it prohibits standalone "using". I think something like this is clearer, too:
Suggested change
|
||||||||||
|
||||||||||
.. include:: /includes/fact-environments.rst | ||||||||||
|
||||||||||
Quick Start | ||||||||||
----------- | ||||||||||
|
||||||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -9,6 +9,17 @@ Quick Reference | |||||
This page shows the driver syntax for several MongoDB commands and links to | ||||||
their related reference and API documentation. | ||||||
|
||||||
Compatibility | ||||||
------------- | ||||||
|
||||||
.. |page-topic| replace:: use the following driver syntax | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I: This page-topic makes the final sentence a little awkward, especially if you accept my suggestion in an earlier comment: "You can use the Node.js driver to connect and [use the following driver syntax] for deployments hosted in the following environments:" S:
Suggested change
^^^ This is how the page intro describes the content of the page |
||||||
.. |link-topic-ing| replace:: using common CRUD operations in the Atlas UI | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. S:
Suggested change
|
||||||
|
||||||
.. |atlas-url| replace:: :atlas:`Create, View, Update, and Delete Documents </atlas-ui/documents>` | ||||||
|
||||||
.. include:: /includes/fact-atlas-compatible.rst | ||||||
.. include:: /includes/fact-atlas-link.rst | ||||||
|
||||||
.. list-table:: | ||||||
:header-rows: 1 | ||||||
:widths: 25 75 | ||||||
|
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.
S: snooty constant for "Node.js driver"