Skip to content

DOCSP-29626: move what's new in nav #672

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ MongoDB Node Driver

/quick-start
/quick-reference
/whats-new
/usage-examples
/fundamentals
API Documentation <{+api+}>
/faq
/issues-and-help
/compatibility
/whats-new
/upgrade
Release Notes <https://github.com/mongodb/node-mongodb-native/releases/>
View the Source <https://github.com/mongodb/node-mongodb-native/>
Expand All @@ -41,6 +41,12 @@ Quick Reference
See driver syntax examples for common MongoDB commands in the
:ref:`Quick Reference <node-quick-reference>` section.

What's New
----------

For a list of new features and changes in each version, see the
:ref:`What's New <node-whats-new>` section.

Usage Examples
--------------

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

What's New
----------

For a list of new features and changes in each version, see the
:doc:`What's New </whats-new>` section.

Upgrade Driver Versions
-----------------------

Expand Down
2 changes: 2 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _node-whats-new:

==========
What's New
==========
Expand Down