kibana/docs/developer/index.asciidoc
wajihaparvez f11a047764
[Docs] Add link to dependencies page - 8.x (#214667)
## Summary

This PR adds a page to the 8.x Kibana docs linking to the list of
third-party dependencies.

Closes: https://github.com/elastic/kibana/issues/212706
Rel: https://github.com/elastic/kibana/pull/214668,
[#797](https://github.com/elastic/docs-content/pull/797)

---------

Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
2025-03-17 18:05:24 +00:00

40 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>>
* <<dependencies-versions>>
* <<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::dependencies-versions.asciidoc[]
include::telemetry.asciidoc[]