Commits


Neal Richardson authored and Wes McKinney committed f903a450703
ARROW-8649: [Java] [Website] Java documentation on website is hidden This proposal moves the generated javadoc site from /docs/java/ to /docs/java/reference/. It appears that Sphinx is generating a /docs/java/index.html that has links to the Java prose docs, but the docs_build.sh script was overwriting it with the javadoc. Closes #7409 from nealrichardson/java-docs Authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Wes McKinney <wesm@apache.org>