Fix indentation level in code exploration doc (#72274) (#72693)

* fix indentation level in code exploration doc

* run the script to update the file
This commit is contained in:
Stacey Gammon 2020-07-21 14:54:52 -04:00 committed by GitHub
parent 3291222e0d
commit d6c9104b5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -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]

View file

@ -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')}
`;
}