You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2017/12/06 16:20:48 UTC

[accumulo-website] 06/07: Removed empty tour pages and fixed home page

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 d9658c556699e26697ff69eaae632d52dbf23992
Author: Mike Walch <mw...@apache.org>
AuthorDate: Wed Dec 6 10:53:28 2017 -0500

    Removed empty tour pages and fixed home page
---
 _data/tour.yml | 2 --
 index.html     | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/_data/tour.yml b/_data/tour.yml
index c7de9ed..c15d2c1 100644
--- a/_data/tour.yml
+++ b/_data/tour.yml
@@ -8,5 +8,3 @@ docs:
  - ranges-splits
  - batch-scanner
  - batch-scanner-code
- - conditional-writer
- - using-iterators
diff --git a/index.html b/index.html
index 6713e2e..f902a80 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@ legal_notice: Apache Accumulo, Apache Hadoop, and the Accumulo project logo are
       <a class="btn btn-success" href="downloads/" role="button"><i class="fa fa-download fa-lg"></i> Download</a>
     </div>
     <p id="home-description">Apache Accumulo is a key/value store based on the design of Google's <a href="https://research.google.com/archive/bigtable.html">BigTable</a>. Accumulo stores its data in <a href="https://hadoop.apache.org">Apache Hadoop</a>'s HDFS and uses <a href="https://zookeeper.apache.org">Apache Zookeeper</a> for consensus. While many users interact directly with Accumulo, several <a href="/related-projects">open source projects</a> use Accumulo as their underlying store.</p>
-    <p id="home-description">To learn more about Accumulo, take the <a href="/tour">Accumulo tour</a>, read the <a href="/{{ site.latest_minor_release }}/accumulo_user_manual.html">user manual</a> and run the Accumulo <a href="https://github.com/apache/accumulo-examples">example code</a>. Also, join our <a href="/mailing_list">mailing list</a> and see how you can <a href="/get_involved">get involved</a>.
+    <p id="home-description">To learn more about Accumulo, take the <a href="/tour">Accumulo tour</a>, read the <a href="/{{ site.latest_minor_release }}/accumulo_user_manual.html">user manual</a> and run the Accumulo <a href="https://github.com/apache/accumulo-examples">example code</a>. Feel free to <a href="/contact-us">contact us</a> if you have any questions.
 
     <h3>Major Features</h3>
 

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