Skip to content

Commit bad42d6

Browse files
Stacey Gammonelasticmachine
andauthored
Add a few asciidoc readmes (#72082) (#72290)
* 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. Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
1 parent b72320c commit bad42d6

6 files changed

Lines changed: 21 additions & 5 deletions

File tree

docs/developer/architecture/code-exploration.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,10 @@ WARNING: Missing README.
365365
WARNING: Missing README.
366366
367367
368-
- {kib-repo}blob/{branch}/x-pack/plugins/embeddable_enhanced/README.md[embeddableEnhanced]
368+
- {kib-repo}blob/{branch}/x-pack/plugins/embeddable_enhanced[embeddableEnhanced]
369+
370+
WARNING: Missing README.
371+
369372
370373
- {kib-repo}blob/{branch}/x-pack/plugins/encrypted_saved_objects/README.md[encryptedSavedObjects]
371374
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## Example plugins
1+
[[example-plugins]]
2+
== Example plugins
23

34
This folder contains example plugins. To run the plugins in this folder, use the `--run-examples` flag, via
45

5-
```
6+
[source,bash]
7+
----
68
yarn start --run-examples
7-
```
9+
----

src/dev/precommit_hook/casing_check_config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export const IGNORE_FILE_GLOBS = [
3030
'docs/**/*',
3131
'**/bin/**/*',
3232
'**/+([A-Z_]).md',
33+
'**/+([A-Z_]).asciidoc',
3334
'**/LICENSE',
3435
'**/*.txt',
3536
'**/Gruntfile.js',
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[[kibana-dashboard-plugin]]
2+
== Dashboard plugin
3+
4+
- Registers the dashboard application.
5+
- Adds a dashboard embeddable that can be used in other applications.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[[enhanced-embeddables-plugin]]
2+
== Enhanced embeddables plugin
3+
4+
Enhances Embeddables by registering a custom factory provider. The enhanced factory provider
5+
adds dynamic actions to every embeddables state, in order to support drilldowns.
6+

x-pack/plugins/embeddable_enhanced/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)