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/>
@@ -44,6 +44,12 @@ Quick Reference
44
44
See driver syntax examples for common MongoDB commands in the
45
45
:ref:`Quick Reference <node-quick-reference>` section.
46
46
47
+ What's New
48
+ ----------
49
+
50
+ For a list of new features and changes in each version, see the
51
+ :ref:`What's New <node-whats-new>` section.
52
+
47
53
Usage Examples
48
54
--------------
49
55
@@ -83,12 +89,6 @@ For the compatibility charts that show the recommended Node.js
83
89
Driver version for each MongoDB Server version, see the
84
90
:doc:`Compatibility </compatibility>` section.
85
91
86
- What's New
87
- ----------
88
-
89
- For a list of new features and changes in each version, see the
90
- :doc:`What's New </whats-new>` section.
91
-
92
92
Upgrade Driver Versions
93
93
-----------------------
94
94
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