mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
Add a few asciidoc readmes (#72082)
* Add a few asciidoc readmes * add updated code-exploration. Need to fix the script in another go to add asciidoc support. The snippet didn't show up anyway.
This commit is contained in:
parent
260eb139f8
commit
6a03e8b5b8
6 changed files with 21 additions and 5 deletions
|
@ -365,7 +365,10 @@ WARNING: Missing README.
|
||||||
WARNING: Missing README.
|
WARNING: Missing README.
|
||||||
|
|
||||||
|
|
||||||
- {kib-repo}blob/{branch}/x-pack/plugins/embeddable_enhanced/README.md[embeddableEnhanced]
|
- {kib-repo}blob/{branch}/x-pack/plugins/embeddable_enhanced[embeddableEnhanced]
|
||||||
|
|
||||||
|
WARNING: Missing README.
|
||||||
|
|
||||||
|
|
||||||
- {kib-repo}blob/{branch}/x-pack/plugins/encrypted_saved_objects/README.md[encryptedSavedObjects]
|
- {kib-repo}blob/{branch}/x-pack/plugins/encrypted_saved_objects/README.md[encryptedSavedObjects]
|
||||||
|
|
||||||
|
|
|
@ -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
|
This folder contains example plugins. To run the plugins in this folder, use the `--run-examples` flag, via
|
||||||
|
|
||||||
```
|
[source,bash]
|
||||||
|
----
|
||||||
yarn start --run-examples
|
yarn start --run-examples
|
||||||
```
|
----
|
|
@ -30,6 +30,7 @@ export const IGNORE_FILE_GLOBS = [
|
||||||
'docs/**/*',
|
'docs/**/*',
|
||||||
'**/bin/**/*',
|
'**/bin/**/*',
|
||||||
'**/+([A-Z_]).md',
|
'**/+([A-Z_]).md',
|
||||||
|
'**/+([A-Z_]).asciidoc',
|
||||||
'**/LICENSE',
|
'**/LICENSE',
|
||||||
'**/*.txt',
|
'**/*.txt',
|
||||||
'**/Gruntfile.js',
|
'**/Gruntfile.js',
|
||||||
|
|
5
src/plugins/dashboard/README.asciidoc
Normal file
5
src/plugins/dashboard/README.asciidoc
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[[kibana-dashboard-plugin]]
|
||||||
|
== Dashboard plugin
|
||||||
|
|
||||||
|
- Registers the dashboard application.
|
||||||
|
- Adds a dashboard embeddable that can be used in other applications.
|
6
x-pack/plugins/embeddable_enhanced/README.asciidoc
Normal file
6
x-pack/plugins/embeddable_enhanced/README.asciidoc
Normal file
|
@ -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.
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
# X-Pack part of `embeddable` plugin
|
|
Loading…
Add table
Add a link
Reference in a new issue