File tree Expand file tree Collapse file tree 5 files changed +16
-9
lines changed Expand file tree Collapse file tree 5 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -69,3 +69,4 @@ raw: ${prefix}/master -> ${base}/upcoming/
6969[v5.0-master]: ${prefix}/${version}/quick-reference/ -> ${base}/${version}/getting-started/quick-reference/
7070[v5.0-master]: ${prefix}/${version}/fundamentals/enterprise-auth/ -> ${base}/${version}/security/enterprise-auth/
7171[v5.0-master]: ${prefix}/${version}/connection/socks/ -> ${base}/${version}/security/socks/
72+ [v5.0-*]: ${prefix}/${version}/whats-new/ -> ${base}/${version}/reference/release-notes/
Original file line number Diff line number Diff line change @@ -69,11 +69,11 @@ Quick Reference
6969See driver syntax examples for common MongoDB commands in the
7070:ref:`Quick Reference <java-quick-reference>` section.
7171
72- What's New
73- ----------
72+ Release Notes
73+ -------------
7474
7575For a list of new features and changes in each version, see the
76- :ref:`What's New <java-whats-new >` section.
76+ :ref:`Release Notes <java-release-notes >` section.
7777
7878Usage Examples
7979--------------
Original file line number Diff line number Diff line change @@ -9,7 +9,12 @@ Reference
99 :titlesonly:
1010 :maxdepth: 1
1111
12- Release Notes </reference/whats-new >
12+ Release Notes </reference/release-notes >
1313 Compatibility </reference/compatibility>
1414 Upgrade </reference/upgrade>
15- Migrate from the Legacy API </reference/legacy>
15+ Migrate from the Legacy API </reference/legacy>
16+
17+ - :ref:`Release Notes <java-release-notes>`
18+ - :ref:`Compatibility <java-compatibility-tables>`
19+ - :ref:`Upgrade <java-upgrade-driver>`
20+ - :ref:`Migrate from the Legacy API <java-legacy-api>`
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ API include:
6262- **Native POJO support**, which provides automatic or custom mapping between
6363 MongoDB documents and Java objects
6464
65- To learn about more features of the current API, see :ref:`java-whats-new `.
65+ To learn about more features of the current API, see :ref:`java-release-notes `.
6666
6767
6868API Changes
Original file line number Diff line number Diff line change 11.. _java-whats-new:
2+ .. _java-release-notes:
23
3- ==========
4- What's New
5- ==========
4+ =============
5+ Release Notes
6+ =============
67
78.. facet::
89 :name: genre
You can’t perform that action at this time.
0 commit comments