File tree 5 files changed +16
-9
lines changed 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/
69
69
[v5.0-master]: ${prefix}/${version}/quick-reference/ -> ${base}/${version}/getting-started/quick-reference/
70
70
[v5.0-master]: ${prefix}/${version}/fundamentals/enterprise-auth/ -> ${base}/${version}/security/enterprise-auth/
71
71
[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 @@ -68,11 +68,11 @@ Quick Reference
68
68
See driver syntax examples for common MongoDB commands in the
69
69
:ref:`Quick Reference <java-quick-reference>` section.
70
70
71
- What's New
72
- ----------
71
+ Release Notes
72
+ -------------
73
73
74
74
For a list of new features and changes in each version, see the
75
- :ref:`What's New <java-whats-new >` section.
75
+ :ref:`Release Notes <java-release-notes >` section.
76
76
77
77
API Documentation
78
78
-----------------
Original file line number Diff line number Diff line change @@ -9,7 +9,12 @@ Reference
9
9
:titlesonly:
10
10
:maxdepth: 1
11
11
12
- Release Notes </reference/whats-new >
12
+ Release Notes </reference/release-notes >
13
13
Compatibility </reference/compatibility>
14
14
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:
62
62
- **Native POJO support**, which provides automatic or custom mapping between
63
63
MongoDB documents and Java objects
64
64
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 `.
66
66
67
67
68
68
API Changes
Original file line number Diff line number Diff line change 1
1
.. _java-whats-new:
2
+ .. _java-release-notes:
2
3
3
- ==========
4
- What's New
5
- ==========
4
+ =============
5
+ Release Notes
6
+ =============
6
7
7
8
.. facet::
8
9
:name: genre
You can’t perform that action at this time.
0 commit comments