kibana/examples
Stacey Gammon 2230c032c6
Add a new hello world plugin and adjust the welcome message. (#107789)
* Add a new hello world plugin and adjust the welcome message.

* update and move files

* Update CODEOWNERS

* add a tsconfig.json file

* update tsconfig.json

* fix type check

* address code review comments
2021-08-09 16:22:02 -04:00
..
bfetch_explorer Add more information on kibana.json properties, update example plugins (#107600) 2021-08-09 13:32:07 -04:00
dashboard_embeddable_examples Add more information on kibana.json properties, update example plugins (#107600) 2021-08-09 13:32:07 -04:00
developer_examples Add more information on kibana.json properties, update example plugins (#107600) 2021-08-09 13:32:07 -04:00
embeddable_examples Add more information on kibana.json properties, update example plugins (#107600) 2021-08-09 13:32:07 -04:00
embeddable_explorer Add more information on kibana.json properties, update example plugins (#107600) 2021-08-09 13:32:07 -04:00
expressions_explorer Add more information on kibana.json properties, update example plugins (#107600) 2021-08-09 13:32:07 -04:00
hello_world Add a new hello world plugin and adjust the welcome message. (#107789) 2021-08-09 16:22:02 -04:00
index_pattern_field_editor_example Add more information on kibana.json properties, update example plugins (#107600) 2021-08-09 13:32:07 -04:00
locator_examples Add more information on kibana.json properties, update example plugins (#107600) 2021-08-09 13:32:07 -04:00
locator_explorer Add more information on kibana.json properties, update example plugins (#107600) 2021-08-09 13:32:07 -04:00
preboot_example Add more information on kibana.json properties, update example plugins (#107600) 2021-08-09 13:32:07 -04:00
routing_example Add more information on kibana.json properties, update example plugins (#107600) 2021-08-09 13:32:07 -04:00
screenshot_mode_example Add more information on kibana.json properties, update example plugins (#107600) 2021-08-09 13:32:07 -04:00
search_examples Add more information on kibana.json properties, update example plugins (#107600) 2021-08-09 13:32:07 -04:00
state_containers_examples Add more information on kibana.json properties, update example plugins (#107600) 2021-08-09 13:32:07 -04:00
ui_action_examples Add more information on kibana.json properties, update example plugins (#107600) 2021-08-09 13:32:07 -04:00
ui_actions_explorer Add more information on kibana.json properties, update example plugins (#107600) 2021-08-09 13:32:07 -04:00
README.asciidoc

[[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
----