Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Search landing page] Update search landing page list with new links #194656

Merged
merged 13 commits into from
Oct 10, 2024
78 changes: 39 additions & 39 deletions docs/search/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ The *Search* space in {kib} comprises the following features:
* <<playground,Playground>>
* https://www.elastic.co/guide/en/elasticsearch/reference/current/search-application-overview.html[Search Applications]
* https://www.elastic.co/guide/en/elasticsearch/reference/current/behavioral-analytics-overview.html[Behavioral Analytics]
* Inference Endpoints UI
* AI Assistant for Search
* <<inference-endpoints,Inference Endpoints UI>>
* <<search-assistant,AI Assistant for Search>>
* Persistent Dev Tools <<console-kibana, Console>>

[float]
Expand All @@ -19,53 +19,53 @@ The *Search* space in {kib} comprises the following features:

The Search solution and use case is made up of many tools and features across the {stack}.
As a result, the release notes for your features of interest might live in different Elastic docs.
// Use the following table to find links to the appropriate documentation, API references (if applicable), and release notes.
Use the following table to find links to the appropriate documentation, API references (if applicable), and release notes.

// [options="header"]
// |===
// | Name | API reference | Documentation | Release notes
[options="header"]
|===
| Name | API reference | Documentation | Release notes

// | Connectors
// | link:https://example.com/connectors/api[API reference]
// | link:https://example.com/connectors/docs[Documentation]
// | link:https://example.com/connectors/notes[Release notes]
| Connectors
| {ref}/connector-apis.html[API reference]
| {ref}/es-connectors.html[Elastic Connectors]
| {ref}/es-connectors-release-notes.html[Elasticsearch guide]

// | Web crawler
// | link:https://example.com/web_crawlers/api[API reference]
// | link:https://example.com/web_crawlers/docs[Documentation]
// | link:https://example.com/web_crawlers/notes[Release notes]
| Web crawler
| N/A
| {enterprise-search-ref}/crawler.html[Documentation]
| {enterprise-search-ref}/changelog.html[Enterprise Search Guide]

// | Playground
// | link:https://example.com/playground/api[API reference]
// | link:https://example.com/playground/docs[Documentation]
// | link:https://example.com/playground/notes[Release notes]
| Playground
| N/A
| {kibana-ref}/playground.html[Documentation]
| {kibana-ref}/release-notes.html[Kibana guide]

// | Search Applications
// | link:https://example.com/search_apps/api[API reference]
// | link:https://example.com/search_apps/docs[Documentation]
// | link:https://example.com/search_apps/notes[Release notes]
| Search Applications
| {ref}/search-application-apis.html[API reference]
| {enterprise-search-ref}/app-search-workplace-search.html[Documentation]
| {ref}/es-release-notes.html[Elasticsearch guide]

// | Behavioral Analytics
// | link:https://example.com/behavioral_analytics/api[API reference]
// | link:https://example.com/behavioral_analytics/docs[Documentation]
// | link:https://example.com/behavioral_analytics/notes[Release notes]
| Behavioral Analytics
| {ref}/behavioral-analytics-apis.html[API reference]
| {ref}/behavioral-analytics-start.html[Documentation]
| {ref}/es-release-notes.html[Elasticsearch guide]

// | Inference Endpoints
// | link:https://example.com/inference_endpoints/api[API reference]
// | link:https://example.com/inference_endpoints/docs[Documentation]
// | link:https://example.com/inference_endpoints/notes[Release notes]
| Inference Endpoints
| {ref}/inference-apis.html[API reference]
| {kibana-ref}/inference-endpoints.html[Documentation]
| {ref}/es-release-notes.html[Elasticsearch guide]

// | Console
// | link:https://example.com/console/api[API reference]
// | link:https://example.com/console/docs[Documentation]
// | link:https://example.com/console/notes[Release notes]
| Console
| N/A
| {kibana-ref}/console-kibana.html[Documentation]
| {kibana-ref}/release-notes.html[Kibana guide]

// | Search UI
// | link:https://www.elastic.co/docs/current/search-ui/api/architecture[API reference]
// | link:https://www.elastic.co/docs/current/search-ui/overview[Documentation]
// | link:https://example.com/search_ui/notes[Release notes]
| Search UI
| https://www.elastic.co/docs/current/search-ui/api/architecture[API reference]
| https://www.elastic.co/docs/current/search-ui[Documentation]
| https://www.elastic.co/docs/current/search-ui[Search UI]

// |===
|===

include::search-connection-details.asciidoc[]
include::playground/index.asciidoc[]
Expand Down