mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
* add asciidoc support for generated plugin list Try level offset "=+2" instead of "=+1" to stop the inlining of the includes. remove +2 back to +1 * Remove asciidoc, switch to regex. Rearrange dev guide to avoid nesting limit. * Add tests for regex * add a description to not throw off the table. Remove the heading from the paragraph snippet. * Fix more READMEs so table renders correctly * Update plugin list * Remove code-exploration file, moved to plugin-list * fix typo * Add link to developer examples * Update plugin list * fix typo
32 lines
745 B
Text
32 lines
745 B
Text
[[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>>
|
|
* <<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[]
|
|
|