File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ MongoDB Node Driver
1111 :maxdepth: 1
1212
1313 /quick-start
14- /fundamentals
1514 /usage-examples
15+ /fundamentals
1616 API Documentation <https://mongodb.github.io/node-mongodb-native/4.0/>
17- Release Notes <https://github.com/mongodb/node-mongodb-native/releases/>
18- View the Source <https://github.com/mongodb/node-mongodb-native/>
1917 /faq
2018 /issues-and-help
2119 /compatibility
2220 /whats-new
21+ Release Notes <https://github.com/mongodb/node-mongodb-native/releases/>
22+ View the Source <https://github.com/mongodb/node-mongodb-native/>
2323
2424Introduction
2525------------
@@ -71,6 +71,12 @@ To get up and running quickly, take a look at the :doc:`Quick Start
7171</quick-start>` to learn how to establish a connection to MongoDB Atlas
7272and begin to work with data.
7373
74+ Usage Examples
75+ --------------
76+ The :doc:`Usage Examples </usage-examples>` section provides
77+ runnable code snippets and explanations for common methods. We recommend
78+ this section for users that are new to the MongoDB Node.js driver.
79+
7480Fundamentals
7581------------
7682Whether you are new to MongoDB or you just want to brush up on the core
@@ -79,12 +85,6 @@ material on using the Node.js driver for the following:
7985
8086.. include:: /includes/fundamentals-sections.rst
8187
82- Usage Examples
83- --------------
84- The :doc:`Usage Examples </usage-examples>` section provides
85- runnable code snippets and explanations for common methods. We recommend
86- this section for users that are new to the MongoDB Node.js driver.
87-
8888API
8989---
9090See the :node-api-4.0:`API documentation <>` if you are looking for
You can’t perform that action at this time.
0 commit comments