mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
fixing broken links (#122415)
This commit is contained in:
parent
7dfad91dc7
commit
7580c12d07
1 changed files with 3 additions and 3 deletions
|
@ -73,16 +73,16 @@ services you should consider:
|
||||||
|
|
||||||
* {kib-repo}tree/{branch}/src/plugins/data/README.md[Data
|
* {kib-repo}tree/{branch}/src/plugins/data/README.md[Data
|
||||||
services]
|
services]
|
||||||
** {kib-repo}tree/{branch}/src/plugins/data/public/search/README.md[Search
|
** {kib-repo}tree/{branch}/src/plugins/data/README.mdx#search[Search
|
||||||
strategies]
|
strategies]
|
||||||
*** Use the `esSearchStrategy` to make raw queries to ES that will
|
*** Use the `esSearchStrategy` to make raw queries to ES that will
|
||||||
support async searching and partial results, as well as injecting the
|
support async searching and partial results, as well as injecting the
|
||||||
right advanced settings like whether to include frozen indices or not.
|
right advanced settings like whether to include frozen indices or not.
|
||||||
* {kib-repo}tree/{branch}/src/plugins/embeddable/README.md[Embeddables]
|
* {kib-repo}tree/{branch}/src/plugins/embeddable/README.asciidoc[Embeddables]
|
||||||
** Rendering maps, visualizations, dashboards in your application
|
** Rendering maps, visualizations, dashboards in your application
|
||||||
** Register new widgets that will can be added to a dashboard or Canvas
|
** Register new widgets that will can be added to a dashboard or Canvas
|
||||||
workpad, or rendered in another plugin.
|
workpad, or rendered in another plugin.
|
||||||
* {kib-repo}tree/{branch}/src/plugins/ui_actions/README.md[UiActions]
|
* {kib-repo}tree/{branch}/src/plugins/ui_actions/README.asciidoc[UiActions]
|
||||||
** Let other plugins inject functionality into your application
|
** Let other plugins inject functionality into your application
|
||||||
** Inject custom functionality into other plugins
|
** Inject custom functionality into other plugins
|
||||||
* Stateless helper utilities
|
* Stateless helper utilities
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue