mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* Add partial results to search examples demo * Add functional test * Move types into separate file and separate custom strategies * Review feedback * Update test * Try to fix test * Attempt to fix test * Try to fix observable error * Sanity check * Fix test * Another attempt * Remove rxjs from strategy Co-authored-by: Lukas Olson <olson.lukas@gmail.com> |
||
---|---|---|
.. | ||
bfetch_explorer | ||
dashboard_embeddable_examples | ||
developer_examples | ||
embeddable_examples | ||
embeddable_explorer | ||
expressions_explorer | ||
routing_example | ||
search_examples | ||
state_containers_examples | ||
ui_action_examples | ||
ui_actions_explorer | ||
url_generators_examples | ||
url_generators_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 ----