Skip to content

Commit 6aa431d

Browse files
authored
Merge pull request #8480 from KOTungseth/docs/rn-nav-titles
Updates navigation titles and descriptions for release notes
2 parents 13dbf71 + 5952d54 commit 6aa431d

File tree

4 files changed

+6
-14
lines changed

4 files changed

+6
-14
lines changed

docs/release-notes/breaking-changes.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
---
2-
navigation_title: "Elasticsearch .NET Client"
2+
navigation_title: "Breaking changes"
33
---
44

55
# Elasticsearch .NET Client breaking changes [elasticsearch-net-client-breaking-changes]
6-
Before you upgrade, carefully review the Elasticsearch .NET Client breaking changes and take the necessary steps to mitigate any issues.
7-
8-
To learn how to upgrade, check out <uprade docs>.
6+
Breaking changes can impact your Elastic applications, potentially disrupting normal operations. Before you upgrade, carefully review the Elasticsearch .NET Client breaking changes and take the necessary steps to mitigate any issues. To learn how to upgrade, check [Upgrade](docs-content://deploy-manage/upgrade.md).
97

108
% ## Next version [elasticsearch-nett-client-nextversion-breaking-changes]
11-
% **Release date:** Month day, year
129

1310
% ::::{dropdown} Title of breaking change
1411
% Description of the breaking change.
@@ -18,7 +15,6 @@ To learn how to upgrade, check out <uprade docs>.
1815
% ::::
1916

2017
% ## 9.0.0 [elasticsearch-nett-client-900-breaking-changes]
21-
% **Release date:** March 25, 2025
2218

2319
% ::::{dropdown} Title of breaking change
2420
% Description of the breaking change.

docs/release-notes/deprecations.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
navigation_title: "Elasticsearch .NET Client"
2+
navigation_title: "Deprecations"
33
---
44

55
# Elasticsearch .NET Client deprecations [elasticsearch-net-client-deprecations]
6-
Review the deprecated functionality for your Elasticsearch .NET Client version. While deprecations have no immediate impact, we strongly encourage you update your implementation after you upgrade.
6+
Over time, certain Elastic functionality becomes outdated and is replaced or removed. To help with the transition, Elastic deprecates functionality for a period before removal, giving you time to update your applications.
77

8-
To learn how to upgrade, check out <uprade docs>.
8+
Review the deprecated functionality for Elasticsearch .NET Client. While deprecations have no immediate impact, we strongly encourage you update your implementation after you upgrade. To learn how to upgrade, check out [Upgrade](docs-content://deploy-manage/upgrade.md).
99

1010
% ## Next version [elasticsearch-net-client-versionnext-deprecations]
11-
% **Release date:** Month day, year
1211

1312
% ::::{dropdown} Deprecation title
1413
% Description of the deprecation.
@@ -18,7 +17,6 @@ To learn how to upgrade, check out <uprade docs>.
1817
% ::::
1918

2019
% ## 9.0.0 [elasticsearch-net-client-900-deprecations]
21-
% **Release date:** March 25, 2025
2220

2321
% Description of the deprecation and steps to update implementation.
2422
% For more information, check [PR #](PR link).

docs/release-notes/index.md

-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ To check for security updates, go to [Security announcements for the Elastic sta
1313
% Release notes include only features, enhancements, and fixes. Add breaking changes, deprecations, and known issues to the applicable release notes sections.
1414

1515
% ## version.next [felasticsearch-net-client-next-release-notes]
16-
% **Release date:** Month day, year
1716

1817
% ### Features and enhancements [elasticsearch-net-client-next-features-enhancements]
1918
% *
@@ -22,7 +21,6 @@ To check for security updates, go to [Security announcements for the Elastic sta
2221
% *
2322

2423
## 9.0.0 [elasticsearch-net-client-900-release-notes]
25-
**Release date:** March 25, 2025
2624

2725
### Features and enhancements [elasticsearch-net-client-900-features-enhancements]
2826

docs/release-notes/known-issues.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
navigation_title: "Elasticsearch .NET Client"
2+
navigation_title: "Known issues"
33

44
---
55

0 commit comments

Comments
 (0)