From a4e1d0ffd4c95b4e5dfee8c2da451ed1ea53d8eb Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Tue, 12 Mar 2019 15:25:07 -0400 Subject: [PATCH] Switch the APM Agent for .NET to Asciidoctor Switches the APM Agent for .NET's docs from the no-longer-maintained AsciiDoc project to Asciidoctor. The only difference between the html output is spacing 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 71e9cf5e8d983..c29e259e42fc3 100644 --- a/conf.yaml +++ b/conf.yaml @@ -955,6 +955,7 @@ contents: tags: APM .NET Agent/Reference subject: APM chunk: 1 + asciidoctor: true sources: - repo: apm-agent-dotnet diff --git a/doc_build_aliases.sh b/doc_build_aliases.sh index f31c9c8ff413a..19a622376314f 100644 --- a/doc_build_aliases.sh +++ b/doc_build_aliases.sh @@ -94,7 +94,7 @@ alias docbldamjs='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/apm-agent-js-base alias docbldamgo='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/apm-agent-go/docs/index.asciidoc --chunk 1' -alias docbldamnet='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/apm-agent-dotnet/docs/index.asciidoc --chunk 1' +alias docbldamnet='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/apm-agent-dotnet/docs/index.asciidoc --chunk 1' # Definitive Guide