瀏覽代碼

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.
Jason Tedor 5 年之前
父節點
當前提交
2f048cd1e7
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      docs/reference/index.asciidoc

+ 4 - 0
docs/reference/index.asciidoc

@@ -40,8 +40,12 @@ include::ingest.asciidoc[]
 
 include::ilm/index.asciidoc[]
 
+ifeval::["{release-state}"=="unreleased"]
+
 include::autoscaling/index.asciidoc[]
 
+endif::[]
+
 include::sql/index.asciidoc[]
 
 include::monitoring/index.asciidoc[]