From e7a9e03aa59148d7d773be43e3e8029246622081 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Tue, 12 Mar 2019 16:06:29 -0400 Subject: [PATCH] Switch the APM Agent for Java to Asciidoctor Switches the core of the documentation build infrasturcture for the APM Agent for Java from the no-longer-living AsciiDoc project to the active Asciidoctor project. The HTML differences are fairly small: 1. Empty table blocks no longer contain an `

` 2. Headings are now in a `` tag. --- conf.yaml | 1 + doc_build_aliases.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.yaml b/conf.yaml index 71e9cf5e8d983..126d7b24921e7 100644 --- a/conf.yaml +++ b/conf.yaml @@ -942,6 +942,7 @@ contents: tags: APM Java Agent/Reference subject: APM chunk: 1 + asciidoctor: true sources: - repo: apm-agent-java diff --git a/doc_build_aliases.sh b/doc_build_aliases.sh index f31c9c8ff413a..caa7b3b252ef3 100644 --- a/doc_build_aliases.sh +++ b/doc_build_aliases.sh @@ -88,7 +88,7 @@ alias docbldamp='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/apm-agent-python/d alias docbldamry='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/apm-agent-ruby/docs/index.asciidoc --chunk 1' -alias docbldamj='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/apm-agent-java/docs/index.asciidoc --chunk 1' +alias docbldamj='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/apm-agent-java/docs/index.asciidoc --chunk 1' alias docbldamjs='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/apm-agent-js-base/docs/index.asciidoc --chunk 1'