Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/index-local.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// Allow building docs locally without a checkout of the Elasticsearch repo
:elasticsearch-root: {docdir}/local/elasticsearch

// Version is needed to build locally, its value doesn't matter.
:version: 7.16.2
include::index.asciidoc[]
3 changes: 1 addition & 2 deletions docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
:branch: master
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]

:version: 7.16.0
:java-client: Java API Client
:doc-tests: {docdir}/../java-client/src/test/java/co/elastic/clients/documentation

Expand All @@ -12,8 +11,8 @@ include::installation.asciidoc[]
include::connecting.asciidoc[]
include::migrate.asciidoc[]
include::api-conventions.asciidoc[]
include::javadoc-and-source.asciidoc[]

:version!:
:java-client!:
:doc-tests!:

Expand Down
6 changes: 6 additions & 0 deletions docs/javadoc-and-source.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[[java-client-javadoc]]
== Javadoc and source code

The javadoc for the {java-client} can be found at https://artifacts.elastic.co/javadoc/co/elastic/clients/elasticsearch-java/{version}/index.html.

The source code is at https://github.com/elastic/elasticsearch-java/ and is licensed under the Apache 2.0 License.