mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* Add more information on kibana.json properties, update example plugin kibana.jsons * fix auto save fix * Update anatomy_of_a_plugin.mdx * Update anatomy_of_a_plugin.mdx * update based on review comments * Update anatomy_of_a_plugin.mdx * Put kibanaVersion back and adjust the explanations of the fields Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
bfetch_explorer | ||
dashboard_embeddable_examples | ||
developer_examples | ||
embeddable_examples | ||
embeddable_explorer | ||
expressions_explorer | ||
index_pattern_field_editor_example | ||
locator_examples | ||
locator_explorer | ||
preboot_example | ||
routing_example | ||
screenshot_mode_example | ||
search_examples | ||
state_containers_examples | ||
ui_action_examples | ||
ui_actions_explorer | ||
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 ----