From a540961b38b427c0804f1f69dbcd0ad6547e427a Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Mon, 22 Apr 2019 16:42:49 -0400 Subject: [PATCH] Switches Elasticsearch Ref doc build to asciidoctor --- conf.yaml | 1 + doc_build_aliases.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conf.yaml b/conf.yaml index 37eb7a648cc66..3dc8629a38b37 100644 --- a/conf.yaml +++ b/conf.yaml @@ -187,6 +187,7 @@ contents: chunk: 1 tags: Elasticsearch/Reference subject: Elasticsearch + asciidoctor: true sources: - repo: elasticsearch diff --git a/doc_build_aliases.sh b/doc_build_aliases.sh index d068ba20800f9..b82f9501d5db4 100644 --- a/doc_build_aliases.sh +++ b/doc_build_aliases.sh @@ -12,13 +12,13 @@ # Elasticsearch -alias docbldesx='$GIT_HOME/docs/build_docs --doc $GIT_HOME/elasticsearch/docs/reference/index.asciidoc --resource=$GIT_HOME/elasticsearch/x-pack/docs/ --chunk 1' +alias docbldesx='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/elasticsearch/docs/reference/index.asciidoc --resource=$GIT_HOME/elasticsearch/x-pack/docs/ --chunk 1' alias docbldes=docbldesx # Elasticsearch 6.2 and earlier -alias docbldesold='$GIT_HOME/docs/build_docs --doc $GIT_HOME/elasticsearch/docs/reference/index.x.asciidoc --resource=$GIT_HOME/elasticsearch-extra/x-pack-elasticsearch/docs/ --chunk 1' +alias docbldesold='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/elasticsearch/docs/reference/index.x.asciidoc --resource=$GIT_HOME/elasticsearch-extra/x-pack-elasticsearch/docs/ --chunk 1' # Kibana alias docbldkbx='$GIT_HOME/docs/build_docs --doc $GIT_HOME/kibana/docs/index.asciidoc --chunk 1'