Skip to content

Commit d2ccf32

Browse files
committed
[DOCS] Adds low-level subsection from ES repo to TOC.
1 parent 9a0a089 commit d2ccf32

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/index.asciidoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
= Elasticsearch Java High-level client
1+
= Elasticsearch Java API Client
22

33
[partintro]
44
--
55

6-
The {es} Java High-level REST Client is an experimental Java client for {es}.
7-
It removes all dependencies to the {es} server code base.
6+
The {es} Java API Client is an experimental Java client for {es}. It removes all
7+
dependencies to the {es} server code base.
88

99
* <<introduction>>
1010
* <<installation>>
1111
* <<connecting>>
12-
12+
* <<java-rest-low>>
1313
--
1414
1515
:branch: master
1616
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
1717

1818
include::introduction.asciidoc[]
1919
include::installation.asciidoc[]
20-
include::connecting.asciidoc[]
20+
include::connecting.asciidoc[]
21+
include::{elasticsearch-root}/docs/java-rest/low-level/index.asciidoc[]

0 commit comments

Comments
 (0)