mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
* fix indentation level in code exploration doc * run the script to update the file
This commit is contained in:
parent
3291222e0d
commit
d6c9104b5f
2 changed files with 8 additions and 8 deletions
|
@ -11,7 +11,7 @@ NOTE:
|
|||
////
|
||||
|
||||
[[code-exploration]]
|
||||
=== Exploring Kibana code
|
||||
== Exploring Kibana code
|
||||
|
||||
The goals of our folder heirarchy are:
|
||||
|
||||
|
@ -28,10 +28,10 @@ To that aim, we strive to:
|
|||
|
||||
[discrete]
|
||||
[[kibana-services-applications]]
|
||||
==== Services and Applications
|
||||
=== Services and Applications
|
||||
|
||||
[discrete]
|
||||
===== src/plugins
|
||||
==== src/plugins
|
||||
|
||||
- {kib-repo}blob/{branch}/src/plugins/advanced_settings[advancedSettings]
|
||||
|
||||
|
@ -283,7 +283,7 @@ WARNING: Missing README.
|
|||
|
||||
|
||||
[discrete]
|
||||
===== x-pack/plugins
|
||||
==== x-pack/plugins
|
||||
|
||||
- {kib-repo}blob/{branch}/x-pack/plugins/actions/README.md[actions]
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ NOTE:
|
|||
////
|
||||
|
||||
[[code-exploration]]
|
||||
=== Exploring Kibana code
|
||||
== Exploring Kibana code
|
||||
|
||||
The goals of our folder heirarchy are:
|
||||
|
||||
|
@ -71,14 +71,14 @@ To that aim, we strive to:
|
|||
|
||||
[discrete]
|
||||
[[kibana-services-applications]]
|
||||
==== Services and Applications
|
||||
=== Services and Applications
|
||||
|
||||
[discrete]
|
||||
===== src/plugins
|
||||
==== src/plugins
|
||||
${Array.from(printPlugins(ossPlugins)).join('\n')}
|
||||
|
||||
[discrete]
|
||||
===== x-pack/plugins
|
||||
==== x-pack/plugins
|
||||
${Array.from(printPlugins(xpackPlugins)).join('\n')}
|
||||
`;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue