From ff9ad3cf5d9aa454afa426181cb63456df3145d1 Mon Sep 17 00:00:00 2001 From: lcawl Date: Thu, 4 Apr 2019 12:41:38 -0700 Subject: [PATCH 1/2] Adds elasticsearch-hadoop repo as resource for Install Upgrade Guide --- conf.yaml | 20 ++++++++++++-------- doc_build_aliases.sh | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/conf.yaml b/conf.yaml index 80462e6f20606..500c6080c1900 100644 --- a/conf.yaml +++ b/conf.yaml @@ -61,24 +61,28 @@ contents: repo: stack-docs path: docs/en - - repo: elasticsearch - path: docs/ - - - repo: kibana - path: docs/ + repo: apm-server + path: docs/guide exclude_branches: [ 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0 ] - repo: beats path: libbeat/docs exclude_branches: [ 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0 ] - - repo: apm-server - path: docs/guide + repo: elasticsearch + path: docs/ + - + repo: elasticsearch-hadoop + path: docs/src/reference/asciidoc exclude_branches: [ 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0 ] + - + repo: kibana + path: docs/ + exclude_branches: [ 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0 ] - repo: logstash path: docs/ - exclude_branches: [ 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0 ] + exclude_branches: [ 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0 ] - title: Getting Started prefix: en/elastic-stack-get-started diff --git a/doc_build_aliases.sh b/doc_build_aliases.sh index bd2e93a71e4c6..b8f2d84c1bf34 100644 --- a/doc_build_aliases.sh +++ b/doc_build_aliases.sh @@ -39,7 +39,7 @@ alias docbldls=docbldlsx alias docbldlsold='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/logstash/docs/index.x.asciidoc --resource=$GIT_HOME/logstash-docs/docs/ --resource=$GIT_HOME/logstash-extra/x-pack-logstash/docs/ --chunk 1' # Installation and Upgrade Guide 7.0 and later -alias docbldstk='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/stack-docs/docs/en/install-upgrade/index.asciidoc --resource=$GIT_HOME/elasticsearch/docs/ --resource=$GIT_HOME/kibana/docs/ --resource=$GIT_HOME/beats/libbeat/docs/ --resource=$GIT_HOME/apm-server/docs/guide --resource=$GIT_HOME/logstash/docs/ --chunk 1' +alias docbldstk='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/stack-docs/docs/en/install-upgrade/index.asciidoc --resource=$GIT_HOME/elasticsearch/docs/ --resource=$GIT_HOME/kibana/docs/ --resource=$GIT_HOME/beats/libbeat/docs/ --resource=$GIT_HOME/apm-server/docs/guide --resource=$GIT_HOME/logstash/docs/ --resource=$GIT_HOME/elasticsearch-hadoop/docs/src/reference/asciidoc/ --chunk 1' # Installation and Upgrade Guide 6.7 and earlier alias docbldstkold='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/stack-docs/docs/en/install-upgrade/index.asciidoc --resource=$GIT_HOME/elasticsearch/docs/ --chunk 1' From f5b7ba97926cf2ac5f7629c5adb02aeb83c9943e Mon Sep 17 00:00:00 2001 From: lcawl Date: Fri, 5 Apr 2019 13:18:22 -0700 Subject: [PATCH 2/2] Sorts Install Upgrade repos --- conf.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf.yaml b/conf.yaml index 500c6080c1900..d2d4805d057c9 100644 --- a/conf.yaml +++ b/conf.yaml @@ -70,19 +70,19 @@ contents: exclude_branches: [ 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0 ] - repo: elasticsearch - path: docs/ + path: docs/ - repo: elasticsearch-hadoop path: docs/src/reference/asciidoc exclude_branches: [ 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0 ] - - + - repo: kibana path: docs/ - exclude_branches: [ 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0 ] + exclude_branches: [ 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0 ] - repo: logstash path: docs/ - exclude_branches: [ 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0 ] + exclude_branches: [ 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0 ] - title: Getting Started prefix: en/elastic-stack-get-started