Skip to content

Commit 3ad6ed9

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 d4cc547 commit 3ad6ed9

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/>
@@ -44,6 +44,12 @@ Quick Reference
4444
See driver syntax examples for common MongoDB commands in the
4545
:ref:`Quick Reference <node-quick-reference>` section.
4646

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+
4753
Usage Examples
4854
--------------
4955

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

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-
9292
Upgrade Driver Versions
9393
-----------------------
9494

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)