[DOCS] add links to javadocs to clients docs (#25745)

We publish javadocs to artifacts.elastic.co (and snapshots.elastic.co) for a while. This commit adds the link to them to the transport client, low level REST client, sniffer and high level REST client pages.

Closes #23761
This commit is contained in:
Luca Cavanna 2017-07-31 15:41:21 +02:00 committed by GitHub
parent ff3b909a83
commit b9ce222a6e
5 changed files with 27 additions and 1 deletions

View file

@ -8,9 +8,14 @@ Nodes Info api and uses jackson to parse the obtained json response.
Compatible with Elasticsearch 2.x and onwards.
[[java-rest-sniffer-javadoc]]
=== Javadoc
The javadoc for the REST client sniffer can be found at {rest-client-sniffer-javadoc}/index.html.
=== Maven Repository
The low-level REST client is subject to the same release cycle as
The REST client sniffer is subject to the same release cycle as
elasticsearch. Replace the version with the desired sniffer version, first
released with `5.0.0-alpha4`. There is no relation between the sniffer version
and the elasticsearch version that the client can communicate with. Sniffer

View file

@ -4,6 +4,11 @@
This section describes how to get started with the low-level REST client from
getting the artifact to using it in an application.
[[java-rest-low-javadoc]]
=== Javadoc
The javadoc for the low level REST client can be found at {rest-client-javadoc}/index.html.
[[java-rest-low-usage-maven]]
=== Maven Repository