kibana/examples
Yulia Čech e7746b24d5
[Guided onboarding] Register test guide in the example plugin (#147703)
This PR moves the test guide used for testing and dev work to the guided
onboarding package. It is now being registered when the guided
onboarding example plugin is being setup. For that a server side is
added to the example plugin.
Registering the test guide from the example plugin demonstrates how the
"register guide" function can be used for production guides. The test
config needs to be in the `kbn-guided-onboarding` package because
example plugins have some problems importing files from other plugins.
That way the test config is available to the example plugin and to the
guided onboarding plugin for unit and functional tests.

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-01-20 03:29:25 -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] Register test guide in the example plugin (#147703) 2023-01-20 03:29:25 -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
----