Skip to content

Commit 750975d

Browse files
authored
Convert the definitive guide to asciidoctor (#1309)
It is time to drop AsciiDoc support.
1 parent 564cbed commit 750975d

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
@@ -1529,6 +1529,7 @@ contents:
15291529
tags: Legacy/Elasticsearch/Definitive Guide
15301530
subject: Elasticsearch
15311531
suppress_migration_warnings: true
1532+
asciidoctor: true
15321533
sources:
15331534
-
15341535
repo: guide

doc_build_aliases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ alias docbldamnet='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/apm-a
123123

124124

125125
# Definitive Guide
126-
alias docblddg='$GIT_HOME/docs/build_docs --doc $GIT_HOME/elasticsearch-definitive-guide/book.asciidoc --chunk 1'
126+
alias docblddg='$GIT_HOME/docs/build_docs --asciidoctor --suppress_migration_warnings --doc $GIT_HOME/elasticsearch-definitive-guide/book.asciidoc --chunk 1'
127127

128128

129129
# Elasticsearch Extras

0 commit comments

Comments
 (0)