diff --git a/conf.yaml b/conf.yaml index ee825abb1b498..44108e9d02d28 100644 --- a/conf.yaml +++ b/conf.yaml @@ -170,6 +170,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 89bf172098a3b..fdfd173e73667 100644 --- a/doc_build_aliases.sh +++ b/doc_build_aliases.sh @@ -12,13 +12,13 @@ # Elasticsearch -alias docbldesx='$GIT_HOME/docs/build_docs.pl --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.pl --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.pl --doc $GIT_HOME/kibana/docs/index.asciidoc --chunk 1'