Exclude autoscaling docs from release docs (#51190)
Since autoscaling is currently only under development, this commit causes the autoscaling docs to be excluded any time that release docs are being built.
This commit is contained in:
parent
2908b7e5fc
commit
e20459c202
|
@ -44,8 +44,12 @@ include::ingest.asciidoc[]
|
||||||
|
|
||||||
include::ilm/index.asciidoc[]
|
include::ilm/index.asciidoc[]
|
||||||
|
|
||||||
|
ifeval::["{release-state}"=="unreleased"]
|
||||||
|
|
||||||
include::autoscaling/index.asciidoc[]
|
include::autoscaling/index.asciidoc[]
|
||||||
|
|
||||||
|
endif::[]
|
||||||
|
|
||||||
include::sql/index.asciidoc[]
|
include::sql/index.asciidoc[]
|
||||||
|
|
||||||
include::monitoring/index.asciidoc[]
|
include::monitoring/index.asciidoc[]
|
||||||
|
|
Loading…
Reference in New Issue