Skip to content

Commit

Permalink
Add build alias for ingest architecture doc (#2546)
Browse files Browse the repository at this point in the history
  • Loading branch information
karenzone authored Nov 10, 2022
1 parent aef00ab commit 5990a77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc_build_aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ alias docbldkb=docbldkbx

alias docbldkbold='$GIT_HOME/docs/build_docs --doc $GIT_HOME/kibana/docs/index.x.asciidoc --resource=$GIT_HOME/kibana-extra/x-pack-kibana/docs/ --chunk 1'

# Ingest
alias docbldarch='$GIT_HOME/docs/build_docs --doc $GIT_HOME/ingest-docs/docs/en/ingest-arch/index.asciidoc --chunk 1'

# Logstash
alias docbldlsx='$GIT_HOME/docs/build_docs --respect_edit_url_overrides --doc $GIT_HOME/logstash/docs/index.asciidoc --resource=$GIT_HOME/logstash-docs/docs/ --chunk 1'

Expand Down

0 comments on commit 5990a77

Please sign in to comment.