File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ MongoDB Node Driver
10
10
11
11
/quick-start
12
12
/quick-reference
13
+ /whats-new
13
14
/usage-examples
14
15
/fundamentals
15
16
API Documentation <{+api+}>
16
17
/faq
17
18
/issues-and-help
18
19
/compatibility
19
- /whats-new
20
20
/upgrade
21
21
Release Notes <https://github.com/mongodb/node-mongodb-native/releases/>
22
22
View the Source <https://github.com/mongodb/node-mongodb-native/>
@@ -41,6 +41,12 @@ Quick Reference
41
41
See driver syntax examples for common MongoDB commands in the
42
42
:ref:`Quick Reference <node-quick-reference>` section.
43
43
44
+ What's New
45
+ ----------
46
+
47
+ For a list of new features and changes in each version, see the
48
+ :ref:`What's New <node-whats-new>` section.
49
+
44
50
Usage Examples
45
51
--------------
46
52
@@ -79,12 +85,6 @@ For the compatibility tables that show the recommended {+driver-short+}
79
85
version for each MongoDB Server version, see the
80
86
:doc:`Compatibility </compatibility>` section.
81
87
82
- What's New
83
- ----------
84
-
85
- For a list of new features and changes in each version, see the
86
- :doc:`What's New </whats-new>` section.
87
-
88
88
Upgrade Driver Versions
89
89
-----------------------
90
90
Original file line number Diff line number Diff line change
1
+ .. _node-whats-new:
2
+
1
3
==========
2
4
What's New
3
5
==========
You can’t perform that action at this time.
0 commit comments