Skip to content

Commit d3d9ef6

Browse files
committed
Test highlights in markdown
1 parent 68c0e53 commit d3d9ef6

File tree

8 files changed

+48
-17
lines changed

8 files changed

+48
-17
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## 9.3.0 [elasticsearch-9.3.0-highlights]
2+
3+
::::{dropdown} New Cloud Connect UI for self-managed installations.
4+
Adds Cloud Connect functionality to Kibana, which allows you to use cloud solutions like AutoOps and Elastic Inference Service in your self-managed Elasticsearch clusters.
5+
6+
::::
7+
8+
**Mapping**
9+
10+
::::{dropdown} Enable doc_values skippers.
11+
Doc_values skippers add a sparse index to doc_values fields, allowing efficient querying and filtering on a field without having to build a separate BKD or terms index. These are now enabled automatically on any field configured with and if the index setting is set to (default , or for TSDB indexes). TSDB indexes now default to using skippers in place of indexes for their , , and fields, greatly reducing their on-disk footprint. To disable skippers in TSDB indexes, set to .
12+
13+
For more information, check [#138723](https://github.com/elastic/elasticsearch/pull/138723).
14+
15+
::::

docs/release-notes/_snippets/9.3.0/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## 9.3.0 [elasticsearch-release-notes-9.3.0]
2-
_[Known issues](/release-notes/known-issues.md#elasticsearch-9.3.0-known-issues) and [Breaking changes](/release-notes/breaking-changes.md#elasticsearch-9.3.0-breaking-changes) and [Deprecations](/release-notes/deprecations.md#elasticsearch-9.3.0-deprecations)._
2+
_[Highlights](/release-notes/highlights.md#elasticsearch-9.3.0-highlights) and [Known issues](/release-notes/known-issues.md#elasticsearch-9.3.0-known-issues) and [Breaking changes](/release-notes/breaking-changes.md#elasticsearch-9.3.0-breaking-changes) and [Deprecations](/release-notes/deprecations.md#elasticsearch-9.3.0-deprecations)._
33

44
### Features and enhancements [elasticsearch-9.3.0-features-enhancements]
55
* New Cloud Connect UI for self-managed installations.

docs/release-notes/breaking-changes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ If you are migrating from a version prior to version 9.0, you must first upgrade
1212

1313
% ## Next version [elasticsearch-nextversion-breaking-changes]
1414

15-
<!-- :::{include} _snippets/9.3.0/breaking-changes.md
16-
::: -->
15+
:::{include} _snippets/9.3.0/breaking-changes.md
16+
:::
1717

18-
:::{changelog} /changelog/new/bundles
18+
<!-- :::{changelog} /changelog/new/bundles
1919
:subsections:
2020
:type: breaking-change
2121
:config: /changelog.yml
2222
:product: elasticsearch
23-
:::
23+
::: -->
2424

2525
## 9.3.0 [elasticsearch-9.3.0-breaking-changes]
2626

docs/release-notes/deprecations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ To give you insight into what deprecated features you’re using, {{es}}:
1616

1717
% ## Next version [elasticsearch-nextversion-deprecations]
1818

19-
<!-- :::{include} _snippets/9.3.0/deprecations.md
20-
::: -->
19+
:::{include} _snippets/9.3.0/deprecations.md
20+
:::
2121

22-
:::{changelog} /changelog/new/bundles
22+
<!-- :::{changelog} /changelog/new/bundles
2323
:subsections:
2424
:type: deprecation
2525
:config: /changelog.yml
2626
:product: elasticsearch
27-
:::
27+
::: -->
2828

2929
## 9.3.0 [elasticsearch-9.3.0-deprecations]
3030

docs/release-notes/highlights.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
navigation_title: "Highlights"
3+
---
4+
5+
# Elasticsearch release highlights [elasticsearch-release-highlights]
6+
7+
:::{include} _snippets/9.3.0/highlights.md
8+
:::
9+
10+
<!-- :::{changelog} /changelog/new/bundles
11+
:subsections:
12+
:config: /changelog.yml
13+
:product: elasticsearch
14+
:type: highlight
15+
::: -->

docs/release-notes/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ To check for security updates, go to [Security announcements for the Elastic sta
2020
% ### Fixes [elasticsearch-next-fixes]
2121
% *
2222

23-
<!-- :::{include} _snippets/9.3.0/index.md
24-
::: -->
23+
:::{include} _snippets/9.3.0/index.md
24+
:::
2525

26-
:::{changelog} /changelog/new/bundles
26+
<!-- :::{changelog} /changelog/new/bundles
2727
:subsections:
2828
:config: /changelog.yml
2929
:product: elasticsearch
30-
:::
30+
::: -->
3131

3232
## 9.3.0 [elasticsearch-9.3.0-release-notes]
3333

docs/release-notes/known-issues.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ mapped_pages:
99
Known issues are significant defects or limitations that may impact your implementation. These issues are actively being worked on and will be addressed in a future release. Review the Elasticsearch known issues to help you make informed decisions, such as upgrading to a new version.
1010

1111

12-
<!-- :::{include} _snippets/9.3.0/known-issues.md
13-
::: -->
12+
:::{include} _snippets/9.3.0/known-issues.md
13+
:::
1414

15-
:::{changelog} /changelog/new/bundles
15+
<!-- :::{changelog} /changelog/new/bundles
1616
:subsections:
1717
:type: known-issue
1818
:config: /changelog.yml
1919
:product: elasticsearch
20-
:::
20+
::: -->
2121

2222
## 9.2.4 [elasticsearch-9.2.4-known-issues]
2323

docs/release-notes/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
toc:
22
- file: index.md
3+
- file: highlights.md
34
- file: known-issues.md
45
- file: breaking-changes.md
56
- file: deprecations.md

0 commit comments

Comments
 (0)