Skip to content

Adds machine learning book to builds #1662

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

Merged
merged 5 commits into from
Dec 19, 2019
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
27 changes: 27 additions & 0 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,33 @@ contents:
-
repo: docs
path: shared/settings.asciidoc
-
title: Machine Learning
prefix: en/machine-learning
current: 7.5
index: docs/en/stack/ml/index.asciidoc
branches: [ master, 7.x, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3 ]
live: *stacklive
chunk: 1
tags: Elastic Stack/Machine learning
subject: Machine learning
direct_html: true
sources:
-
repo: stack-docs
path: docs/en/stack
-
repo: elasticsearch
path: docs
-
repo: docs
path: shared/versions/stack/{version}.asciidoc
-
repo: docs
path: shared/attributes.asciidoc
-
repo: docs
path: shared/settings.asciidoc
-
title: Elastic Common Schema (ECS) Reference
prefix: en/ecs
Expand Down
3 changes: 3 additions & 0 deletions doc_build_aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,6 @@ alias docbldall='$GIT_HOME/docs/build_docs --all --target_repo [email protected]:el
# Do not include the docs repo in this list. The build always uses your local files.
# For example:
# --sub_dir elasticsearch:master:./elasticsearch

# Machine learning
alias docbldml='$GIT_HOME/docs/build_docs --direct_html --doc $GIT_HOME/stack-docs/docs/en/stack/ml/index.asciidoc --resource $GIT_HOME/elasticsearch/docs --chunk 1'
1 change: 1 addition & 0 deletions shared/attributes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
:siem-guide: https://www.elastic.co/guide/en/siem/guide/{branch}
:sql-odbc: https://www.elastic.co/guide/en/elasticsearch/sql-odbc/{branch}
:ecs-ref: https://www.elastic.co/guide/en/ecs/{ecs_version}
:ml-docs: https://www.elastic.co/guide/en/machine-learning/{branch}
:subscriptions: https://www.elastic.co/subscriptions
:wikipedia: https://en.wikipedia.org/wiki
:forum: https://discuss.elastic.co/
Expand Down