Skip to content

Commit 906f369

Browse files
authored
Switch the perl client docs to asciidoctor (elastic#685)
Switches the perl client docs to asciidoctor. `html_diff` says asciidoctor produces exactly the same output modulo new lines.
1 parent f8d16b7 commit 906f369

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
@@ -357,6 +357,7 @@ contents:
357357
single: 1
358358
tags: Clients/Perl
359359
subject: Clients
360+
asciidoctor: true
360361
sources:
361362
-
362363
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 docbldnet='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/elasticsearch-net/
120120

121121
alias docbldphp='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/elasticsearch-php/docs/index.asciidoc'
122122

123-
alias docbldepl='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/elasticsearch/docs/perl/index.asciidoc --single 1'
123+
alias docbldepl='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/elasticsearch/docs/perl/index.asciidoc --single'
124124

125125
alias docbldepy='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/elasticsearch/docs/python/index.asciidoc --single 1'
126126

0 commit comments

Comments
 (0)