Skip to content

Commit 903acff

Browse files
committed
Reorder docs sidebar (elastic#115360)
(cherry picked from commit e581ae3) # Conflicts: # docs/reference/index.asciidoc # docs/reference/release-notes/highlights.asciidoc
1 parent 737aa94 commit 903acff

File tree

2 files changed

+54
-36
lines changed

2 files changed

+54
-36
lines changed

docs/reference/index.asciidoc

Lines changed: 39 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,44 @@ include::links.asciidoc[]
66

77
include::landing-page.asciidoc[]
88

9-
include::release-notes/highlights.asciidoc[]
9+
// overview / install
1010

1111
include::intro.asciidoc[]
1212

1313
include::quickstart/index.asciidoc[]
1414

1515
include::setup.asciidoc[]
1616

17-
include::upgrade.asciidoc[]
17+
// search solution
18+
19+
include::search/search-your-data/search-your-data.asciidoc[]
20+
21+
include::reranking/index.asciidoc[]
22+
23+
// data management
1824

1925
include::index-modules.asciidoc[]
2026

27+
include::indices/index-templates.asciidoc[]
28+
29+
include::alias.asciidoc[]
30+
2131
include::mapping.asciidoc[]
2232

2333
include::analysis.asciidoc[]
2434

25-
include::indices/index-templates.asciidoc[]
35+
include::ingest.asciidoc[]
2636

2737
include::data-streams/data-streams.asciidoc[]
2838

29-
include::ingest.asciidoc[]
30-
31-
include::alias.asciidoc[]
39+
include::data-management.asciidoc[]
3240

33-
include::search/search-your-data/search-your-data.asciidoc[]
41+
include::data-rollup-transform.asciidoc[]
3442

35-
include::reranking/index.asciidoc[]
43+
// analysis tools
3644

3745
include::query-dsl.asciidoc[]
3846

39-
include::aggregations.asciidoc[]
40-
41-
include::geospatial-analysis.asciidoc[]
42-
4347
include::eql/eql.asciidoc[]
4448

4549
include::esql/index.asciidoc[]
@@ -48,34 +52,48 @@ include::sql/index.asciidoc[]
4852

4953
include::scripting.asciidoc[]
5054

51-
include::data-management.asciidoc[]
55+
include::aggregations.asciidoc[]
5256

53-
include::autoscaling/index.asciidoc[]
57+
include::geospatial-analysis.asciidoc[]
58+
59+
include::watcher/index.asciidoc[]
60+
61+
// cluster management
5462

5563
include::monitoring/index.asciidoc[]
5664

57-
include::data-rollup-transform.asciidoc[]
65+
include::security/index.asciidoc[]
66+
67+
// production tasks
5868

5969
include::high-availability.asciidoc[]
6070

71+
include::how-to.asciidoc[]
72+
73+
include::autoscaling/index.asciidoc[]
74+
6175
include::snapshot-restore/index.asciidoc[]
6276

63-
include::security/index.asciidoc[]
77+
// reference
6478

65-
include::watcher/index.asciidoc[]
79+
include::rest-api/index.asciidoc[]
6680

6781
include::commands/index.asciidoc[]
6882

69-
include::how-to.asciidoc[]
70-
7183
include::troubleshooting.asciidoc[]
7284

73-
include::rest-api/index.asciidoc[]
85+
// upgrades
86+
87+
include::upgrade.asciidoc[]
7488

7589
include::migration/index.asciidoc[]
7690

91+
include::release-notes/highlights.asciidoc[]
92+
7793
include::release-notes.asciidoc[]
7894

7995
include::dependencies-versions.asciidoc[]
8096

81-
include::redirects.asciidoc[]
97+
// etc
98+
99+
include::redirects.asciidoc[]

docs/reference/release-notes/highlights.asciidoc

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
[chapter]
12
[[release-highlights]]
2-
== What's new in {minor-version}
3+
= What's new in {minor-version}
34

45
coming::[{minor-version}]
56

@@ -33,7 +34,7 @@ endif::[]
3334

3435
[discrete]
3536
[[stricter_failure_handling_in_multi_repo_get_snapshots_request_handling]]
36-
=== Stricter failure handling in multi-repo get-snapshots request handling
37+
== Stricter failure handling in multi-repo get-snapshots request handling
3738
If a multi-repo get-snapshots request encounters a failure in one of the
3839
targeted repositories then earlier versions of Elasticsearch would proceed
3940
as if the faulty repository did not exist, except for a per-repository
@@ -47,7 +48,7 @@ contents cannot be listed.
4748

4849
[discrete]
4950
[[introduce_logs_index_mode_as_tech_preview]]
50-
=== Introduce `logsdb` index mode as Tech Preview
51+
== Introduce `logsdb` index mode as Tech Preview
5152
This change introduces a new index mode named `logsdb`.
5253
When the new index mode is enabled then the following storage savings features are enabled automatically:
5354

@@ -64,7 +65,7 @@ The new `logsdb` index mode is a tech preview feature.
6465

6566
[discrete]
6667
[[add_new_int4_quantization_to_dense_vector]]
67-
=== Add new int4 quantization to dense_vector
68+
== Add new int4 quantization to dense_vector
6869
New int4 (half-byte) scalar quantization support via two knew index types: `int4_hnsw` and `int4_flat`.
6970
This gives an 8x reduction from `float32` with some accuracy loss. In addition to less memory required, this
7071
improves query and merge speed significantly when compared to raw vectors.
@@ -73,15 +74,15 @@ improves query and merge speed significantly when compared to raw vectors.
7374

7475
[discrete]
7576
[[mark_query_rules_as_ga]]
76-
=== Mark Query Rules as GA
77+
== Mark Query Rules as GA
7778
This PR marks query rules as Generally Available. All APIs are no longer
7879
in tech preview.
7980

8081
{es-pull}110004[#110004]
8182

8283
[discrete]
8384
[[adds_new_bit_element_type_for_dense_vectors]]
84-
=== Adds new `bit` `element_type` for `dense_vectors`
85+
== Adds new `bit` `element_type` for `dense_vectors`
8586
This adds `bit` vector support by adding `element_type: bit` for
8687
vectors. This new element type works for indexed and non-indexed
8788
vectors. Additionally, it works with `hnsw` and `flat` index types. No
@@ -110,7 +111,7 @@ the vectors.
110111

111112
[discrete]
112113
[[redact_processor_generally_available]]
113-
=== The Redact processor is Generally Available
114+
== The Redact processor is Generally Available
114115
The Redact processor uses the Grok rules engine to obscure text in the input document matching the given Grok patterns. The Redact processor was initially released as Technical Preview in `8.7.0`, and is now released as Generally Available.
115116

116117
{es-pull}110395[#110395]
@@ -120,7 +121,7 @@ The Redact processor uses the Grok rules engine to obscure text in the input doc
120121

121122
[discrete]
122123
[[new_custom_parser_for_iso_8601_datetimes]]
123-
=== New custom parser for ISO-8601 datetimes
124+
== New custom parser for ISO-8601 datetimes
124125
This introduces a new custom parser for ISO-8601 datetimes, for the `iso8601`, `strict_date_optional_time`, and
125126
`strict_date_optional_time_nanos` built-in date formats. This provides a performance improvement over the
126127
default Java date-time parsing. Whilst it maintains much of the same behaviour,
@@ -134,7 +135,7 @@ set the JVM property `es.datetime.java_time_parsers=true` on all ES nodes.
134135

135136
[discrete]
136137
[[new_custom_parser_for_more_iso_8601_date_formats]]
137-
=== New custom parser for more ISO-8601 date formats
138+
== New custom parser for more ISO-8601 date formats
138139
Following on from #106486, this extends the custom ISO-8601 datetime parser to cover the `strict_year`,
139140
`strict_year_month`, `strict_date_time`, `strict_date_time_no_millis`, `strict_date_hour_minute_second`,
140141
`strict_date_hour_minute_second_millis`, and `strict_date_hour_minute_second_fraction` date formats.
@@ -145,7 +146,7 @@ As before, the parser will use the existing java.time parser if there are parsin
145146

146147
[discrete]
147148
[[preview_support_for_connection_type_domain_isp_databases_in_geoip_processor]]
148-
=== Preview: Support for the 'Connection Type, 'Domain', and 'ISP' databases in the geoip processor
149+
== Preview: Support for the 'Connection Type, 'Domain', and 'ISP' databases in the geoip processor
149150
As a Technical Preview, the {ref}/geoip-processor.html[`geoip`] processor can now use the commercial
150151
https://dev.maxmind.com/geoip/docs/databases/connection-type[GeoIP2 'Connection Type'],
151152
https://dev.maxmind.com/geoip/docs/databases/domain[GeoIP2 'Domain'],
@@ -157,7 +158,7 @@ databases from MaxMind.
157158

158159
[discrete]
159160
[[update_elasticsearch_to_lucene_9_11]]
160-
=== Update Elasticsearch to Lucene 9.11
161+
== Update Elasticsearch to Lucene 9.11
161162
Elasticsearch is now updated using the latest Lucene version 9.11.
162163
Here are the full release notes:
163164
But, here are some particular highlights:
@@ -170,7 +171,7 @@ But, here are some particular highlights:
170171

171172
[discrete]
172173
[[synthetic_source_improvements]]
173-
=== Synthetic `_source` improvements
174+
== Synthetic `_source` improvements
174175
There are multiple improvements to synthetic `_source` functionality:
175176

176177
* Synthetic `_source` is now supported for all field types including `nested` and `object`. `object` fields are supported with `enabled` set to `false`.
@@ -181,10 +182,9 @@ There are multiple improvements to synthetic `_source` functionality:
181182

182183
[discrete]
183184
[[index_sorting_on_indexes_with_nested_fields]]
184-
=== Index sorting on indexes with nested fields
185+
== Index sorting on indexes with nested fields
185186
Index sorting is now supported for indexes with mappings containing nested objects.
186187
The index sort spec (as specified by `index.sort.field`) can't contain any nested
187188
fields, still.
188189

189-
{es-pull}110251[#110251]
190-
190+
{es-pull}110251[#110251]

0 commit comments

Comments
 (0)