Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Update uptime sources and build alias #1890

Merged
merged 1 commit into from
Jul 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1139,14 +1139,20 @@ contents:
current: *stackcurrent
branches: [ master, 7.x, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2 ]
live: *stacklive
index: docs/uptime-guide/index.asciidoc
index: docs/en/uptime/index.asciidoc
chunk: 1
tags: Uptime/Guide
subject: Uptime
sources:
-
repo: kibana
path: docs/
repo: observability-docs
path: docs/en
-
repo: docs
path: shared/versions/stack/{version}.asciidoc
-
repo: docs
path: shared/attributes.asciidoc

- title: Elastic Security
sections:
Expand Down
2 changes: 1 addition & 1 deletion doc_build_aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ alias docbldmet='$GIT_HOME/docs/build_docs --doc $GIT_HOME/observability-docs/do

alias docbldlog='$GIT_HOME/docs/build_docs --doc $GIT_HOME/observability-docs/docs/en/logs/index.asciidoc --chunk 1'

alias docbldup='$GIT_HOME/docs/build_docs --doc $GIT_HOME/kibana/docs/uptime-guide/index.asciidoc --chunk 1'
alias docbldup='$GIT_HOME/docs/build_docs --doc $GIT_HOME/observability-docs/docs/en/uptime/index.asciidoc --chunk 1'

alias docbldsec='$GIT_HOME/docs/build_docs --doc $GIT_HOME/stack-docs/docs/en/siem/index.asciidoc --chunk 1'

Expand Down