kibana/docs/developer/index.asciidoc
Spencer 054da62a7a
[ci-stats] ship timings, collect overall bootstrap time (#93557)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2021-03-11 09:42:22 -07:00

35 lines
792 B
Plaintext

[[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>>
* <<development-telemetry>>
--
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::telemetry.asciidoc[]