Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 61710200D4F for ; Wed, 6 Dec 2017 17:20:44 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6014E160C21; Wed, 6 Dec 2017 16:20:44 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 79548160BFD for ; Wed, 6 Dec 2017 17:20:43 +0100 (CET) Received: (qmail 4269 invoked by uid 500); 6 Dec 2017 16:20:42 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 4260 invoked by uid 99); 6 Dec 2017 16:20:42 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Dec 2017 16:20:42 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 9C54D80F9B; Wed, 6 Dec 2017 16:20:41 +0000 (UTC) Date: Wed, 06 Dec 2017 16:20:43 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo-website] 01/07: ACCUMULO-4734 Created basic tour structure on website (#32) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: mwalch@apache.org In-Reply-To: <151257724100.26289.16746282965441374292@gitbox.apache.org> References: <151257724100.26289.16746282965441374292@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo-website X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 10215fe34205112fe80c88c1c567d31b43af387a X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171206162041.9C54D80F9B@gitbox.apache.org> archived-at: Wed, 06 Dec 2017 16:20:44 -0000 This is an automated email from the ASF dual-hosted git repository. mwalch pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/accumulo-website.git commit 10215fe34205112fe80c88c1c567d31b43af387a Author: Mike Walch AuthorDate: Thu Nov 2 17:05:31 2017 -0400 ACCUMULO-4734 Created basic tour structure on website (#32) * Content still needs to be created --- _config.yml | 7 ++++++ _data/tour.yml | 6 +++++ _includes/nav.html | 1 + _layouts/tour.html | 55 ++++++++++++++++++++++++++++++++++++++++++++++ index.html | 6 +---- tour/basic-read-write.md | 5 +++++ tour/batch-scanner.md | 3 +++ tour/conditional-writer.md | 3 +++ tour/getting-started.md | 5 +++++ tour/index.md | 29 ++++++++++++++++++++++++ tour/using-iterators.md | 3 +++ 11 files changed, 118 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index bcad220..3ad02d8 100644 --- a/_config.yml +++ b/_config.yml @@ -51,6 +51,13 @@ defaults: permalink: "/:categories/:title/" - scope: + path: "tour" + type: "pages" + values: + layout: "tour" + permalink: "/tour/:basename/" + - + scope: path: "" type: "docs-2-0" values: diff --git a/_data/tour.yml b/_data/tour.yml new file mode 100644 index 0000000..d84b5bb --- /dev/null +++ b/_data/tour.yml @@ -0,0 +1,6 @@ +docs: + - getting-started + - basic-read-write + - batch-scanner + - conditional-writer + - using-iterators diff --git a/_includes/nav.html b/_includes/nav.html index f7891cf..c913889 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -13,6 +13,7 @@

Apache Accumulo is a key/value store based on the design of Google's BigTable. Accumulo stores its data in Apache Hadoop's HDFS and uses Apache Zookeeper for consensus. While many users interact directly with Accumulo, several open source projects use Accumulo as their underlying store.

+

To learn more about Accumulo, take the Accumulo tour, read the user manual and run the Accumulo example code. Also, join our mailing list and see how you can get involved.

Major Features

@@ -33,11 +34,6 @@ legal_notice: Apache Accumulo, Apache Hadoop, and the Accumulo project logo are

Accumulo has a stable client API that follows semantic versioning. Each Accumulo release goes through extensive testing.

-
-
-

To learn more about Accumulo, read the user manual and run the Accumulo example code. Also, join our mailing list and see how you can get involved. -

-