Skip to content

Commit 937cd72

Browse files
authored
Add alias for temporary Installation and Upgrade Guide (#3184)
1 parent 2dbe477 commit 937cd72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: doc_build_aliases.sh

+3
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ docbldlsvpr() {
6969
# Ingest Overview
7070
alias docbldingest='$GIT_HOME/docs/build_docs --doc $GIT_HOME/ingest-docs/docs/en/ingest-guide/index.asciidoc --chunk 1'
7171

72+
# Installation and Upgrade Guide 9.0
73+
alias docbldstk90='$GIT_HOME/docs/build_docs --doc $GIT_HOME/stack-docs/docs/en/install-upgrade/index.asciidoc --chunk 1'
74+
7275
# Installation and Upgrade Guide 7.10 and later
7376
alias docbldstk='$GIT_HOME/docs/build_docs --doc $GIT_HOME/stack-docs/docs/en/install-upgrade/index.asciidoc --resource=$GIT_HOME/elasticsearch/docs/ --resource=$GIT_HOME/kibana/docs/ --resource=$GIT_HOME/beats/libbeat/docs/ --resource=$GIT_HOME/observability-docs/docs/en/observability --resource=$GIT_HOME/logstash/docs/ --resource=$GIT_HOME/elasticsearch-hadoop/docs/src/reference/asciidoc/ --resource=$GIT_HOME/security-docs/docs/ --chunk 1'
7477

0 commit comments

Comments
 (0)