This directory contains the code for the Avatica web site, a sub-directory of the Apache Calcite web site.
- Set up Calcite web site as described in its README.
cd avatica
mvn -DskipTests site
rm -rf ../site/target/avatica/apidocs ../site/target/avatica/testapidocs
mv target/site/apidocs target/site/testapidocs ../site/target/avatica
Before opening a pull request, you can preview your contributions by running from within the directory:
bundle exec jekyll serve
- Open http://localhost:4000/avatica
Push the Calcite site, which includes avatica
as a sub-directory,
as described in its
README.