@@ -38,13 +38,13 @@ Developer Hub
3838~~~~~~~~~~~~~
3939
4040The Developer Hub contains content, resources, community, and social
41- engagement for developers.
41+ engagement for developers.
4242
4343To view articles on Node.js, see the `How To's and Articles page
44- <https://developer.mongodb.com/learn/?content=Articles&text=Node.js>`_.
44+ <https://developer.mongodb.com/learn/?content=Articles&text=Node.js>`_.
4545
4646To view the forum on Node.js, see the `forums page
47- <https://developer.mongodb.com/community/forums/tag/node-js>`_.
47+ <https://developer.mongodb.com/community/forums/tag/node-js>`_.
4848
4949MongoDB University
5050~~~~~~~~~~~~~~~~~~
@@ -77,28 +77,7 @@ Whether you are new to MongoDB or you just want to brush up on the core
7777concepts, you can check out the **Fundamentals** section which features
7878material on using the Node.js driver for the following:
7979
80- * :doc:`Connection Guide </fundamentals/connection>`: connect to a MongoDB
81- instance or replica set
82-
83- * :doc:`Authentication </fundamentals/authentication>`: configure
84- authentication and log a user in
85-
86- * :doc:`CRUD Operations </fundamentals/crud>`: read and write data to MongoDB
87-
88- * :doc:`Promises and Callbacks </fundamentals/promises>`: access return
89- values using asynchronous Javascript
90-
91- * :doc:`Indexes </fundamentals/indexes>`: create and design indexes to make
92- your queries efficient
93-
94- * :doc:`Collations </fundamentals/collations>`: apply language-specific
95- sorting rules to your query results
96-
97- * :doc:`Logging </fundamentals/logging>`: configure the driver to log
98- MongoDB operations
99-
100- * :doc:`Monitoring </fundamentals/monitoring>`: configure the driver to
101- monitor MongoDB server events
80+ .. include:: /includes/fundamentals-sections.rst
10281
10382Usage Examples
10483--------------
0 commit comments