From 02b3b11e17474199179c0cf77ea8ca2bc4af4dac Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Wed, 13 Mar 2019 15:20:00 -0400 Subject: [PATCH] Switch APM Agent for RUM JavaScript Switches the docs build core for the APM Agent for RUM JavaScript from the no-longer-supported AsciiDoc to the actively maintained Asciidoctor. The generated HTML is the same modulo whitespace which the browser ignores. --- conf.yaml | 1 + doc_build_aliases.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.yaml b/conf.yaml index 5642b645d120c..128f7f4807077 100644 --- a/conf.yaml +++ b/conf.yaml @@ -917,6 +917,7 @@ contents: tags: APM Real User Monitoring JavaScript Agent/Reference subject: APM chunk: 1 + asciidoctor: true sources: - repo: apm-agent-rum-js diff --git a/doc_build_aliases.sh b/doc_build_aliases.sh index b13fc42562758..337fb3cbd3ccb 100644 --- a/doc_build_aliases.sh +++ b/doc_build_aliases.sh @@ -90,7 +90,7 @@ alias docbldamry='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/apm-agent-ruby/do 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-rum-js/docs/index.asciidoc --chunk 1' +alias docbldamjs='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/apm-agent-rum-js/docs/index.asciidoc --chunk 1' alias docbldamgo='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/apm-agent-go/docs/index.asciidoc --chunk 1'