Skip to content

Commit

Permalink
fix indentation level in code exploration doc
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon committed Jul 17, 2020
1 parent 93be1cf commit 5aaded3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ NOTE:
////
[[code-exploration]]
=== Exploring Kibana code
== Exploring Kibana code
The goals of our folder heirarchy are:
Expand All @@ -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')}
`;
}

0 comments on commit 5aaded3

Please sign in to comment.