mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
## 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> |
||
---|---|---|
.. | ||
accessibility | ||
analytics | ||
api_integration | ||
common | ||
examples | ||
functional | ||
harden | ||
health_gateway | ||
interactive_setup_api_integration | ||
interactive_setup_functional | ||
interpreter_functional | ||
node_roles_functional | ||
package | ||
plugin_functional | ||
scripts | ||
server_integration | ||
ui_capabilities/newsfeed_err | ||
tsconfig.json |