From 06f005e6b8bc5141076e5d3cd5974d1fa6c0fa47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BCscher?= Date: Wed, 17 Jan 2018 15:50:58 +0100 Subject: [PATCH] Check out client documentation test for java api docs This is required to include core snippets from core integration tests using the transport client API in the documentation. --- conf.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf.yaml b/conf.yaml index 3e7b643af5b08..0399e1c493eed 100644 --- a/conf.yaml +++ b/conf.yaml @@ -203,6 +203,10 @@ contents: repo: elasticsearch path: client/rest-high-level/src/test/java/org/elasticsearch/client/documentation exclude_branches: [ 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 ] + - + repo: elasticsearch + path: server/src/test/java/org/elasticsearch/client/documentation + exclude_branches: [ 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: JavaScript API