[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>
This commit is contained in:
wajihaparvez 2025-03-17 14:05:24 -04:00 committed by GitHub
parent 232c1979e3
commit f11a047764
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,4 @@
[[dependencies-versions]]
== List of dependencies
Refer to https://artifacts.elastic.co/reports/dependencies/dependencies-current.html[Elastic Stack third-party dependencies] for the complete list of dependencies.

View file

@ -15,6 +15,7 @@ running in no time. If you have any problems, file an issue in the https://githu
* <<kibana-architecture>>
* <<advanced>>
* <<plugin-list>>
* <<dependencies-versions>>
* <<development-telemetry>>
--
@ -33,5 +34,7 @@ include::advanced/index.asciidoc[]
include::plugin-list.asciidoc[]
include::dependencies-versions.asciidoc[]
include::telemetry.asciidoc[]