Github user spmallette commented on the issue:
https://github.com/apache/tinkerpop/pull/862
Confirmed that once you do `bin/process-docs.sh` it generates just the
`/images` directory to the right place without `/static/images`. To get that
into the zip distributions you need to go an extra step and do `mvn install`
(during release this occurs during `mvn deploy`). The zip distributions are
much smaller now.---
