Skip to content

Commit 7148aef

Browse files
authored
Switches Elasticsearch Ref doc build to asciidoctor (#827)
1 parent 47a2655 commit 7148aef

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

conf.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ contents:
188188
chunk: 1
189189
tags: Elasticsearch/Reference
190190
subject: Elasticsearch
191+
asciidoctor: true
191192
sources:
192193
-
193194
repo: elasticsearch

doc_build_aliases.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313

1414
# Elasticsearch
15-
alias docbldesx='$GIT_HOME/docs/build_docs --doc $GIT_HOME/elasticsearch/docs/reference/index.asciidoc --resource=$GIT_HOME/elasticsearch/x-pack/docs/ --chunk 1'
15+
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'
1616

1717
alias docbldes=docbldesx
1818

1919
# Elasticsearch 6.2 and earlier
2020

21-
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'
21+
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'
2222

2323
# Kibana
2424
alias docbldkbx='$GIT_HOME/docs/build_docs --doc $GIT_HOME/kibana/docs/index.asciidoc --chunk 1'

0 commit comments

Comments
 (0)