File tree 3 files changed +9
-2
lines changed 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
// Allow building docs locally without a checkout of the Elasticsearch repo
2
2
:elasticsearch-root: {docdir}/local/elasticsearch
3
3
4
+ // Version is needed to build locally, its value doesn't matter.
5
+ :version: 7.16.2
4
6
include::index.asciidoc[]
Original file line number Diff line number Diff line change 3
3
:branch: master
4
4
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
5
5
6
- :version: 7.16.0
7
6
:java-client: Java API Client
8
7
:doc-tests: {docdir}/../java-client/src/test/java/co/elastic/clients/documentation
9
8
@@ -12,8 +11,8 @@ include::installation.asciidoc[]
12
11
include::connecting.asciidoc[]
13
12
include::migrate.asciidoc[]
14
13
include::api-conventions.asciidoc[]
14
+ include::javadoc-and-source.asciidoc[]
15
15
16
- :version!:
17
16
:java-client!:
18
17
:doc-tests!:
19
18
Original file line number Diff line number Diff line change
1
+ [[java-client-javadoc]]
2
+ == Javadoc and source code
3
+
4
+ The javadoc for the {java-client} can be found at https://artifacts.elastic.co/javadoc/co/elastic/clients/elasticsearch-java/{version}/index.html.
5
+
6
+ The source code is at https://github.com/elastic/elasticsearch-java/ and is licensed under the Apache 2.0 License.
You can’t perform that action at this time.
0 commit comments