This is an automated email from the ASF dual-hosted git repository.

mwalch pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git.


    from 3ed7aa9  Fixed page # on new upgrading page
     new 10215fe  ACCUMULO-4734 Created basic tour structure on website (#32)
     new 8aac928  ACCUMULO-4734 Create a few exercises for the tour
     new 79ad908  ACCUMULO-4734 Updated syntax highlighting (#41)
     new 3353d9b  Correct typo on range-splits page (#42)
     new f225080  ACCUMULO-4734 Changes from review of tour (#43)
     new d9658c5  Removed empty tour pages and fixed home page
     new 3376d94  updated authorizations in tour

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 _config.yml                     |   8 +++
 _data/tour.yml                  |  10 +++
 _includes/nav.html              |   1 +
 _layouts/tour.html              |  55 ++++++++++++++++
 _sass/_syntax-highlighting.scss | 135 +++++++++++++++++++---------------------
 css/accumulo.scss               |   4 ++
 index.html                      |   6 +-
 tour/authorizations-code.md     |  69 ++++++++++++++++++++
 tour/authorizations.md          |  51 +++++++++++++++
 tour/basic-read-write.md        |  58 +++++++++++++++++
 tour/batch-scanner-code.md      |  51 +++++++++++++++
 tour/batch-scanner.md           |  41 ++++++++++++
 tour/conditional-writer.md      |   3 +
 tour/data-model-code.md         |  62 ++++++++++++++++++
 tour/data-model.md              |  28 +++++++++
 tour/getting-started.md         |  32 ++++++++++
 tour/index.md                   |  28 +++++++++
 tour/ranges-splits.md           |  39 ++++++++++++
 tour/using-iterators.md         |   3 +
 19 files changed, 609 insertions(+), 75 deletions(-)
 create mode 100644 _data/tour.yml
 create mode 100644 _layouts/tour.html
 create mode 100644 tour/authorizations-code.md
 create mode 100644 tour/authorizations.md
 create mode 100644 tour/basic-read-write.md
 create mode 100644 tour/batch-scanner-code.md
 create mode 100644 tour/batch-scanner.md
 create mode 100644 tour/conditional-writer.md
 create mode 100644 tour/data-model-code.md
 create mode 100644 tour/data-model.md
 create mode 100644 tour/getting-started.md
 create mode 100644 tour/index.md
 create mode 100644 tour/ranges-splits.md
 create mode 100644 tour/using-iterators.md

-- 
To stop receiving notification emails like this one, please contact
['"commits@accumulo.apache.org" <commits@accumulo.apache.org>'].

Reply via email to