Skip to content

Commit

Permalink
[DOCS] Fix 8.10.0 release notes (#42)
Browse files Browse the repository at this point in the history
**Problem:**
2531a7e introduces release notes for 8.10.0. These notes reuse the same section id used for the 8.1.0 RNs: `[[release_notes_810]]`.

This is breaking the docs build. The docs build requires unique section ids.

**Solution:**
Update the section id for the 8.10.0 RNs.
  • Loading branch information
jrodewig authored Sep 28, 2023
1 parent 2531a7e commit 9b029ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/release_notes/810.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[[release_notes_810]]
[[release_notes_8_10]]
=== 8.10 Release notes

[discrete]
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/release_notes/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[discrete]
=== 8.x

* <<release_notes_810, 8.10.0 Release Notes>>
* <<release_notes_8_10, 8.10.0 Release Notes>>
* <<release_notes_89, 8.9.0 Release Notes>>
* <<release_notes_88, 8.8.0 Release Notes>>
* <<release_notes_87, 8.7.0 Release Notes>>
Expand Down

0 comments on commit 9b029ae

Please sign in to comment.