Skip to content

Commit 5cc798d

Browse files
picandocodigolcawl
andauthored
Elastic docs 7x (#860)
[DOCS] Fix release notes linking * Fix page anchors * Fix headers on release notes for doc examples * Fix 7.5 release notes syntax Backport of #854 Co-authored-by: lcawl <[email protected]>
1 parent 4a45ab1 commit 5cc798d

File tree

6 files changed

+20
-13
lines changed

6 files changed

+20
-13
lines changed

docs/index.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ include::model.asciidoc[]
77
include::rails.asciidoc[]
88

99
include::persistence.asciidoc[]
10+
11+
include::release_notes/index.asciidoc[]

docs/release_notes/7.0.asciidoc renamed to docs/release_notes/70.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
== 7.0 Release notes
1+
[[release_notes_70]]
2+
=== 7.0 Release notes
23

34
This version contains the following changes:
45

docs/release_notes/7.5.asciidoc renamed to docs/release_notes/75.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
== 7.5 Release notes
1+
[[release_notes_75]]
2+
=== 7.5 Release notes
23

34
- Support for Elasticsearch 7.5.
45
- Update API spec generator: The code for Elasticsearch OSS and X-Pack APIs is being generated from the rest api spec.
@@ -8,6 +9,7 @@
89
=== API
910

1011
Endpoints that changed:
12+
1113
- `_bulk`: body is now required as an argument.
1214
- `cat`: `local` and `master_timeout` parameters are gone.
1315
- `health`: New parameter `health`.

docs/release_notes/7.6.asciidoc renamed to docs/release_notes/76.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
== 7.6 Release notes
1+
[[release_notes_76]]
2+
=== 7.6 Release notes
23

34
=== Client
45

docs/release_notes/index.asciidoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[[release_notes]]
2+
== Release Notes
3+
4+
=== 7.x
5+
* <<release_notes_76, 7.6 Release Notes>>
6+
* <<release_notes_75, 7.5 Release Notes>>
7+
* <<release_notes_70, 7.0 Release Notes>>
8+
9+
include::76.asciidoc[]
10+
include::75.asciidoc[]
11+
include::70.asciidoc[]

docs/releasenotes.asciidoc

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)