Skip to content

Commit 6eed862

Browse files
authored
Switch ruby client docs to asciidoctor (#691)
This switches building the ruby client docs from AsciiDoc to Asciidoctor. The html that it produces isn't 100% the same, but most the differences aren't relevant. Here is a diff of the relevant stuff: https://gist.github.com/nik9000/92e098ca9d9ce113f5d795ee1b0017ce That diff seems like a net positive.
1 parent 41ee072 commit 6eed862

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
@@ -386,6 +386,7 @@ contents:
386386
current: master
387387
tags: Clients/Ruby
388388
subject: Clients
389+
asciidoctor: true
389390
sources:
390391
-
391392
repo: elasticsearch

doc_build_aliases.sh

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

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

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

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

0 commit comments

Comments
 (0)