diff --git a/conf.yaml b/conf.yaml index 2a37faae3836..ccf2a786582c 100644 --- a/conf.yaml +++ b/conf.yaml @@ -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 diff --git a/doc_build_aliases.sh b/doc_build_aliases.sh index 1b98eb0bffb8..a82512261278 100644 --- a/doc_build_aliases.sh +++ b/doc_build_aliases.sh @@ -302,3 +302,6 @@ alias docbldall='$GIT_HOME/docs/build_docs --all --target_repo git@github.com: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' \ No newline at end of file