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
| link:https://www.elastic.co/guide/en/elasticsearch/reference/8.15/connector-apis.html[API reference]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| link:https://www.elastic.co/guide/en/elasticsearch/reference/8.15/connector-apis.html[API reference]
| {ref}/connector-apis.html[API reference]

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

| <<action-types,Documentation>>
| link:https://www.elastic.co/guide/en/elasticsearch/reference/current/es-release-notes.html[Elasticsearch guide]
kosabogi marked this conversation as resolved.
Show resolved Hide resolved

// | 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
| link:https://www.elastic.co/guide/en/app-search/current/web-crawler-api-reference.html[API reference]
| link:https://www.elastic.co/guide/en/enterprise-search/current/crawler.html[Documentation]
| link:https://www.elastic.co/guide/en/enterprise-search/current/changelog.html[Enterprise Search Guide]
kosabogi marked this conversation as resolved.
Show resolved Hide resolved

// | 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
| <<playground,Documentation>>
| <<release-notes, 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
| link:https://www.elastic.co/guide/en/elasticsearch/reference/current/search-application-apis.html[API reference]
| link:https://www.elastic.co/guide/en/enterprise-search/current/app-search-workplace-search.html[Documentation]
| link:https://www.elastic.co/guide/en/elasticsearch/reference/current/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
| link:https://www.elastic.co/guide/en/elasticsearch/reference/current/behavioral-analytics-apis.html[API reference]
| link:https://www.elastic.co/guide/en/elasticsearch/reference/current/behavioral-analytics-start.html[Documentation]
| link:https://www.elastic.co/guide/en/elasticsearch/reference/current/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
| link:https://www.elastic.co/guide/en/elasticsearch/reference/current/inference-apis.html[API reference]
| <<inference-endpoints,Documentation>>
| link:https://www.elastic.co/guide/en/elasticsearch/reference/current/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
| <<console-kibana,Documentation>>
| <<release-notes, 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
| link:https://www.elastic.co/docs/current/search-ui/api/architecture[API reference]
| link:https://www.elastic.co/docs/current/search-ui[Documentation]
| link:https://www.elastic.co/docs/current/search-ui[Search UI]
kosabogi marked this conversation as resolved.
Show resolved Hide resolved

// |===
|===

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