Skip to content

Commit c9ea80f

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 55e4bfa commit c9ea80f

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
@@ -10,13 +10,13 @@ MongoDB Node Driver
1010

1111
/quick-start
1212
/quick-reference
13+
/whats-new
1314
/usage-examples
1415
/fundamentals
1516
API Documentation <{+api+}>
1617
/faq
1718
/issues-and-help
1819
/compatibility
19-
/whats-new
2020
/upgrade
2121
Release Notes <https://github.com/mongodb/node-mongodb-native/releases/>
2222
View the Source <https://github.com/mongodb/node-mongodb-native/>
@@ -41,6 +41,12 @@ Quick Reference
4141
See driver syntax examples for common MongoDB commands in the
4242
:ref:`Quick Reference <node-quick-reference>` section.
4343

44+
What's New
45+
----------
46+
47+
For a list of new features and changes in each version, see the
48+
:ref:`What's New <node-whats-new>` section.
49+
4450
Usage Examples
4551
--------------
4652

@@ -79,12 +85,6 @@ For the compatibility tables that show the recommended {+driver-short+}
7985
version for each MongoDB Server version, see the
8086
:doc:`Compatibility </compatibility>` section.
8187

82-
What's New
83-
----------
84-
85-
For a list of new features and changes in each version, see the
86-
:doc:`What's New </whats-new>` section.
87-
8888
Upgrade Driver Versions
8989
-----------------------
9090

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)