File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11// Allow building docs locally without a checkout of the Elasticsearch repo
22:elasticsearch-root: {docdir}/local/elasticsearch
33
4+ // Version is needed to build locally, its value doesn't matter.
5+ :version: 7.16.2
46include::index.asciidoc[]
Original file line number Diff line number Diff line change 33:branch: master
44include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
55
6- :version: 7.16.0
76:java-client: Java API Client
87:doc-tests: {docdir}/../java-client/src/test/java/co/elastic/clients/documentation
98
@@ -12,8 +11,8 @@ include::installation.asciidoc[]
1211include::connecting.asciidoc[]
1312include::migrate.asciidoc[]
1413include::api-conventions.asciidoc[]
14+ include::javadoc-and-source.asciidoc[]
1515
16- :version!:
1716:java-client!:
1817:doc-tests!:
1918
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