kibana/examples
Stacey Gammon 2dcf105250
Adding owners to kibana plugins (#108407) (#108919)
* Adding owners to kibana plugins

* Fix ui actions enhanced owner

* Account for virtual RAC team owning a plugin

* Fix empty githubTeam for ui actions
# Conflicts:
#	.github/CODEOWNERS
#	examples/developer_examples/kibana.json
#	src/plugins/embeddable/kibana.json
2021-08-17 12:49:33 -04:00
..
bfetch_explorer Adding owners to kibana plugins (#108407) (#108919) 2021-08-17 12:49:33 -04:00
dashboard_embeddable_examples [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
developer_examples [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
embeddable_examples [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
embeddable_explorer [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
expressions_explorer Adding owners to kibana plugins (#108407) (#108919) 2021-08-17 12:49:33 -04:00
field_formats_example [FieldFormats] Example plugin (#108070) (#108663) 2021-08-16 08:38:26 -04:00
hello_world Clean up Developer Guide (#108259) (#108683) 2021-08-16 10:56:07 -04:00
index_pattern_field_editor_example [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
locator_examples [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
locator_explorer [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
preboot_example [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
routing_example [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
screenshot_mode_example [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
search_examples [Data][Es Query] Use ES types instead of DslQuery (#108290) (#108447) 2021-08-12 23:25:46 +00:00
state_containers_examples [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
ui_action_examples [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
ui_actions_explorer [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -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
----