Skip to content

Commit e31fc56

Browse files
authored
Switch Java REST client to Asciidoctor (#780)
Switches the Elasticsearch Java REST client's docs from being generated by the no-longer-maintained AsciiDoc project to the maintained Asciidoctor project. It is *much* faster: AsciiDoc : 0m48.358s Asciidoctor: 0m10.436s Co-Authored-By: lcawl
1 parent 5268ec0 commit e31fc56

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
@@ -280,6 +280,7 @@ contents:
280280
tags: Clients/JavaREST
281281
subject: Clients
282282
chunk: 1
283+
asciidoctor: true
283284
sources:
284285
-
285286
repo: elasticsearch

doc_build_aliases.sh

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

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

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

125125
alias docbldejv='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/elasticsearch/docs/java-api/index.asciidoc --chunk 1'
126126

0 commit comments

Comments
 (0)