tree: dd4812e4989a375cf6c46c98f0371433e4d60666 [path history] [tgz]
  1. _data/
  2. _docs/
  3. _includes/
  4. _layouts/
  5. _plugins/
  6. _posts/
  7. _sass/
  8. community/
  9. css/
  10. develop/
  11. downloads/
  12. fonts/
  13. img/
  14. js/
  15. news/
  16. .gitignore
  17. _config.yml
  18. Gemfile
  19. index.html
  20. README.md
site/README.md

Apache Calcite Avatica site

This directory contains the code for the Avatica web site, a sub-directory of the Apache Calcite web site.

Setup

  1. Set up Calcite web site as described in its README.

Add javadoc

  1. cd avatica
  2. mvn -DskipTests site
  3. rm -rf ../site/target/avatica/apidocs ../site/target/avatica/testapidocs
  4. mv target/site/apidocs target/site/testapidocs ../site/target/avatica

Running locally

Before opening a pull request, you can preview your contributions by running from within the directory:

  1. bundle exec jekyll serve
  2. Open http://localhost:4000/avatica

Pushing to site

Push the Calcite site, which includes avatica as a sub-directory, as described in its README.