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

adding reference architecture content set #3151

Merged
merged 1 commit into from
Jan 6, 2025
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
15 changes: 14 additions & 1 deletion conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1519,7 +1519,20 @@ contents:
repo: docs
path: shared/attributes.asciidoc
exclude_branches: [ 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 2.4, 2.3, 2.2, 2.1, 2.0, 1.7, 1.6, 1.5, 1.4, 1.3, 0.90 ]

- title: Reference Architectures
prefix: en/reference-architectures
current: main
index: docs/en/reference-architectures/index.asciidoc
branches: [ {main: master} ]
tags: Reference Architectures
subject: Reference Architectures
sources:
-
repo: stack-docs
path: docs/en
-
repo: docs
path: shared/attributes.asciidoc
- title: "Ingest: Add your data"
sections:
- title: Elastic Ingest Reference Architectures
Expand Down
3 changes: 3 additions & 0 deletions doc_build_aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -302,3 +302,6 @@ alias docbldall='$GIT_HOME/docs/build_docs --all --target_repo [email protected]:el

# Machine learning
alias docbldml='$GIT_HOME/docs/build_docs --doc $GIT_HOME/stack-docs/docs/en/stack/ml/index.asciidoc --resource $GIT_HOME/elasticsearch/docs --chunk 1'

# Reference Architectures
alias docbldrefarch='$GIT_HOME/docs/build_docs --doc $GIT_HOME/stack-docs/docs/en/reference-architectures/index.asciidoc --chunk 1'
Loading