Skip to content

Commit cff849a

Browse files
authored
switch apm-server to asciidoctor (#1083)
1 parent 7b1bde0 commit cff849a

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
@@ -1035,6 +1035,7 @@ contents:
10351035
chunk: 1
10361036
tags: APM Server/Reference
10371037
subject: APM
1038+
asciidoctor: true
10381039
sources:
10391040
-
10401041
repo: apm-server

doc_build_aliases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ alias docbldjb='$GIT_HOME/docs/build_docs --doc $GIT_HOME/beats/journalbeat/docs
105105
# APM
106106
alias docbldamg='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/apm-server/docs/guide/index.asciidoc --chunk 1'
107107

108-
alias docbldamr='$GIT_HOME/docs/build_docs --doc $GIT_HOME/apm-server/docs/index.asciidoc --chunk 1'
108+
alias docbldamr='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/apm-server/docs/index.asciidoc --chunk 1'
109109

110110
alias docbldamn='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/apm-agent-nodejs/docs/index.asciidoc --chunk 1'
111111

0 commit comments

Comments
 (0)