Skip to content

Commit 43c023d

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 05b5167 commit 43c023d

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
Release Notes <https://github.com/mongodb/node-mongodb-native/releases/>
2323
View the Source <https://github.com/mongodb/node-mongodb-native/>
2424

@@ -56,6 +56,12 @@ Quick Reference
5656
See driver syntax examples for common MongoDB commands in the
5757
:ref:`Quick Reference <node-quick-reference>` section.
5858

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+
5965
Usage Examples
6066
--------------
6167

@@ -95,12 +101,6 @@ For the compatibility charts that show the recommended Node.js
95101
Driver version for each MongoDB Server version, see the
96102
:doc:`Compatibility </compatibility>` section.
97103

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-
104104
Learn
105105
-----
106106

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)