mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 17:04:01 -04:00
* Docs on docs * dev docs * Update dev_docs/contributing/documentation.mdx Co-authored-by: Daniel Mitterdorfer <danielmitterdorfer@users.noreply.github.com> * Update dev_docs/contributing/documentation.mdx Co-authored-by: Daniel Mitterdorfer <danielmitterdorfer@users.noreply.github.com> * Update dev_docs/contributing/documentation.mdx Co-authored-by: Daniel Mitterdorfer <danielmitterdorfer@users.noreply.github.com> * Update dev_docs/contributing/documentation.mdx Co-authored-by: Daniel Mitterdorfer <danielmitterdorfer@users.noreply.github.com> * Update dev_docs/contributing/documentation.mdx Co-authored-by: Daniel Mitterdorfer <danielmitterdorfer@users.noreply.github.com> * Update dev_docs/contributing/documentation.mdx Co-authored-by: Daniel Mitterdorfer <danielmitterdorfer@users.noreply.github.com> * Address review feedback * Update dev_docs/contributing/documentation.mdx Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com> Co-authored-by: Daniel Mitterdorfer <danielmitterdorfer@users.noreply.github.com> Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>
37 lines
1.2 KiB
Text
37 lines
1.2 KiB
Text
[[development]]
|
|
= Developer guide
|
|
|
|
--
|
|
|
|
NOTE: This is our legacy developer guide, and while we strive to keep it accurate, new content is added inside the {kib-repo}blob/{branch}/dev_docs[Kibana repo]. The rendered https://docs.elastic.dev/kibana-dev-docs/getting-started/welcome[guide] can only be accessed internally at the moment, though the raw content is public in our {kib-repo}blob/{branch}/dev_docs[public repository].
|
|
|
|
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>>
|
|
* <<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::telemetry.asciidoc[]
|
|
|