From d2ccf3228dfdb2fc6807630fcc51e580c4627e07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Tue, 28 Sep 2021 12:47:20 +0200 Subject: [PATCH] [DOCS] Adds low-level subsection from ES repo to TOC. --- docs/index.asciidoc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index d3836a594..26b441cdd 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -1,15 +1,15 @@ -= Elasticsearch Java High-level client += Elasticsearch Java API Client [partintro] -- -The {es} Java High-level REST Client is an experimental Java client for {es}. -It removes all dependencies to the {es} server code base. +The {es} Java API Client is an experimental Java client for {es}. It removes all +dependencies to the {es} server code base. * <> * <> * <> - +* <> -- :branch: master @@ -17,4 +17,5 @@ include::{asciidoc-dir}/../../shared/attributes.asciidoc[] include::introduction.asciidoc[] include::installation.asciidoc[] -include::connecting.asciidoc[] \ No newline at end of file +include::connecting.asciidoc[] +include::{elasticsearch-root}/docs/java-rest/low-level/index.asciidoc[] \ No newline at end of file