From 6cb6b49f3af99b4d0d84a5e0c71018fbf7473366 Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Mon, 4 Oct 2021 16:52:51 -0700 Subject: [PATCH 1/2] stop building apm server and overview books --- conf.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/conf.yaml b/conf.yaml index c09f46941c158..01c90565775da 100644 --- a/conf.yaml +++ b/conf.yaml @@ -499,7 +499,7 @@ contents: - repo: elasticsearch-java path: docs/ - - + - repo: elasticsearch path: docs/java-rest/ - @@ -1120,9 +1120,8 @@ contents: - title: APM Overview prefix: get-started index: docs/guide/index.asciidoc - current: *stackcurrent - branches: [ master, 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0 ] - live: *stacklive + current: 7.15 + branches: [ 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0 ] chunk: 1 tags: APM Server/Reference subject: APM @@ -1136,9 +1135,8 @@ contents: - title: APM Server Reference prefix: server index: docs/index.asciidoc - current: *stackcurrent - branches: [ master, 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0 ] - live: *stacklive + current: 7.15 + branches: [ 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0 ] chunk: 1 tags: APM Server/Reference subject: APM From f3dc490c4100a065b2292b416b47c9d5a87f92ae Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Fri, 29 Oct 2021 18:07:51 -0700 Subject: [PATCH 2/2] Apply suggestions from code review --- conf.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf.yaml b/conf.yaml index 0b2ed9f1dba2b..f862914629309 100644 --- a/conf.yaml +++ b/conf.yaml @@ -1122,6 +1122,7 @@ contents: index: docs/guide/index.asciidoc current: 7.15 branches: [ 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0 ] + live: [ 7.15, 6.8 ] chunk: 1 tags: APM Server/Reference subject: APM @@ -1137,6 +1138,7 @@ contents: index: docs/index.asciidoc current: 7.15 branches: [ 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0 ] + live: [ 7.15, 6.8 ] chunk: 1 tags: APM Server/Reference subject: APM