kibana/examples
Vadim Dalecky 8d1c01d2f3
Locator docs (#103129) (#103551)
* feat: 🎸 add locator_examples plugin

* feat: 🎸 add example app in locator_examples

* feat: 🎸 add locator_explorer plugin

* chore: 🤖 remove url_generaotrs_* example plugins

* docs: ✏️ update share plugin readme

* docs: ✏️ add locators readme

* docs: ✏️ update docs link in example plugin

* docs: ✏️ update navigation docs

* fix: 🐛 make P extend SerializableState

* test: 💍 update test mocks

* fix: 🐛 use correct type in ingest pipeline locator

* test: 💍 add missing methods in mock

* test: 💍 update test mocks

* chore: 🤖 update plugin list

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	examples/locator_examples/kibana.json
2021-06-28 17:50:41 -04:00
..
bfetch_explorer [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
dashboard_embeddable_examples [Dashboard] Move all dashboard extract/inject into persistable state (#96095) (#96827) 2021-04-12 14:33:30 -04:00
developer_examples [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
embeddable_examples [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
embeddable_explorer [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
expressions_explorer [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
index_pattern_field_editor_example [Index patterns] Field editor example app (#100524) (#102010) 2021-06-11 23:40:40 -04:00
locator_examples Locator docs (#103129) (#103551) 2021-06-28 17:50:41 -04:00
locator_explorer Locator docs (#103129) (#103551) 2021-06-28 17:50:41 -04:00
routing_example [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
screenshot_mode_example move the example app to be mounted in the developerExamples plugin instead of visible in navbar (#101464) (#102052) 2021-06-14 10:53:25 -04:00
search_examples [7.x] Update @elastic/elasticsearch to 8.0.0-canary13 (#98266) (#101595) 2021-06-08 12:21:59 -04:00
state_containers_examples [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
ui_action_examples [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
ui_actions_explorer [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
README.asciidoc Add a few asciidoc readmes (#72082) (#72290) 2020-07-20 10:17:33 -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
----