Skip to content

Commit 0c7a17a

Browse files
authored
Switch cloud-on-k8s docs to direct_html (#1589)
direct_html is faster and more customizable. We're switching all of our docs to it.
1 parent b59ace7 commit 0c7a17a

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
@@ -792,6 +792,7 @@ contents:
792792
branches: [ master, 1.0, 0.9, 0.8 ]
793793
index: docs/index.asciidoc
794794
chunk: 1
795+
direct_html: true
795796
sources:
796797
-
797798
repo: cloud-on-k8s

doc_build_aliases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ alias docbldech='$GIT_HOME/docs/build_docs --doc $GIT_HOME/cloud/docs/heroku/ind
8484
alias docbldecctl='$GIT_HOME/docs/build_docs --direct_html --doc $GIT_HOME/ecctl/docs/index.asciidoc --chunk 1'
8585

8686
# Cloud - Elastic Cloud for K8s
87-
alias docbldk8s='$GIT_HOME/docs/build_docs --doc $GIT_HOME/cloud-on-k8s/docs/index.asciidoc --chunk 1'
87+
alias docbldk8s='$GIT_HOME/docs/build_docs --direct_html --doc $GIT_HOME/cloud-on-k8s/docs/index.asciidoc --chunk 1'
8888

8989
# Beats
9090
alias docbldbpr='$GIT_HOME/docs/build_docs --respect_edit_url_overrides --doc $GIT_HOME/beats/libbeat/docs/index.asciidoc --chunk 1'

0 commit comments

Comments
 (0)