Skip to content

Commit 3b6eaf0

Browse files
authored
Switch the community clients book to Asciidoctor (#692)
Switches the community clients book in the Elasticsearch repo to Asciidoctor. The generated html has some spacing differences but our tuned html_diff tool doesn't think that there are any differences that are impactful.
1 parent 73508ef commit 3b6eaf0

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
@@ -400,6 +400,7 @@ contents:
400400
single: 1
401401
tags: Clients/Community
402402
subject: Clients
403+
asciidoctor: true
403404
sources:
404405
-
405406
repo: elasticsearch

doc_build_aliases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ alias docbldepy='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/elasticsearch/docs
126126

127127
alias docblderb='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/elasticsearch/docs/ruby/index.asciidoc'
128128

129-
alias docbldecc='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/elasticsearch/docs/community-clients/index.asciidoc --single 1'
129+
alias docbldecc='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/elasticsearch/docs/community-clients/index.asciidoc --single'
130130

131131
alias docbldesh='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/elasticsearch-hadoop/docs/src/reference/asciidoc/index.adoc'
132132

0 commit comments

Comments
 (0)