kibana/docs/developer/index.asciidoc
Stacey Gammon 0a516cfbb9
Improvements to our developer guide (#67764)
* contributing guide -> asciidoc

* Update docs/developer/contributing/index.asciidoc

Co-authored-by: Peter Schretlen <peter.schretlen@gmail.com>

* Update CONTRIBUTING.md

Co-authored-by: Peter Schretlen <peter.schretlen@gmail.com>

* Update docs/developer/best-practices/stability.asciidoc

Co-authored-by: Peter Schretlen <peter.schretlen@gmail.com>

* Update docs/developer/contributing/index.asciidoc

Co-authored-by: Peter Schretlen <peter.schretlen@gmail.com>

* address code review comments

* Update docs/developer/contributing/development-documentation.asciidoc

Co-authored-by: Peter Schretlen <peter.schretlen@gmail.com>

* review comment updates

* fix bad ref

Co-authored-by: Peter Schretlen <peter.schretlen@gmail.com>
2020-07-13 10:47:01 -04:00

30 lines
694 B
Plaintext

[[development]]
= Developer guide
[partintro]
--
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>>
--
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[]