kibana/examples
Yulia Čech 8705a6a77b
[Guided onboarding] Registers 3 separate guide IDs for search (#149968)
## Summary
Fixes https://github.com/elastic/kibana/issues/149691 
Follow up to https://github.com/elastic/kibana/pull/149528 

This PR adds 3 separate guide ID values `appSearch`, `websiteSearch` and
`databaseSearch` instead of previously used `search`. With that change,
each card for Search on the landing page has its own independent guide
that can be completed.

Example plugin for guided onboarding is also updated so that all 3
search guides can be managed there. Otherwise there should not be any
UI/UX changes.

Currently, all 3 ids are registered with the same config and that can be
easily updated by the team in the future.

#### Screenshot
<img width="485" alt="Screenshot 2023-01-31 at 18 24 12"
src="https://user-images.githubusercontent.com/6585477/215840343-f9a65be3-0568-40ca-b458-5de92bfe8aaf.png">


### Checklist
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-02-06 06:16:26 -07:00
..
bfetch_explorer Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
controls_example chore(NA): upgrades uuid to v9.0.0 (#149135) 2023-01-19 19:48:07 +00:00
dashboard_embeddable_examples Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
data_view_field_editor_example Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
developer_examples Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
embeddable_examples Remove UiComponent and related code (#148037) 2023-01-09 15:34:33 -07:00
embeddable_explorer Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
expressions_explorer Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
field_formats_example Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
files_example Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
guided_onboarding_example [Guided onboarding] Registers 3 separate guide IDs for search (#149968) 2023-02-06 06:16:26 -07:00
hello_world Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
locator_examples Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
locator_explorer Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
partial_results_example Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
preboot_example Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
response_stream Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
routing_example Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
screenshot_mode_example Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
search_examples chore(NA): upgrades uuid to v9.0.0 (#149135) 2023-01-19 19:48:07 +00:00
share_examples Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
state_containers_examples Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
ui_action_examples Remove UiComponent and related code (#148037) 2023-01-09 15:34:33 -07:00
ui_actions_explorer Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
user_profile_examples Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
README.asciidoc Add a few asciidoc readmes (#72082) 2020-07-17 11:08:57 -04:00

[[example-plugins]]
== Example plugins

This folder contains example plugins.  To run the plugins in this folder, use the `--run-examples` flag, via

[source,bash]
----
yarn start --run-examples
----