kibana/examples
Or Ouziel 835f2d8d45
[8.0] replace any with unknown in http client and types (#114265) (#118348)
* replace any with unknown in http client and types (#114265)

# Conflicts:
#	x-pack/plugins/enterprise_search/public/applications/app_search/components/crawler/crawler_logic.ts
#	x-pack/plugins/enterprise_search/public/applications/app_search/components/crawler/crawler_overview_logic.ts
#	x-pack/plugins/enterprise_search/public/applications/app_search/components/curations/components/suggestions_logic.tsx
#	x-pack/plugins/enterprise_search/public/applications/app_search/components/curations/views/curation_suggestion/curation_suggestion_logic.ts
#	x-pack/plugins/enterprise_search/public/applications/app_search/components/curations/views/curations_settings/curations_settings_logic.ts

* commit using @elastic.co

* remove unused file
2021-11-15 09:12:42 -07:00
..
bfetch_explorer Updates Github link references from master to main (#116789) (#116791) 2021-10-29 10:07:44 -07:00
dashboard_embeddable_examples Replace EuiCodeEditor with CodeEditor in app-services code (#114316) 2021-10-13 14:52:48 +02:00
developer_examples [8.0] [eslint] enable type-specific lint rules (#114184) (#117444) 2021-11-04 03:02:56 +00:00
embeddable_examples [Dashboard] [Functional Tests] Unskip by value Example (#116513) (#118047) 2021-11-09 19:21:23 +00:00
embeddable_explorer Updates Github link references from master to main (#116789) (#116791) 2021-10-29 10:07:44 -07:00
expressions_explorer Updates Github link references from master to main (#116789) (#116791) 2021-10-29 10:07:44 -07:00
field_formats_example [FieldFormats] Example plugin (#108070) 2021-08-16 05:18:34 -04:00
hello_world Clean up Developer Guide (#108259) 2021-08-12 14:05:43 -04:00
index_pattern_field_editor_example Updates Github link references from master to main (#116789) (#116791) 2021-10-29 10:07:44 -07:00
locator_examples [8.0] [eslint] enable type-specific lint rules (#114184) (#117444) 2021-11-04 03:02:56 +00:00
locator_explorer Updates Github link references from master to main (#116789) (#116791) 2021-10-29 10:07:44 -07:00
partial_results_example [Expressions] Partial results example plugin (#113001) 2021-09-27 18:54:05 +02:00
preboot_example [8.0] replace any with unknown in http client and types (#114265) (#118348) 2021-11-15 09:12:42 -07:00
routing_example Updates Github link references from master to main (#116789) (#116791) 2021-10-29 10:07:44 -07:00
screenshot_mode_example Updates Github link references from master to main (#116789) (#116791) 2021-10-29 10:07:44 -07:00
search_examples [8.0] [eslint] enable type-specific lint rules (#114184) (#117444) 2021-11-04 03:02:56 +00:00
state_containers_examples Updates Github link references from master to main (#116789) (#116791) 2021-10-29 10:07:44 -07:00
ui_action_examples [DX] Upgrade prettier to v2.4.0 (#112359) 2021-09-19 22:34:30 -07:00
ui_actions_explorer Updates Github link references from master to main (#116789) (#116791) 2021-10-29 10:07:44 -07:00
README.asciidoc Add a few asciidoc readmes (#72082) 2020-07-17 11:08:57 -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
----