Skip to content

Commit 24cfb41

Browse files
authored
Switch the Infra Monitoring Guide to asciidoctor (#698)
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: ``` - <img alt="monitoring-architecture.png" src="monitoring-architecture.png"/> + <img alt="monitoring architecture" src="monitoring-architecture.png"/> ``` 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.
1 parent 74ec489 commit 24cfb41

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

conf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,7 @@ contents:
818818
chunk: 1
819819
tags: Infrastructure/Guide
820820
subject: Infrastructure
821+
asciidoctor: true
821822
sources:
822823
-
823824
repo: stack-docs

doc_build_aliases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ alias docbldso='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/stack-docs/docs/en/
4949

5050
alias docbldaz='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/azure-marketplace/docs/index.asciidoc --chunk 1'
5151

52-
alias docbldinf='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/stack-docs/docs/en/infraops/index.asciidoc --chunk 1'
52+
alias docbldinf='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/stack-docs/docs/en/infraops/index.asciidoc --chunk 1'
5353

5454
# Curator
5555
alias docbldcr='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/curator/docs/asciidoc/index.asciidoc'

0 commit comments

Comments
 (0)