From dfca6dc7b4b7bf3303290c8713f9931ed98bde26 Mon Sep 17 00:00:00 2001 From: lcawl Date: Wed, 27 Feb 2019 09:09:42 -0800 Subject: [PATCH] Switches X-Pack Reference to Asciidoctor builds --- conf.yaml | 1 + doc_build_aliases.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.yaml b/conf.yaml index 2a7ab6b856384..9ca18851f911d 100644 --- a/conf.yaml +++ b/conf.yaml @@ -1205,6 +1205,7 @@ contents: index: docs/en/index.asciidoc private: 1 branches: [ 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0 ] + asciidoctor: true sources: - repo: x-pack diff --git a/doc_build_aliases.sh b/doc_build_aliases.sh index 6dd0385402e0d..aca304d6b7331 100644 --- a/doc_build_aliases.sh +++ b/doc_build_aliases.sh @@ -138,7 +138,7 @@ alias docbldesh='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/elasticsearch-hado # X-Pack Reference 5.4 to 6.2 -alias docbldx='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/x-pack/docs/en/index.asciidoc --resource=$GIT_HOME/kibana-extra/x-pack-kibana/docs --resource=$GIT_HOME/elasticsearch-extra/x-pack-elasticsearch/docs --chunk 1' +alias docbldx='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/x-pack/docs/en/index.asciidoc --resource=$GIT_HOME/kibana-extra/x-pack-kibana/docs --resource=$GIT_HOME/elasticsearch-extra/x-pack-elasticsearch/docs --chunk 1' # ECS alias docbldecs='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/ecs/docs/index.asciidoc --chunk 1'