Skip to content

Commit a7b26e2

Browse files
committed
DOCSP-29626: move what's new in nav (#672)
* DOCSP-29626: move what's new in nav * anchor fix * anchor fix * build staging (cherry picked from commit fb8eb48)
1 parent d3cc145 commit a7b26e2

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

source/index.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ MongoDB Node Driver
1212

1313
/quick-start
1414
/quick-reference
15+
/whats-new
1516
/usage-examples
1617
/fundamentals
1718
API Documentation <{+api+}>
1819
/faq
1920
/issues-and-help
2021
/compatibility
21-
/whats-new
2222
/upgrade
2323
Release Notes <https://github.com/mongodb/node-mongodb-native/releases/>
2424
View the Source <https://github.com/mongodb/node-mongodb-native/>
@@ -48,6 +48,12 @@ Quick Reference
4848
See driver syntax examples for common MongoDB commands in the
4949
:ref:`Quick Reference <node-quick-reference>` section.
5050

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+
5157
Usage Examples
5258
--------------
5359

@@ -87,12 +93,6 @@ For the compatibility charts that show the recommended Node.js
8793
Driver version for each MongoDB Server version, see the
8894
:doc:`Compatibility </compatibility>` section.
8995

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-
9696
Upgrade Driver Versions
9797
-----------------------
9898

source/whats-new.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _node-whats-new:
2+
13
==========
24
What's New
35
==========

0 commit comments

Comments
 (0)