Skip to content

Commit 71d637e

Browse files
Restructure Search UI landing page
1 parent c29d2ce commit 71d637e

File tree

1 file changed

+7
-39
lines changed

1 file changed

+7
-39
lines changed

solutions/search/site-or-app/search-ui.md

Lines changed: 7 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -27,45 +27,13 @@ A JavaScript library for the fast development of modern, engaging search experie
2727
Enterprise Search is not available in {{stack}} 9.0+.
2828
:::
2929

30-
31-
## Live demos 👀 [overview-live-demos]
32-
33-
34-
### Connectors [overview-connectors]
35-
36-
* [Elasticsearch](https://codesandbox.io/s/github/elastic/search-ui/tree/main/examples/sandbox?from-embed=&initialpath=/elasticsearch&file=/src/pages/elasticsearch/index.js)
37-
* [Elastic Site Search (Swiftype)](https://codesandbox.io/s/github/elastic/search-ui/tree/main/examples/sandbox?from-embed=&initialpath=/site-search&file=/src/pages/site-search/index.js)
38-
* ⚠️ DEPRECATED. [Elastic App Search](https://codesandbox.io/s/github/elastic/search-ui/tree/main/examples/sandbox?from-embed=&initialpath=/app-search&file=/src/pages/app-search/index.js)
39-
* ⚠️ DEPRECATED. [Elastic Workplace Search](https://codesandbox.io/s/github/elastic/search-ui/tree/main/examples/sandbox?from-embed=&initialpath=/workplace-search&file=/src/pages/workplace-search/index.js)
40-
41-
42-
### Examples [overview-examples]
43-
44-
* [Search as you type](https://codesandbox.io/s/github/elastic/search-ui/tree/main/examples/sandbox?from-embed=&initialpath=/search-as-you-type&file=/src/pages/search-as-you-type/index.js)
45-
* [Search bar in header](https://codesandbox.io/s/github/elastic/search-ui/tree/main/examples/sandbox?from-embed=&initialpath=/search-bar-in-header&file=/src/pages/search-bar-in-header/index.js)
46-
* [Customizing Styles and Components](https://codesandbox.io/s/github/elastic/search-ui/tree/main/examples/sandbox?from-embed=&initialpath=/customizing-styles-and-html&file=/src/pages/customizing-styles-and-html/index.js)
47-
48-
49-
## Get Started 🌟 [overview-get-started]
50-
51-
52-
### Installation [overview-installation]
53-
54-
```sh
55-
npm install @elastic/search-ui @elastic/react-search-ui @elastic/react-search-ui-views
56-
# or
57-
yarn add @elastic/search-ui @elastic/react-search-ui @elastic/react-search-ui-views
58-
```
59-
60-
61-
### Tutorials [overview-tutorials]
62-
63-
Get started quickly with Search UI and your favorite Elastic product by following one of the tutorials below:
64-
65-
* [Elasticsearch](search-ui://reference/tutorials-elasticsearch.md)
66-
* [Elastic App Search (⚠️ DEPRECATED)](search-ui://reference/tutorials-app-search.md)
67-
* [Elastic Workplace Search (⚠️ DEPRECATED)](search-ui://reference/tutorials-workplace-search.md)
68-
30+
## Get started 🌟
31+
* 📘 [Reference documentation](search-ui://reference/index.md): API docs, tutorials, and usage guides
32+
* [Quickstart tutorials](search-ui://reference/tutorials.md)
33+
* [Ecommerce examples](search-ui://reference/ecommerce.md)
34+
* [Basic usage](search-ui://reference/basic-usage.md)
35+
* [API reference](search-ui://reference/api-reference.md)
36+
* 💻 [GitHub repository](https://github.com/elastic/search-ui): Source code, examples, and issue tracking
6937

7038
## Use Cases 🛠️ [overview-use-cases]
7139

0 commit comments

Comments
 (0)