Skip to content

Commit 6021553

Browse files
remove search in reference section and redirect (#1113)
part II of elastic/docs-builder#1098 - removes unused pages and redirects --------- Co-authored-by: Arianna Laudazzi <[email protected]>
1 parent 9652ea5 commit 6021553

File tree

5 files changed

+13
-36
lines changed

5 files changed

+13
-36
lines changed

redirects.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ redirects:
193193
'solutions/observability/apps/inspect-uptime-duration-anomalies.md': 'solutions/observability/uptime/inspect-duration-anomalies.md'
194194
'solutions/observability/apps/configure-settings.md': 'solutions/observability/uptime/configure-settings.md'
195195
'solutions/observability/apps/tutorial-monitor-java-application.md': 'solutions/observability/applications/tutorial-monitor-java-application.md'
196+
# we can't redirect to the search-ui book so this is the next best option
197+
'reference/search/index.md': 'reference/index.md'
196198

197199
# Related to https://github.com/elastic/docs-content/pull/1108
198200
'troubleshoot/elasticsearch/elasticsearch-client-java-api-client/apache-errors.md': 'troubleshoot/elasticsearch/clients.md'
@@ -209,4 +211,4 @@ redirects:
209211
'troubleshoot/elasticsearch/elasticsearch-client-net-api/logging-with-onrequestcompleted.md': 'troubleshoot/elasticsearch/clients.md'
210212
'troubleshoot/elasticsearch/elasticsearch-client-net-api/logging.md': 'troubleshoot/elasticsearch/clients.md'
211213
'troubleshoot/elasticsearch/elasticsearch-client-net-api/net.md': 'troubleshoot/elasticsearch/clients.md'
212-
'troubleshoot/elasticsearch/elasticsearch-client-ruby-api/ruby.md': 'troubleshoot/elasticsearch/clients.md'
214+
'troubleshoot/elasticsearch/elasticsearch-client-ruby-api/ruby.md': 'troubleshoot/elasticsearch/clients.md'

reference/index.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ Access detailed reference documentation on field and object schemas as well as t
3030

3131
**Learn more in [Observability](observability/index.md)**
3232

33-
## Search UI
34-
35-
Explore reference content on Search UI and how you can develop fast, modern, and engaging search experiences.
36-
37-
**Learn more in [Search UI](search-ui://reference/index.md)**
38-
3933
## Elasticsearch and index management
4034

4135
Customize your Elastic Stack setup with our configuration reference guides. Explore JVM settings, client documentation, Elasticsearch privileges, and index lifecycle actions to find the detailed information you need to configure your environment to your specific needs.
@@ -54,7 +48,7 @@ Visualize and analyze your data with Kibana. Configure advanced settings, explor
5448

5549
**Learn more in [Kibana](kibana://reference/index.md)**
5650

57-
## Plugins
51+
## Elasticsearch plugins
5852

5953
Extend the functionality of your Elastic Stack with a variety of plugins. From analysis and discovery to snapshot/restore and store plugins, customize your setup to fit your requirements.
6054

@@ -72,17 +66,23 @@ Access syntax references, function libraries, and best practices for Painless sc
7266

7367
**Learn more in [Painless scripting](elasticsearch://reference/scripting-languages/painless/painless.md)**
7468

69+
## ECS (Elastic Common Schema) reference
70+
71+
Standardize your data with ECS. Access logging libraries, field references, and categorization fields to ensure consistency and compatibility across your data sources.
72+
73+
**Learn more in [ECS](ecs://reference/index.md)**
74+
7575
## Data analysis
7676

7777
Unlock insights with powerful data analysis tools. Utilize text analysis components, aggregations, and function references to derive meaningful conclusions from your data.
7878

7979
**Learn more in [Data analysis](data-analysis/index.md)**
8080

81-
## ECS (Elastic Common Schema) reference
81+
## Search UI library
8282

83-
Standardize your data with ECS. Access logging libraries, field references, and categorization fields to ensure consistency and compatibility across your data sources.
83+
Explore reference content on the Search UI library and how you can develop fast, modern, and engaging search experiences.
8484

85-
**Learn more in [ECS](ecs://reference/index.md)**
85+
**Learn more in [Search UI](search-ui://reference/index.md)**
8686

8787
## Cloud
8888

reference/search/index.md

-21
This file was deleted.

reference/search/toc.yml

-2
This file was deleted.

reference/toc.yml

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ toc:
22
- file: index.md
33
- toc: security
44
- toc: observability
5-
- toc: search
6-
# The next one should be child of ☝️
75
- toc: elasticsearch-clients
86
- toc: ingestion-tools
97
# The next two should be children of ☝️

0 commit comments

Comments
 (0)