Skip to content

Commit 9acf85e

Browse files
authored
Switch ES plugins docs to Asciidoctor (#796)
Switches the ES "Plugins and Integrations" book's documentation build core from the unmaintained AsciiDoc project to the actively maintained Asciidoctor project. It also speeds up building it by a factor of about 2.5.
1 parent 9f9873b commit 9acf85e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

conf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ contents:
270270
chunk: 2
271271
tags: Elasticsearch/Plugins
272272
subject: Elasticsearch
273+
asciidoctor: true
273274
sources:
274275
-
275276
repo: elasticsearch

doc_build_aliases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ alias docbldres='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/elastic
118118

119119
alias docbldpls='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/elasticsearch/docs/painless/index.asciidoc --chunk 1'
120120

121-
alias docbldepi='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/elasticsearch/docs/plugins/index.asciidoc --chunk 2'
121+
alias docbldepi='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/elasticsearch/docs/plugins/index.asciidoc --chunk 2'
122122

123123
alias docbldjvr='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/elasticsearch/docs/java-rest/index.asciidoc --chunk 1'
124124

0 commit comments

Comments
 (0)