From 39dcfe12cb47982ca1391029fc74ff0adbe3e26f Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Mon, 11 Mar 2019 15:30:19 -0400 Subject: [PATCH] Switch the Infra Monitoring Guide to asciidoctor Switches the Infrastructure Monitoring Guide to Asciidoctor. There are a few spacing changes that are noops in HTML and there are a few changes that look like this: ``` - monitoring-architecture.png + monitoring architecture ``` They switch the alt tag on an image from the name of the image to a "more English" version of the name of the image. I'm not sure if this is really an improvement because the alt tag is still being automatically generated so it isn't going to be particularly descriptive. But I don't *think* this is a problem either. --- conf.yaml | 1 + doc_build_aliases.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.yaml b/conf.yaml index 6bc5dab31bbbb..c5b2dfd8a8f5c 100644 --- a/conf.yaml +++ b/conf.yaml @@ -836,6 +836,7 @@ contents: chunk: 1 tags: Infrastructure/Guide subject: Infrastructure + asciidoctor: true sources: - repo: stack-docs diff --git a/doc_build_aliases.sh b/doc_build_aliases.sh index e271638d5f072..650f0fb13d890 100644 --- a/doc_build_aliases.sh +++ b/doc_build_aliases.sh @@ -49,7 +49,7 @@ alias docbldso='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/stack-docs/docs/en/ alias docbldaz='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/azure-marketplace/docs/index.asciidoc --chunk 1' -alias docbldinf='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/stack-docs/docs/en/infraops/index.asciidoc --chunk 1' +alias docbldinf='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/stack-docs/docs/en/infraops/index.asciidoc --chunk 1' # Curator alias docbldcr='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/curator/docs/asciidoc/index.asciidoc'