Skip to content

Commit

Permalink
Add x-pack/auditbeat/docs to contents (elastic#512)
Browse files Browse the repository at this point in the history
* Add x-pack/auditbeat/docs to contents

* [DOCS] Adds x-pack resource to auditbeat build command
  • Loading branch information
Christoph Wurm authored Dec 19, 2018
1 parent a8fffbe commit 63e2311
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,10 @@ contents:
-
repo: beats
path: auditbeat/docs
-
repo: beats
path: x-pack/auditbeat/docs
exclude_branches: [ 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 1.3, 1.2, 1.1, 1.0.1 ]
-
repo: beats
path: auditbeat/module
Expand Down
1 change: 1 addition & 0 deletions doc_build_aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ alias docbldmb='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/beats/metricbeat/do
alias docbldhb='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/beats/heartbeat/docs/index.asciidoc --chunk 1'

alias docbldab='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/beats/auditbeat/docs/index.asciidoc --chunk 1'
alias docbldabx='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/beats/auditbeat/docs/index.asciidoc --resource=$GIT_HOME/beats/x-pack/auditbeat/docs/ --chunk 1'

# APM
alias docbldamg='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/apm-server/docs/guide/index.asciidoc --chunk 1'
Expand Down

0 comments on commit 63e2311

Please sign in to comment.