mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 18:27:59 -04:00
* [DOCS] Adds docs for plugin API changes * [DOCS] Adds another api change * Add change for custom visualization plugins * [DOCS] Adds pages with links to previous breaking changes Co-authored-by: Tim Roes <tim.roes@elastic.co>
33 lines
803 B
Text
33 lines
803 B
Text
[[development]]
|
|
= Developer guide
|
|
|
|
--
|
|
Contributing to {kib} can be daunting at first, but it doesn't have to be. The following sections should get you up and
|
|
running in no time. If you have any problems, file an issue in the https://github.com/elastic/kibana/issues[Kibana repo].
|
|
|
|
* <<development-getting-started>>
|
|
* <<development-best-practices>>
|
|
* <<contributing>>
|
|
* <<external-plugin-development>>
|
|
* <<kibana-architecture>>
|
|
* <<advanced>>
|
|
* <<plugin-list>>
|
|
* <<plugin-api-changes>>
|
|
|
|
--
|
|
|
|
include::getting-started/index.asciidoc[]
|
|
|
|
include::best-practices/index.asciidoc[]
|
|
|
|
include::architecture/index.asciidoc[]
|
|
|
|
include::contributing/index.asciidoc[]
|
|
|
|
include::plugin/index.asciidoc[]
|
|
|
|
include::advanced/index.asciidoc[]
|
|
|
|
include::plugin-list.asciidoc[]
|
|
|
|
include::plugin-api-changes/index.asciidoc[]
|