kibana/docs/developer/index.asciidoc
Mikhail Shustov 6f983728d7
Document ts project references setup (#78586)
* 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>
2020-10-06 08:46:56 +02:00

32 lines
733 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>>
--
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[]