kibana/docs/development.asciidoc

26 lines
651 B
Plaintext

[[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/visualize/development-visualize-index.asciidoc[]
include::development/add-data-guide.asciidoc[]
include::development/security/index.asciidoc[]
include::development/pr-review.asciidoc[]