From a062f7d521f7ee8afb658ede5ea1ed58f7494a07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Thu, 16 Sep 2021 00:28:31 +0200 Subject: [PATCH] [DOCS] Adds new Java high-level client book (#77747) --- docs/java-rest/high-level/index.asciidoc | 2 +- docs/java-rest/index.asciidoc | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/java-rest/high-level/index.asciidoc b/docs/java-rest/high-level/index.asciidoc index b3387f6b9fd31..0952854356cbb 100644 --- a/docs/java-rest/high-level/index.asciidoc +++ b/docs/java-rest/high-level/index.asciidoc @@ -1,7 +1,7 @@ :mainid: java-rest-high [id="{mainid}"] -= Java High Level REST Client += Java High Level REST Client (deprecated) [partintro] -- diff --git a/docs/java-rest/index.asciidoc b/docs/java-rest/index.asciidoc index 212d34f663df6..2877431bcb3f3 100644 --- a/docs/java-rest/index.asciidoc +++ b/docs/java-rest/index.asciidoc @@ -1,6 +1,8 @@ [[java-rest]] = Java REST Client +include::{asciidoc-dir}/../../shared/attributes.asciidoc[] + include::../Versions.asciidoc[] include::overview.asciidoc[] @@ -9,4 +11,6 @@ include::low-level/index.asciidoc[] include::high-level/index.asciidoc[] +include::{elasticsearch-java-root}/docs/index.asciidoc[] + include::redirects.asciidoc[] \ No newline at end of file