From 8a407902562b805ed2ae3e157a43de0326a7f860 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Fri, 12 Apr 2019 10:07:13 -0400 Subject: [PATCH] Switch the ECS docs to Asciidoctor Switches the core of the docs build for the ECS docs from the unmaintained AsciiDoc project to the actively developed Asciidoctor project. --- conf.yaml | 1 + doc_build_aliases.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.yaml b/conf.yaml index 247fbd2e1261c..a158aea9eba6f 100644 --- a/conf.yaml +++ b/conf.yaml @@ -141,6 +141,7 @@ contents: chunk: 1 tags: Elastic Common Schema (ECS)/Reference subject: Elastic Common Schema (ECS) + asciidoctor: true sources: - repo: ecs diff --git a/doc_build_aliases.sh b/doc_build_aliases.sh index 5118eece743ad..70cb34e196bc5 100644 --- a/doc_build_aliases.sh +++ b/doc_build_aliases.sh @@ -149,7 +149,7 @@ alias docbldesh='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/elastic alias docbldx='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/x-pack/docs/en/index.asciidoc --resource=$GIT_HOME/kibana-extra/x-pack-kibana/docs --resource=$GIT_HOME/elasticsearch-extra/x-pack-elasticsearch/docs --chunk 1' # ECS -alias docbldecs='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/ecs/docs/index.asciidoc --chunk 1' +alias docbldecs='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/ecs/docs/index.asciidoc --chunk 1' # GKE alias docbldgke='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/stack-docs/docs/en/gke-on-prem/index.asciidoc --chunk 1'