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