Skip to content

Commit dda8cf8

Browse files
authored
[DOCS] Adds notable changes section (#38238)
1 parent 89c5587 commit dda8cf8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/reference/migration/migrate_8_0.asciidoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,20 @@ See also <<release-highlights>> and <<es-release-notes>>.
1111

1212
coming[8.0.0]
1313

14+
* <<breaking_80_notable>>
1415
* <<breaking_80_analysis_changes>>
1516
* <<breaking_80_discovery_changes>>
1617
* <<breaking_80_mappings_changes>>
1718
* <<breaking_80_snapshots_changes>>
1819

1920
[float]
20-
=== Indices created before 7.0
21+
[[breaking_80_notable]]
22+
=== Notable changes
23+
// NOTE: The content in this section is also used in the Installation and Upgrade Guide.
24+
25+
//tag::notable-breaking-changes[]
26+
[float]
27+
==== Indices created before 7.0
2128

2229
Elasticsearch 8.0 can read indices created in version 7.0 or above. An
2330
Elasticsearch 8.0 node will not start in the presence of indices created in a
@@ -31,6 +38,7 @@ Indices created in Elasticsearch 6.x or before will need to be reindexed with
3138
Elasticsearch 7.x in order to be readable by Elasticsearch 8.x.
3239
3340
=========================================
41+
// end::notable-breaking-changes[]
3442

3543
include::migrate_8_0/analysis.asciidoc[]
3644
include::migrate_8_0/discovery.asciidoc[]

0 commit comments

Comments
 (0)