mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 08:49:27 -04:00
* [DOCS] Updates release docs for 7.17 * [DOCS] Fixes broken link * [DOCS] Fixes formatting of link * [DOCS] Updates content in What's New * [DOCS] Fixes build error * [DOCS] Adds coming soon tag * Update docs/user/whats-new.asciidoc Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co> * Update docs/user/whats-new.asciidoc Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
36 lines
875 B
Text
36 lines
875 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>>
|
|
* <<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::plugin-api-changes/plugin-api-changes.asciidoc[]
|
|
|
|
include::telemetry.asciidoc[]
|