Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix indentation level in code exploration doc #72274

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/developer/architecture/code-exploration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ NOTE:
////

[[code-exploration]]
=== Exploring Kibana code
== Exploring Kibana code

The goals of our folder heirarchy are:

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

Expand Down Expand Up @@ -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]

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