Skip to content

Commit 29ca2fc

Browse files
authored
[DOCS] Replace dependencies list with a link. Closes elastic#84863 (elastic#90694) (elastic#91479)
* [DOCS] Replace dependencies list with a link to the generated dependencies list. Closes elastic#84863 * Made conditional based on the release state. * Fixed missing end statement
1 parent 6d2c220 commit 29ca2fc

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
["appendix",id="dependencies-versions"]
22
= Dependencies and versions
33

4-
[source, text]
5-
----
6-
include::{dependencies-dir}/version.properties[]
7-
----
4+
ifeval::["{release-state}"=="unreleased"]
5+
See https://artifacts.elastic.co/reports/dependencies/dependencies-current.html[Elastic Stack Third-party Dependencices] for the complete list of dependencies for {es}.
6+
endif::[]
7+
8+
ifeval::["{release-state}"=="released"]
9+
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}.
10+
endif::[]

0 commit comments

Comments
 (0)