Skip to content

Commit

Permalink
Add kibana dependency to Glossary (#1875)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Jun 30, 2020
1 parent 0ec764c commit 5fa5818
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,10 @@ contents:
path: docs/en
-
repo: elasticsearch
path: docs/reference
path: docs/reference/glossary.asciidoc
-
repo: kibana
path: docs/glossary.asciidoc
-
repo: docs
path: shared/versions/stack/{version}.asciidoc
Expand Down
2 changes: 1 addition & 1 deletion doc_build_aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ alias docbldstkold='$GIT_HOME/docs/build_docs --doc $GIT_HOME/stack-docs/docs/en


# Glossary
alias docbldgls='$GIT_HOME/docs/build_docs --doc $GIT_HOME/stack-docs/docs/en/glossary/index.asciidoc --resource=$GIT_HOME/elasticsearch/docs'
alias docbldgls='$GIT_HOME/docs/build_docs --doc $GIT_HOME/stack-docs/docs/en/glossary/index.asciidoc --resource=$GIT_HOME/elasticsearch/docs --resource=$GIT_HOME/kibana/docs'

# Getting started
alias docbldgs='$GIT_HOME/docs/build_docs --doc $GIT_HOME/stack-docs/docs/en/getting-started/index.asciidoc --chunk 1'
Expand Down

0 comments on commit 5fa5818

Please sign in to comment.