From 08da19d53aaec51daf516acbf951b12426a3749d Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh <148898879+rachel-mack@users.noreply.github.com> Date: Tue, 27 May 2025 12:15:08 -0400 Subject: [PATCH] rename what's new (#698) --- config/redirects | 1 + source/index.txt | 6 +++--- source/reference.txt | 4 ++-- source/reference/legacy.txt | 2 +- source/reference/{whats-new.txt => release-notes.txt} | 7 ++++--- 5 files changed, 11 insertions(+), 9 deletions(-) rename source/reference/{whats-new.txt => release-notes.txt} (99%) diff --git a/config/redirects b/config/redirects index dffea446a..616020d0f 100644 --- a/config/redirects +++ b/config/redirects @@ -72,3 +72,4 @@ raw: ${prefix}/master -> ${base}/upcoming/ [v5.0-master]: ${prefix}/${version}/quick-reference/ -> ${base}/${version}/getting-started/quick-reference/ [v5.0-master]: ${prefix}/${version}/fundamentals/enterprise-auth/ -> ${base}/${version}/security/enterprise-auth/ [v5.0-master]: ${prefix}/${version}/connection/socks/ -> ${base}/${version}/security/socks/ +[v5.0-*]: ${prefix}/${version}/whats-new/ -> ${base}/${version}/reference/release-notes/ diff --git a/source/index.txt b/source/index.txt index 1667ebfb5..a4c9dfaa1 100644 --- a/source/index.txt +++ b/source/index.txt @@ -63,11 +63,11 @@ Get Started Learn how to establish a connection to MongoDB Atlas and begin working with data in the :ref:`Get Started ` section. -What's New ----------- +Release Notes +------------- For a list of new features and changes in each version, see the -:ref:`What's New ` section. +:ref:`Release Notes ` section. API Documentation ----------------- diff --git a/source/reference.txt b/source/reference.txt index 965cf7039..5eb0901a9 100644 --- a/source/reference.txt +++ b/source/reference.txt @@ -9,12 +9,12 @@ Reference :titlesonly: :maxdepth: 1 - Release Notes + Release Notes Compatibility Upgrade Migrate from the Legacy API -- :ref:`Release Notes ` +- :ref:`Release Notes ` - :ref:`Compatibility ` - :ref:`Upgrade ` - :ref:`Migrate from the Legacy API ` diff --git a/source/reference/legacy.txt b/source/reference/legacy.txt index 4784079e0..b67eebbad 100644 --- a/source/reference/legacy.txt +++ b/source/reference/legacy.txt @@ -58,7 +58,7 @@ API include: - **Native POJO support**, which provides automatic or custom mapping between MongoDB documents and Java objects -To learn about more features of the current API, see :ref:`java-whats-new`. +To learn about more features of the current API, see :ref:`java-release-notes`. API Changes diff --git a/source/reference/whats-new.txt b/source/reference/release-notes.txt similarity index 99% rename from source/reference/whats-new.txt rename to source/reference/release-notes.txt index f8b290d27..7ceca65e7 100644 --- a/source/reference/whats-new.txt +++ b/source/reference/release-notes.txt @@ -1,8 +1,9 @@ .. _java-whats-new: +.. _java-release-notes: -========== -What's New -========== +============= +Release Notes +============= .. facet:: :name: genre