kibana/docs/development.asciidoc

19 lines
483 B
Plaintext
Raw Normal View History

[[development]]
= Contributing to Kibana
[partintro]
--
Contributing to Kibana can be daunting at first, but it doesn't have to be. If
you're planning a pull request to the Kibana repository, you may want to start
with <<core-development>>.
If you'd prefer to use Kibana's internal plugin API, then check out
<<plugin-development>>.
--
include::development/core-development.asciidoc[]
include::development/plugin-development.asciidoc[]
include::development/pr-review.asciidoc[]