Skip to content

Commit 7f828e7

Browse files
DOCSP-17643 sidebar toc updates (#214)
* reordered sidebar toc
1 parent b1f477d commit 7f828e7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

source/index.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

2424
Introduction
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
7272
and 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+
7480
Fundamentals
7581
------------
7682
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:
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-
8888
API
8989
---
9090
See the :node-api-4.0:`API documentation <>` if you are looking for

0 commit comments

Comments
 (0)