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.