This is an automated email from the ASF dual-hosted git repository. jmark99 pushed a change to branch next-release in repository https://gitbox.apache.org/repos/asf/accumulo-website.git
from 110e622b Address issue #2479 - Add FATE zookeeper structure documentation to 2.x docs (#328) add 4980f0d0 Add JShell version of the Accumulo Tour to website add 05eef21a Add JShell version of the Accumulo Tour to website No new revisions were added by this update. Summary of changes: Gemfile | 2 + Gemfile.lock | 2 + _config.yml | 7 ++ _data/tour-jshell.yml | 14 +++ _includes/nav.html | 4 +- _layouts/tour-jshell.html | 55 ++++++++++++ pages/tour.md | 37 ++++++++ tour-jshell/authorizations-code2.md | 153 ++++++++++++++++++++++++++++++++ tour-jshell/authorizations2.md | 61 +++++++++++++ tour-jshell/basic-read-write2.md | 80 +++++++++++++++++ tour-jshell/batch-scanner-code2.md | 57 ++++++++++++ tour-jshell/batch-scanner2.md | 41 +++++++++ tour-jshell/client2.md | 53 +++++++++++ tour-jshell/conditional-writer-code2.md | 36 ++++++++ tour-jshell/conditional-writer2.md | 132 +++++++++++++++++++++++++++ tour-jshell/data-model-code2.md | 75 ++++++++++++++++ tour-jshell/data-model2.md | 39 ++++++++ tour-jshell/getting-started2.md | 129 +++++++++++++++++++++++++++ tour-jshell/index.md | 26 ++++++ tour-jshell/ranges-splits2.md | 44 +++++++++ tour-jshell/using-iterators2.md | 141 +++++++++++++++++++++++++++++ tour/index.md | 10 +-- 22 files changed, 1190 insertions(+), 8 deletions(-) create mode 100644 _data/tour-jshell.yml create mode 100644 _layouts/tour-jshell.html create mode 100644 pages/tour.md create mode 100644 tour-jshell/authorizations-code2.md create mode 100644 tour-jshell/authorizations2.md create mode 100644 tour-jshell/basic-read-write2.md create mode 100644 tour-jshell/batch-scanner-code2.md create mode 100644 tour-jshell/batch-scanner2.md create mode 100644 tour-jshell/client2.md create mode 100644 tour-jshell/conditional-writer-code2.md create mode 100644 tour-jshell/conditional-writer2.md create mode 100644 tour-jshell/data-model-code2.md create mode 100644 tour-jshell/data-model2.md create mode 100644 tour-jshell/getting-started2.md create mode 100644 tour-jshell/index.md create mode 100644 tour-jshell/ranges-splits2.md create mode 100644 tour-jshell/using-iterators2.md