Skip to content

Commit da1548e

Browse files
authored
Switch the ECS docs to Asciidoctor (#813)
Switches the core of the docs build for the ECS docs from the unmaintained AsciiDoc project to the actively developed Asciidoctor project.
1 parent 88abee2 commit da1548e

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
@@ -141,6 +141,7 @@ contents:
141141
chunk: 1
142142
tags: Elastic Common Schema (ECS)/Reference
143143
subject: Elastic Common Schema (ECS)
144+
asciidoctor: true
144145
sources:
145146
-
146147
repo: ecs

doc_build_aliases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ alias docbldesh='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/elastic
149149
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'
150150

151151
# ECS
152-
alias docbldecs='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/ecs/docs/index.asciidoc --chunk 1'
152+
alias docbldecs='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/ecs/docs/index.asciidoc --chunk 1'
153153

154154
# GKE
155155
alias docbldgke='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/stack-docs/docs/en/gke-on-prem/index.asciidoc --chunk 1'

0 commit comments

Comments
 (0)