mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 00:45:43 -04:00
* docs: kibana developer docs This is the beginning of developer-focussed docs for Kibana. The content is mostly pulled directly from the old wiki in the github repo. * docs: known plugins for 5.x
16 lines
440 B
Text
16 lines
440 B
Text
[[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[]
|