Skip to content

Commit

Permalink
Add links to javadoc and source code (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
swallez committed Dec 22, 2021
1 parent 58072b4 commit 6bbde29
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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.

0 comments on commit 6bbde29

Please sign in to comment.