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 @@ -12,13 +12,13 @@ MongoDB Node Driver
12
12
13
13
/quick-start
14
14
/quick-reference
15
+ /whats-new
15
16
/usage-examples
16
17
/fundamentals
17
18
API Documentation <{+api+}>
18
19
/faq
19
20
/issues-and-help
20
21
/compatibility
21
- /whats-new
22
22
/upgrade
23
23
Release Notes <https://github.com/mongodb/node-mongodb-native/releases/>
24
24
View the Source <https://github.com/mongodb/node-mongodb-native/>
@@ -48,6 +48,12 @@ Quick Reference
48
48
See driver syntax examples for common MongoDB commands in the
49
49
:ref:`Quick Reference <node-quick-reference>` section.
50
50
51
+ What's New
52
+ ----------
53
+
54
+ For a list of new features and changes in each version, see the
55
+ :ref:`What's New <node-whats-new>` section.
56
+
51
57
Usage Examples
52
58
--------------
53
59
@@ -87,12 +93,6 @@ For the compatibility charts that show the recommended Node.js
87
93
Driver version for each MongoDB Server version, see the
88
94
:doc:`Compatibility </compatibility>` section.
89
95
90
- What's New
91
- ----------
92
-
93
- For a list of new features and changes in each version, see the
94
- :doc:`What's New </whats-new>` section.
95
-
96
96
Upgrade Driver Versions
97
97
-----------------------
98
98
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