mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
[Docs] Release notes ID structure template (#218782)
For future release notes, section IDs should follow a specific pattern. This PR updates the ID template in related files. Rel: https://github.com/elastic/docs-content/issues/1152
This commit is contained in:
parent
3ad8bad478
commit
9e082dd1ff
3 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@ Breaking changes can impact your Elastic applications, potentially disrupting no
|
|||
|
||||
If you are migrating from a version prior to version 9.0, you must first upgrade to the last 8.x version available. To learn how to upgrade, check out [Upgrade](docs-content://deploy-manage/upgrade.md).
|
||||
|
||||
% ## Next version [kibana-nextversion-breaking-changes]
|
||||
% ## Next version [kibana-X.X.X-breaking-changes]
|
||||
|
||||
% Use the following template to add entries to this document.
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Over time, certain Elastic functionality becomes outdated and is replaced or rem
|
|||
|
||||
Review the deprecated functionality for Kibana. 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).
|
||||
|
||||
% ## Next version [kibana-versionnext-deprecations]
|
||||
% ## Next version [kibana-X.X.X-deprecations]
|
||||
|
||||
% Use the following template to add entries to this document.
|
||||
|
||||
|
|
|
@ -15,12 +15,12 @@ To check for security updates, go to [Security announcements for the Elastic sta
|
|||
|
||||
% Release notes include only features, enhancements, and fixes. Add breaking changes, deprecations, and known issues to the applicable release notes sections.
|
||||
|
||||
% ## version.next [kibana-next-release-notes]
|
||||
% ## version.next [kibana-X.X.X-release-notes]
|
||||
|
||||
% ### Features and enhancements [kibana-next-features-enhancements]
|
||||
% ### Features and enhancements [kibana-X.X.X-features-enhancements]
|
||||
% *
|
||||
|
||||
% ### Fixes [kibana-next-fixes]
|
||||
% ### Fixes [kibana-X.X.X-fixes]
|
||||
% *
|
||||
|
||||
## 9.0.0 [kibana-900-release-notes]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue