-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d9d323
commit 87c61b9
Showing
5 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
## Example plugins | ||
[[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 | ||
``` | ||
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[[kibana-dashboard-plugin]] | ||
== Dashboard plugin | ||
|
||
- Registers the dashboard application. | ||
- Adds a dashboard embeddable that can be used in other applications. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[[enhanced-embeddables-plugin]] | ||
== Enhanced embeddables plugin | ||
|
||
Enhances Embeddables by registering a custom factory provider. The enhanced factory provider | ||
adds dynamic actions to every embeddables state, in order to support drilldowns. | ||
|
This file was deleted.
Oops, something went wrong.