mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* document ts project references * Apply suggestions from code review Co-authored-by: Josh Dover <me@joshdover.com> * capitalize all the bullet points * address @rudolf comments * add a reference to example * fix identation * convert into asciidoc * fix numeration * fix asciidoctor failures * cleanup typescript.asciidoc * back to unordered list. asciidoctor fails validation Co-authored-by: Josh Dover <me@joshdover.com>
31 lines
733 B
Text
31 lines
733 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>>
|
|
|
|
--
|
|
|
|
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[]
|
|
|