This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-cookbook.git
The following commit(s) were added to refs/heads/main by this push:
new b152499 [Java] Link to install instructions (#200)
b152499 is described below
commit b1524997bbf750aff4e3d9f01810825af745d564
Author: David Li <[email protected]>
AuthorDate: Thu May 12 10:47:38 2022 -0400
[Java] Link to install instructions (#200)
---
java/source/index.rst | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/java/source/index.rst b/java/source/index.rst
index d2d27fd..4a9777d 100644
--- a/java/source/index.rst
+++ b/java/source/index.rst
@@ -3,8 +3,13 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
-Welcome to java arrow's documentation!
-======================================
+Apache Arrow Java Cookbook
+==========================
+
+The Apache Arrow Cookbook is a collection of recipes which demonstrate how to
solve many common tasks that users might need to perform when working with
Arrow data. The examples in this cookbook will also serve as robust and well
performing solutions to those tasks.
+
+To get started with Apache Arrow in Java, see the
+`Installation Instructions <https://arrow.apache.org/docs/java/install.html>`_.
.. toctree::
:maxdepth: 2