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
Release Notes <https://github.com/mongodb/node-mongodb-native/releases/>
23
23
View the Source <https://github.com/mongodb/node-mongodb-native/>
24
24
@@ -56,6 +56,12 @@ Quick Reference
56
56
See driver syntax examples for common MongoDB commands in the
57
57
:ref:`Quick Reference <node-quick-reference>` section.
58
58
59
+ What's New
60
+ ----------
61
+
62
+ For a list of new features and changes in each version, see the
63
+ :ref:`What's New <node-whats-new>` section.
64
+
59
65
Usage Examples
60
66
--------------
61
67
@@ -95,12 +101,6 @@ For the compatibility charts that show the recommended Node.js
95
101
Driver version for each MongoDB Server version, see the
96
102
:doc:`Compatibility </compatibility>` section.
97
103
98
- What's New
99
- ----------
100
-
101
- For a list of new features and changes in each version, see the
102
- :doc:`What's New </whats-new>` section.
103
-
104
104
Learn
105
105
-----
106
106
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