Skip to content

Commit 990ebe0

Browse files
author
Chris Cho
authored
DOCSP-9028: index page and issues and help page fixes (#78)
* DOCSP-9028: index page and issues and help page fixes
1 parent 62af841 commit 990ebe0

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

source/index.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ MongoDB Node Driver
2222
Introduction
2323
------------
2424
The official MongoDB Node.js driver allows Node.js applications to
25-
connect to MongoDB and work with data. The driver features both
26-
callback-based and Promise-based interaction with MongoDB.
25+
connect to MongoDB and work with data. The driver features an asynchronous
26+
API which allows you to access method return values through Promises or
27+
specify callbacks to access them when communicating with MongoDB.
2728

2829
.. note::
2930

@@ -67,7 +68,7 @@ material on using the Node.js driver for the following:
6768
* :doc:`Indexes </fundamentals/indexes>`: create and design indexes to make
6869
your queries efficient
6970

70-
* :doc:`Collations </fundamentals/collations>`: apply language-specific
71+
* :doc:`Collations </fundamentals/collations>`: apply language-specific
7172
sorting rules to your query results
7273

7374
* :doc:`Logging </fundamentals/logging>`: configure the driver to log

source/issues-and-help.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Issues & Help
55
.. default-domain:: mongodb
66

77
Our developer community is vibrant and highly engaged, with extensive experience using Node.js with MongoDB.
8-
Often, the quickest way to get support for
9-
general questions is through the `mongodb-user google group <http://groups.google.com/group/mongodb-user>`_
10-
or through `stackoverflow <http://stackoverflow.com/questions/tagged/mongodb+nodejs>`_.
8+
9+
Often, the quickest way to get support for general questions is through the
10+
`MongoDB Community Forums <https://community.mongodb.com>`_.
1111

1212
Refer to our `support channels <http://www.mongodb.org/about/support>`_ documentation for more information.
1313

@@ -57,4 +57,4 @@ Note that, depending on the type of topology that you are running (standalone, r
5757
.. note::
5858

5959
There are many tools that can help you with setting up different topologies for local testing.
60-
Some examples are `mtools <https://pypi.org/project/mtools/>`_ and `mongo-orchestration <https://pypi.org/project/mongo-orchestration/>`_.
60+
Some examples are `mtools <https://pypi.org/project/mtools/>`_ and `mongo-orchestration <https://pypi.org/project/mongo-orchestration/>`_.

0 commit comments

Comments
 (0)