mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
* [DOCS] Replace dependencies list with a link to the generated dependencies list. Closes #84863 * Made conditional based on the release state. * Fixed missing end statement
10 lines
550 B
Text
10 lines
550 B
Text
["appendix",id="dependencies-versions"]
|
|
= Dependencies and versions
|
|
|
|
ifeval::["{release-state}"=="unreleased"]
|
|
See https://artifacts.elastic.co/reports/dependencies/dependencies-current.html[Elastic Stack Third-party Dependencices] for the complete list of dependencies for {es}.
|
|
endif::[]
|
|
|
|
ifeval::["{release-state}"=="released"]
|
|
See https://artifacts.elastic.co/reports/dependencies/dependencies-{elasticsearch_version}.html[Elastic Stack Third-party Dependencices] for the complete list of dependencies for {es} {elasticsearch_version}.
|
|
endif::[]
|