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
11
11
:maxdepth: 1
12
12
13
13
/quick-start
14
- /fundamentals
15
14
/usage-examples
15
+ /fundamentals
16
16
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/>
19
17
/faq
20
18
/issues-and-help
21
19
/compatibility
22
20
/whats-new
21
+ Release Notes <https://github.com/mongodb/node-mongodb-native/releases/>
22
+ View the Source <https://github.com/mongodb/node-mongodb-native/>
23
23
24
24
Introduction
25
25
------------
@@ -71,6 +71,12 @@ To get up and running quickly, take a look at the :doc:`Quick Start
71
71
</quick-start>` to learn how to establish a connection to MongoDB Atlas
72
72
and begin to work with data.
73
73
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
+
74
80
Fundamentals
75
81
------------
76
82
Whether 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:
79
85
80
86
.. include:: /includes/fundamentals-sections.rst
81
87
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
-
88
88
API
89
89
---
90
90
See the :node-api-4.0:`API documentation <>` if you are looking for
You can’t perform that action at this time.
0 commit comments