Skip to content

Commit 2ccc087

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 6929168 commit 2ccc087

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
@@ -14,13 +14,13 @@ MongoDB Node Driver
1414

1515
/quick-start
1616
/quick-reference
17+
/whats-new
1718
/usage-examples
1819
/fundamentals
1920
API Documentation <{+api+}>
2021
/faq
2122
/issues-and-help
2223
/compatibility
23-
/whats-new
2424
/upgrade
2525
Release Notes <https://github.com/mongodb/node-mongodb-native/releases/>
2626
View the Source <https://github.com/mongodb/node-mongodb-native/>
@@ -46,6 +46,12 @@ Quick Reference
4646
See driver syntax examples for common MongoDB commands in the
4747
:ref:`Quick Reference <node-quick-reference>` section.
4848

49+
What's New
50+
----------
51+
52+
For a list of new features and changes in each version, see the
53+
:ref:`What's New <node-whats-new>` section.
54+
4955
Usage Examples
5056
--------------
5157

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

88-
What's New
89-
----------
90-
91-
For a list of new features and changes in each version, see the
92-
:doc:`What's New </whats-new>` section.
93-
9494
Upgrade Driver Versions
9595
-----------------------
9696

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)