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/06/30 16:02:04 UTC

accumulo-website git commit: Jekyll build from master:7fbaf66

Repository: accumulo-website
Updated Branches:
  refs/heads/asf-site 0064e629e -> 429e9884e


Jekyll build from master:7fbaf66

Merge branch 'docs-post'


Project: http://git-wip-us.apache.org/repos/asf/accumulo-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo-website/commit/429e9884
Tree: http://git-wip-us.apache.org/repos/asf/accumulo-website/tree/429e9884
Diff: http://git-wip-us.apache.org/repos/asf/accumulo-website/diff/429e9884

Branch: refs/heads/asf-site
Commit: 429e9884e6283265a644c8179eb4b1b527305c78
Parents: 0064e62
Author: Mike Walch <mw...@apache.org>
Authored: Fri Jun 30 12:01:42 2017 -0400
Committer: Mike Walch <mw...@apache.org>
Committed: Fri Jun 30 12:01:42 2017 -0400

----------------------------------------------------------------------
 .../29/accumulo-documentation-improvements.html | 198 +++++++++++++++
 .../configuration-management.html               |   2 +-
 .../configuration-properties.html               |   2 +-
 docs/unreleased/administration/fate.html        |   2 +-
 .../administration/in-depth-install.html        |   2 +-
 docs/unreleased/administration/kerberos.html    |   2 +-
 .../administration/monitoring-metrics.html      |   2 +-
 docs/unreleased/administration/multivolume.html |   2 +-
 docs/unreleased/administration/replication.html |   2 +-
 docs/unreleased/administration/ssl.html         |   2 +-
 docs/unreleased/administration/tracing.html     |   2 +-
 .../development/development_tools.html          |   2 +-
 .../development/high_speed_ingest.html          |   2 +-
 docs/unreleased/development/iterators.html      |   2 +-
 docs/unreleased/development/mapreduce.html      |   2 +-
 docs/unreleased/development/proxy.html          |   2 +-
 docs/unreleased/development/sampling.html       |   2 +-
 docs/unreleased/development/security.html       |   2 +-
 docs/unreleased/development/summaries.html      |   2 +-
 docs/unreleased/getting-started/clients.html    |   2 +-
 docs/unreleased/getting-started/design.html     |   2 +-
 .../getting-started/quick-install.html          |   2 +-
 docs/unreleased/getting-started/shell.html      |   2 +-
 .../getting-started/table_configuration.html    |   2 +-
 .../getting-started/table_design.html           |   2 +-
 docs/unreleased/index.html                      |   8 +-
 docs/unreleased/troubleshooting/advanced.html   |   2 +-
 docs/unreleased/troubleshooting/basic.html      |   2 +-
 .../troubleshooting/system-metadata-tables.html |   2 +-
 docs/unreleased/troubleshooting/tools.html      |   2 +-
 feed.xml                                        | 250 +++----------------
 index.html                                      |  14 +-
 news/index.html                                 |   7 +
 33 files changed, 280 insertions(+), 253 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/blog/2017/06/29/accumulo-documentation-improvements.html
----------------------------------------------------------------------
diff --git a/blog/2017/06/29/accumulo-documentation-improvements.html b/blog/2017/06/29/accumulo-documentation-improvements.html
new file mode 100644
index 0000000..7137385
--- /dev/null
+++ b/blog/2017/06/29/accumulo-documentation-improvements.html
@@ -0,0 +1,198 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+
+<title>Documentation Improvements for 2.0</title>
+
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
+<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script>
+<script>
+  // show location of canonical site if not currently on the canonical site
+  $(function() {
+    var host = window.location.host;
+    if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+      $('#non-canonical').show();
+    }
+  });
+
+  $(function() {
+    // decorate section headers with anchors
+    return $("h2, h3, h4, h5, h6").each(function(i, el) {
+      var $el, icon, id;
+      $el = $(el);
+      id = $el.attr('id');
+      icon = '<i class="fa fa-link"></i>';
+      if (id) {
+        return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
+      }
+    });
+  });
+
+  // fix sidebar width in documentation
+  $(function() {
+    var $affixElement = $('div[data-spy="affix"]');
+    $affixElement.width($affixElement.parent().width());
+  });
+
+  // configure Google Analytics
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
+    ga('create', 'UA-50934829-1', 'apache.org');
+    ga('send', 'pageview');
+  }
+</script>
+
+</head>
+<body style="padding-top: 100px">
+
+  <nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+      <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"
+        /></a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="nav-link"><a href="/downloads">Download</a></li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/release/accumulo-1.8.1/">1.8.1 (Latest)</a></li>
+            <li><a href="/release/accumulo-1.7.3/">1.7.3</a></li>
+            <li><a href="/release/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/1.8/accumulo_user_manual.html">User Manual (1.8)</a></li>
+            <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li>
+            <li><a href="/1.8/examples">Examples (1.8)</a></li>
+            <li><a href="/features">Features</a></li>
+            <li><a href="/glossary">Glossary</a></li>
+            <li><a href="/external-docs">External Docs</a></li>
+            <li><a href="/docs-archive/">Archive</a></li>
+          </ul>
+        </li>
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/get_involved">Get Involved</a></li>
+            <li><a href="/mailing_list">Mailing Lists</a></li>
+            <li><a href="/people">People</a></li>
+            <li><a href="/related-projects">Related Projects</a></li>
+            <li><a href="/contributor/">Contributor Guide</a></li>
+          </ul>
+        </li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/licenses/LICENSE-2.0">License <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li>
+            <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav>
+
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12">
+
+        <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;">
+          Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a>
+        </div>
+        <div id="content">
+          
+          <h1 class="title">Documentation Improvements for 2.0</h1>
+          
+          <p>
+<b>Author: </b>&nbsp;&nbsp;Mike Walch<br>
+<b>Date: </b>&nbsp;&nbsp;29 Jun 2017<br>
+
+</p>
+
+<p>Since Accumulo 1.5, the <a href="/1.8/accumulo_user_manual.html">Accumulo user manual</a> source resided in the <a href="https://github.com/apache/accumulo">source repository</a> as asciidoc. For every release or update to the manual,
+an HTML document is produced from the asciidoc, committed to the <a href="https://github.com/apache/accumulo-website">project website repository</a>, and published to the website. This process will remain
+for 1.x releases.</p>
+
+<p>For 2.0, the source for the user manual was converted to markdown and moved to the <a href="https://github.com/apache/accumulo-website">website repository</a>. The
+<a href="/docs/unreleased/">upcoming 2.0 documentation</a> has several improvements over the older documentation:</p>
+
+<ul>
+  <li>Improved navigation using a new sidebar</li>
+  <li>Changes to the documentation are now immediately viewable on the website</li>
+  <li>Better linking to Javadocs and between documentation pages</li>
+  <li>Documentation style now matches the website</li>
+</ul>
+
+<p>While the <a href="/docs/unreleased/">unreleased documentation</a> is viewable, it is not linked to (except by this post) and every page contains a warning that the documentation
+is for a future release. Each page also links to the documentation for the latest release.</p>
+
+<p>It is now much easier to view, edit, and propose changes to the documentation. If you would like to contribute to the documentation for 2.0, view
+the <a href="/docs/unreleased/">unreleased documentation</a>. Each page has an <strong>Edit this page</strong> link that will take you to GitHub where you can edit the markdown for the page, preview it,
+and submit a pull request to the <a href="https://github.com/apache/accumulo-website">website repository</a>. A committer will review your changes so don’t be afraid to contribute!</p>
+
+
+
+<p><strong>View all posts in the <a href="/news">news archive</a></strong></p>
+
+        </div>
+
+        
+<footer>
+
+  <p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="100" /></a></p>
+
+  <p>Copyright © 2011-2017 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+
+</footer>
+
+
+      </div>
+    </div>
+  </div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/administration/configuration-management.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/administration/configuration-management.html b/docs/unreleased/administration/configuration-management.html
index d86aeec..885625b 100644
--- a/docs/unreleased/administration/configuration-management.html
+++ b/docs/unreleased/administration/configuration-management.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Administration &nbsp;&gt;&gt;&nbsp; Configuration Management</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>Configuration Management</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/administration/configuration-management.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/administration/configuration-properties.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/administration/configuration-properties.html b/docs/unreleased/administration/configuration-properties.html
index 6a88a4f..7d5e687 100644
--- a/docs/unreleased/administration/configuration-properties.html
+++ b/docs/unreleased/administration/configuration-properties.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Administration &nbsp;&gt;&gt;&nbsp; Configuration Properties</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>Configuration Properties</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/administration/configuration-properties.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/administration/fate.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/administration/fate.html b/docs/unreleased/administration/fate.html
index abd69ce..a93d778 100644
--- a/docs/unreleased/administration/fate.html
+++ b/docs/unreleased/administration/fate.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Administration &nbsp;&gt;&gt;&nbsp; FATE</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>FATE</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/administration/fate.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/administration/in-depth-install.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/administration/in-depth-install.html b/docs/unreleased/administration/in-depth-install.html
index 14191c4..79971d5 100644
--- a/docs/unreleased/administration/in-depth-install.html
+++ b/docs/unreleased/administration/in-depth-install.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Administration &nbsp;&gt;&gt;&nbsp; In-depth Installation</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>In-depth Installation</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/administration/in-depth-install.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/administration/kerberos.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/administration/kerberos.html b/docs/unreleased/administration/kerberos.html
index 1b2e083..93a89c8 100644
--- a/docs/unreleased/administration/kerberos.html
+++ b/docs/unreleased/administration/kerberos.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Administration &nbsp;&gt;&gt;&nbsp; Kerberos</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>Kerberos</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/administration/kerberos.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/administration/monitoring-metrics.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/administration/monitoring-metrics.html b/docs/unreleased/administration/monitoring-metrics.html
index bc3d6ff..84f4e41 100644
--- a/docs/unreleased/administration/monitoring-metrics.html
+++ b/docs/unreleased/administration/monitoring-metrics.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Administration &nbsp;&gt;&gt;&nbsp; Monitoring & Metrics</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>Monitoring & Metrics</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/administration/monitoring-metrics.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/administration/multivolume.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/administration/multivolume.html b/docs/unreleased/administration/multivolume.html
index d6a3922..3a89dda 100644
--- a/docs/unreleased/administration/multivolume.html
+++ b/docs/unreleased/administration/multivolume.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Administration &nbsp;&gt;&gt;&nbsp; Multi-Volume Installations</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>Multi-Volume Installations</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/administration/multivolume.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/administration/replication.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/administration/replication.html b/docs/unreleased/administration/replication.html
index b3216c2..4aca63b 100644
--- a/docs/unreleased/administration/replication.html
+++ b/docs/unreleased/administration/replication.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Administration &nbsp;&gt;&gt;&nbsp; Replication</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>Replication</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/administration/replication.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/administration/ssl.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/administration/ssl.html b/docs/unreleased/administration/ssl.html
index 49d2235..a1fb5b5 100644
--- a/docs/unreleased/administration/ssl.html
+++ b/docs/unreleased/administration/ssl.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Administration &nbsp;&gt;&gt;&nbsp; SSL</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>SSL</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/administration/ssl.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/administration/tracing.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/administration/tracing.html b/docs/unreleased/administration/tracing.html
index f4dc0ac..07699cb 100644
--- a/docs/unreleased/administration/tracing.html
+++ b/docs/unreleased/administration/tracing.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Administration &nbsp;&gt;&gt;&nbsp; Tracing</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>Tracing</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/administration/tracing.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/development/development_tools.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/development/development_tools.html b/docs/unreleased/development/development_tools.html
index 1c57b49..dfd1ea2 100644
--- a/docs/unreleased/development/development_tools.html
+++ b/docs/unreleased/development/development_tools.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Development &nbsp;&gt;&gt;&nbsp; Development Tools</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>Development Tools</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/development/development_tools.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/development/high_speed_ingest.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/development/high_speed_ingest.html b/docs/unreleased/development/high_speed_ingest.html
index 5f21ffc..d67ac6d 100644
--- a/docs/unreleased/development/high_speed_ingest.html
+++ b/docs/unreleased/development/high_speed_ingest.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Development &nbsp;&gt;&gt;&nbsp; High-Speed Ingest</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>High-Speed Ingest</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/development/high_speed_ingest.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/development/iterators.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/development/iterators.html b/docs/unreleased/development/iterators.html
index 4ef3fbc..32fc21a 100644
--- a/docs/unreleased/development/iterators.html
+++ b/docs/unreleased/development/iterators.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Development &nbsp;&gt;&gt;&nbsp; Iterators</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>Iterators</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/development/iterators.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/development/mapreduce.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/development/mapreduce.html b/docs/unreleased/development/mapreduce.html
index 4d5f47e..f4e6030 100644
--- a/docs/unreleased/development/mapreduce.html
+++ b/docs/unreleased/development/mapreduce.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Development &nbsp;&gt;&gt;&nbsp; MapReduce</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>MapReduce</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/development/mapreduce.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/development/proxy.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/development/proxy.html b/docs/unreleased/development/proxy.html
index 0394c7e..a3be297 100644
--- a/docs/unreleased/development/proxy.html
+++ b/docs/unreleased/development/proxy.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Development &nbsp;&gt;&gt;&nbsp; Proxy</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>Proxy</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/development/proxy.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/development/sampling.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/development/sampling.html b/docs/unreleased/development/sampling.html
index f206287..6eff507 100644
--- a/docs/unreleased/development/sampling.html
+++ b/docs/unreleased/development/sampling.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Development &nbsp;&gt;&gt;&nbsp; Sampling</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>Sampling</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/development/sampling.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/development/security.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/development/security.html b/docs/unreleased/development/security.html
index 2ebc2e5..b7d80cb 100644
--- a/docs/unreleased/development/security.html
+++ b/docs/unreleased/development/security.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Development &nbsp;&gt;&gt;&nbsp; Security</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>Security</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/development/security.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/development/summaries.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/development/summaries.html b/docs/unreleased/development/summaries.html
index bf8f55d..321899e 100644
--- a/docs/unreleased/development/summaries.html
+++ b/docs/unreleased/development/summaries.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Development &nbsp;&gt;&gt;&nbsp; Summary Statistics</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>Summary Statistics</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/development/summaries.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/getting-started/clients.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/getting-started/clients.html b/docs/unreleased/getting-started/clients.html
index 249b4e1..edd9691 100644
--- a/docs/unreleased/getting-started/clients.html
+++ b/docs/unreleased/getting-started/clients.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Getting started &nbsp;&gt;&gt;&nbsp; Accumulo Clients</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>Accumulo Clients</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/getting-started/clients.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/getting-started/design.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/getting-started/design.html b/docs/unreleased/getting-started/design.html
index 348dd97..504c418 100644
--- a/docs/unreleased/getting-started/design.html
+++ b/docs/unreleased/getting-started/design.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Getting started &nbsp;&gt;&gt;&nbsp; Accumulo Design</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>Accumulo Design</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/getting-started/design.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/getting-started/quick-install.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/getting-started/quick-install.html b/docs/unreleased/getting-started/quick-install.html
index 872b5a6..34dcb14 100644
--- a/docs/unreleased/getting-started/quick-install.html
+++ b/docs/unreleased/getting-started/quick-install.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Getting started &nbsp;&gt;&gt;&nbsp; Quick Installation</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>Quick Installation</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/getting-started/quick-install.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/getting-started/shell.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/getting-started/shell.html b/docs/unreleased/getting-started/shell.html
index 7e35257..c66782d 100644
--- a/docs/unreleased/getting-started/shell.html
+++ b/docs/unreleased/getting-started/shell.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Getting started &nbsp;&gt;&gt;&nbsp; Accumulo Shell</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>Accumulo Shell</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/getting-started/shell.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/getting-started/table_configuration.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/getting-started/table_configuration.html b/docs/unreleased/getting-started/table_configuration.html
index 4ca23ce..1e89323 100644
--- a/docs/unreleased/getting-started/table_configuration.html
+++ b/docs/unreleased/getting-started/table_configuration.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Getting started &nbsp;&gt;&gt;&nbsp; Table Configuration</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>Table Configuration</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/getting-started/table_configuration.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/getting-started/table_design.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/getting-started/table_design.html b/docs/unreleased/getting-started/table_design.html
index a7540a2..406ae0f 100644
--- a/docs/unreleased/getting-started/table_design.html
+++ b/docs/unreleased/getting-started/table_design.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Getting started &nbsp;&gt;&gt;&nbsp; Table Design</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>Table Design</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/getting-started/table_design.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/index.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/index.html b/docs/unreleased/index.html
index d1b67c8..74d6e28 100644
--- a/docs/unreleased/index.html
+++ b/docs/unreleased/index.html
@@ -318,6 +318,9 @@
   </div>
   <div class="col-md-9">
     
+
+    <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
+
     
     <h1 id="accumulo-unreleased-documentation">Accumulo unreleased documentation</h1>
 
@@ -328,9 +331,8 @@
 <p>The links below contain additional documentation for this release:</p>
 
 <ul>
-  <li><a href="/release/accumulo-1.8.1">Release notes</a></li>
-  <li><a href="/1.8/apidocs">Javadocs</a></li>
-  <li><a href="/1.8/examples">Examples</a></li>
+  <li><a href="/release/accumulo-2.0.0">Release notes</a></li>
+  <li><a href="/2.0/apidocs">Javadocs</a></li>
 </ul>
 
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/troubleshooting/advanced.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/troubleshooting/advanced.html b/docs/unreleased/troubleshooting/advanced.html
index 8db0a6c..451563f 100644
--- a/docs/unreleased/troubleshooting/advanced.html
+++ b/docs/unreleased/troubleshooting/advanced.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Troubleshooting &nbsp;&gt;&gt;&nbsp; Advanced Troubleshooting</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>Advanced Troubleshooting</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/troubleshooting/advanced.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/troubleshooting/basic.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/troubleshooting/basic.html b/docs/unreleased/troubleshooting/basic.html
index 0c2f43e..8a45f02 100644
--- a/docs/unreleased/troubleshooting/basic.html
+++ b/docs/unreleased/troubleshooting/basic.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Troubleshooting &nbsp;&gt;&gt;&nbsp; Basic Troubleshooting</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>Basic Troubleshooting</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/troubleshooting/basic.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/troubleshooting/system-metadata-tables.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/troubleshooting/system-metadata-tables.html b/docs/unreleased/troubleshooting/system-metadata-tables.html
index c26a8ec..7358b8b 100644
--- a/docs/unreleased/troubleshooting/system-metadata-tables.html
+++ b/docs/unreleased/troubleshooting/system-metadata-tables.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Troubleshooting &nbsp;&gt;&gt;&nbsp; System Metadata Tables</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>System Metadata Tables</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/troubleshooting/system-metadata-tables.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/docs/unreleased/troubleshooting/tools.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/troubleshooting/tools.html b/docs/unreleased/troubleshooting/tools.html
index bd896b0..8018820 100644
--- a/docs/unreleased/troubleshooting/tools.html
+++ b/docs/unreleased/troubleshooting/tools.html
@@ -320,10 +320,10 @@
     
     <p><a href="/docs/unreleased/">Accumulo unreleased docs</a> &nbsp;&gt;&gt;&nbsp; Troubleshooting &nbsp;&gt;&gt;&nbsp; Troubleshooting Tools</p>
     
-    
 
     <div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Accumulo! <a href="/1.8/accumulo_user_manual.html">View documentation for the latest release</a>.</div>
 
+    
     <div class="row">
       <div class="col-md-10"><h1>Troubleshooting Tools</h1></div>
       <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/_docs-unreleased/troubleshooting/tools.md" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 7086a6c..764c47e 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,11 +6,44 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Tue, 27 Jun 2017 17:15:30 -0400</pubDate>
-    <lastBuildDate>Tue, 27 Jun 2017 17:15:30 -0400</lastBuildDate>
+    <pubDate>Fri, 30 Jun 2017 12:01:33 -0400</pubDate>
+    <lastBuildDate>Fri, 30 Jun 2017 12:01:33 -0400</lastBuildDate>
     <generator>Jekyll v3.3.1</generator>
     
       <item>
+        <title>Documentation Improvements for 2.0</title>
+        <description>&lt;p&gt;Since Accumulo 1.5, the &lt;a href=&quot;/1.8/accumulo_user_manual.html&quot;&gt;Accumulo user manual&lt;/a&gt; source resided in the &lt;a href=&quot;https://github.com/apache/accumulo&quot;&gt;source repository&lt;/a&gt; as asciidoc. For every release or update to the manual,
+an HTML document is produced from the asciidoc, committed to the &lt;a href=&quot;https://github.com/apache/accumulo-website&quot;&gt;project website repository&lt;/a&gt;, and published to the website. This process will remain
+for 1.x releases.&lt;/p&gt;
+
+&lt;p&gt;For 2.0, the source for the user manual was converted to markdown and moved to the &lt;a href=&quot;https://github.com/apache/accumulo-website&quot;&gt;website repository&lt;/a&gt;. The
+&lt;a href=&quot;/docs/unreleased/&quot;&gt;upcoming 2.0 documentation&lt;/a&gt; has several improvements over the older documentation:&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Improved navigation using a new sidebar&lt;/li&gt;
+  &lt;li&gt;Changes to the documentation are now immediately viewable on the website&lt;/li&gt;
+  &lt;li&gt;Better linking to Javadocs and between documentation pages&lt;/li&gt;
+  &lt;li&gt;Documentation style now matches the website&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;While the &lt;a href=&quot;/docs/unreleased/&quot;&gt;unreleased documentation&lt;/a&gt; is viewable, it is not linked to (except by this post) and every page contains a warning that the documentation
+is for a future release. Each page also links to the documentation for the latest release.&lt;/p&gt;
+
+&lt;p&gt;It is now much easier to view, edit, and propose changes to the documentation. If you would like to contribute to the documentation for 2.0, view
+the &lt;a href=&quot;/docs/unreleased/&quot;&gt;unreleased documentation&lt;/a&gt;. Each page has an &lt;strong&gt;Edit this page&lt;/strong&gt; link that will take you to GitHub where you can edit the markdown for the page, preview it,
+and submit a pull request to the &lt;a href=&quot;https://github.com/apache/accumulo-website&quot;&gt;website repository&lt;/a&gt;. A committer will review your changes so don’t be afraid to contribute!&lt;/p&gt;
+
+</description>
+        <pubDate>Thu, 29 Jun 2017 00:00:00 -0400</pubDate>
+        <link>https://accumulo.apache.org/blog/2017/06/29/accumulo-documentation-improvements.html</link>
+        <guid isPermaLink="true">https://accumulo.apache.org/blog/2017/06/29/accumulo-documentation-improvements.html</guid>
+        
+        
+        <category>blog</category>
+        
+      </item>
+    
+      <item>
         <title>Introducing Uno and Muchos</title>
         <description>&lt;p&gt;While &lt;a href=&quot;https://github.com/apache/accumulo/blob/master/INSTALL.md&quot;&gt;Accumulo’s installation instructions&lt;/a&gt; are simple, it can be time consuming to install Accumulo
 given its requirement on &lt;a href=&quot;https://hadoop.apache.org/&quot;&gt;Hadoop&lt;/a&gt; and &lt;a href=&quot;https://zookeeper.apache.org/&quot;&gt;Zookeeper&lt;/a&gt; being installed and running. For a one-time production
@@ -1632,218 +1665,5 @@ HDFS High-Availability instances, forcing NameNode failover.&lt;/p&gt;
         
       </item>
     
-      <item>
-        <title>Apache Accumulo 1.8.0</title>
-        <description>&lt;p&gt;Apache Accumulo 1.8.0 is a significant release that includes many important
-milestone features which expand the functionality of Accumulo. These include
-features related to security, availability, and extensibility. Over
-350 JIRA issues were resolved in this version. This includes over
-200 bug fixes and 71 improvements and 4 new features. See &lt;a href=&quot;https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312121&amp;amp;version=12329879&quot;&gt;JIRA&lt;/a&gt;
-for the complete list.&lt;/p&gt;
-
-&lt;p&gt;Below are resources for this release:&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;&lt;a href=&quot;/1.8/accumulo_user_manual.html&quot;&gt;User Manual&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;/1.8/apidocs&quot;&gt;Javadocs&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;/1.8/examples&quot;&gt;Examples&lt;/a&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;In the context of Accumulo’s &lt;a href=&quot;http://semver.org&quot;&gt;Semantic Versioning&lt;/a&gt; &lt;a href=&quot;https://github.com/apache/accumulo/blob/1.8/README.md#api&quot;&gt;guidelines&lt;/a&gt;,
-this is a “minor version”. This means that new APIs have been created, some
-deprecations may have been added, but no deprecated APIs have been removed.
-Code written against 1.7.x should work against 1.8.0 – binary compatibility
-has been preserved with one exception of an already-deprecated Mock Accumulo
-utility class. As always, the Accumulo developers take API compatibility
-very seriously and have invested much time to ensure that we meet the promises set forth to our users.&lt;/p&gt;
-
-&lt;h2 id=&quot;major-changes&quot;&gt;Major Changes&lt;/h2&gt;
-
-&lt;h3 id=&quot;speed-up-wal-roll-overs&quot;&gt;Speed up WAL roll overs&lt;/h3&gt;
-
-&lt;p&gt;Performance of writing mutations is improved by refactoring the
-bookeeping required for Write-Ahead Log (WAL) files and by creating a
-standby WAL for faster switching when the log is full. This was a
-substantial refactor in the way WALs worked, but smoothes overall
-ingest performance in addition to provides a increase in write speed
-as shown by the simple test below. The top entry is before
-&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-3423&quot;&gt;ACCUMULO-3423&lt;/a&gt; and the bottom graph is after the
-refactor.&lt;/p&gt;
-
-&lt;p&gt;&lt;img src=&quot;https://issues.apache.org/jira/secure/attachment/12705402/WAL-slowdown-graphs.jpg&quot; alt=&quot;Graph of WAL speed up after ACCUMULO-3423&quot; title=&quot;Graph of WAL speed up after ACCUMULO-3423&quot; /&gt;&lt;/p&gt;
-
-&lt;h3 id=&quot;user-level-api-for-rfile&quot;&gt;User level API for RFile&lt;/h3&gt;
-
-&lt;p&gt;Previously the only public API available to write RFiles was via the AccumuloFileOutputFormat. There was no way to read RFiles in the public
-API. &lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4165&quot;&gt;ACCUMULO-4165&lt;/a&gt; exposes a brand new public &lt;a href=&quot;/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.html&quot;&gt;API&lt;/a&gt; for reading and writing RFiles as well as cleans up some of the internal APIs.&lt;/p&gt;
-
-&lt;h3 id=&quot;suspend-tablet-assignment-for-rolling-restarts&quot;&gt;Suspend Tablet assignment for rolling restarts&lt;/h3&gt;
-
-&lt;p&gt;When a tablet server dies, Accumulo attempted to reassign the tablets as quickly as possible to maintain availability.
-A new configuration property &lt;code class=&quot;highlighter-rouge&quot;&gt;table.suspend.duration&lt;/code&gt; (with a default of zero seconds) now controls how long to wait before reassigning
-a tablet from a dead tserver. The property is configurable via the
-Accumulo shell, so you can set it, do a rolling restart, and then
-set it back to 0. A new state as introduced, TableState.SUSPENDED to support this feature. By default, metadata tablet
-reassignment is not suspended, but that can also be changed with the &lt;code class=&quot;highlighter-rouge&quot;&gt;master.metadata.suspendable&lt;/code&gt; property that is false by
-default. Root tablet assignment can not be suspended. See &lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4353&quot;&gt;ACCUMULO-4353&lt;/a&gt; for more info.&lt;/p&gt;
-
-&lt;h3 id=&quot;run-multiple-tablet-servers-on-one-node&quot;&gt;Run multiple Tablet Servers on one node&lt;/h3&gt;
-
-&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4328&quot;&gt;ACCUMULO-4328&lt;/a&gt; introduces the capability of running multiple tservers on a single node. This is intended for nodes with a large
-amounts of memory and/or disk. This feature is disabled by default. There are several related tickets: &lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4072&quot;&gt;ACCUMULO-4072&lt;/a&gt;, &lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4331&quot;&gt;ACCUMULO-4331&lt;/a&gt;
-and &lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4406&quot;&gt;ACCUMULO-4406&lt;/a&gt;. Note that when this is enabled, the names of the log files change. Previous log file names were defined in the
-generic_logger.xml as &lt;code class=&quot;highlighter-rouge&quot;&gt;${org.apache.accumulo.core.application}_{org.apache.accumulo.core.ip.localhost.hostname}.log&lt;/code&gt;.
-The files will now include the instance id after the application with
-&lt;code class=&quot;highlighter-rouge&quot;&gt;${org.apache.accumulo.core.application}_${instance}_${org.apache.accumulo.core.ip.localhost.hostname}.log&lt;/code&gt;.&lt;/p&gt;
-
-&lt;p&gt;For example: tserver_host.domain.com.log will become tserver_1_host.domain.log when multiple TabletServers
-are run per host. The same change also applies to the debug logs provided in the example configurations. The log
-names do not change if this feature is not used.&lt;/p&gt;
-
-&lt;h3 id=&quot;rate-limiting-major-compactions&quot;&gt;Rate limiting Major Compactions&lt;/h3&gt;
-
-&lt;p&gt;Major Compactions can significantly increase the amount of load on
-TabletServers. &lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4187&quot;&gt;ACCUMULO-4187&lt;/a&gt; restricts the rate at which data is
-read and written when performing major compactions. This has a direct
-effect on the IO load caused by major compactions with a similar
-effect on the CPU utilization. This behavior is controlled by a new
-property &lt;code class=&quot;highlighter-rouge&quot;&gt;tserver.compaction.major.throughput&lt;/code&gt; with a defaults of 0B
-which disables the rate limiting.&lt;/p&gt;
-
-&lt;h3 id=&quot;table-sampling&quot;&gt;Table Sampling&lt;/h3&gt;
-
-&lt;p&gt;Queryable sample data was added by &lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-3913&quot;&gt;ACCUMULO-3913&lt;/a&gt;.  This allows users to configure a pluggable
-function to generate sample data.  At scan time, the sample data can optionally be scanned.
-Iterators also have access to sample data.  Iterators can access all data and sample data, this
-allows an iterator to use sample data for query optimizations.  The new user level RFile API
-supports writing RFiles with sample data for bulk import.&lt;/p&gt;
-
-&lt;p&gt;A simple configurable sampler function is included with Accumulo.  This sampler uses hashing and
-can be configured to use a subset of Key fields.  For example if it was desired to have entire rows
-in the sample, then this sampler would be configured to hash+mod the row.   Then when a row is
-selected for the sample, all of its columns and all of its updates will be in the sample data.
-Another scenario is one in which a document id is in the column qualifier.  In this scenario, one
-would either want all data related to a document in the sample data or none.  To achieve this, the
-sample could be configured to hash+mod on the column qualifier.  See the sample &lt;a href=&quot;/1.8/examples/sample&quot;&gt;Readme
-example&lt;/a&gt; and javadocs on the new APIs for more information.&lt;/p&gt;
-
-&lt;p&gt;For sampling to work, all tablets scanned must have pre-generated sample data that was generated in
-the same way.  If this is not the case then scans will fail.  For existing tables, samples can be
-generated by configuring sampling on the table and compacting the table.&lt;/p&gt;
-
-&lt;h3 id=&quot;upgrade-to-apache-thrift-093&quot;&gt;Upgrade to Apache Thrift 0.9.3&lt;/h3&gt;
-
-&lt;p&gt;Accumulo relies on Apache Thrift to implement remote procedure calls
-between Accumulo services. Ticket &lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4077&quot;&gt;ACCUMULO-4077&lt;/a&gt;
-updates our dependency to 0.9.3. See the
-&lt;a href=&quot;https://github.com/apache/thrift/blob/0.9.3/CHANGES&quot;&gt;Apache Thrift 0.9.3 Release Notes&lt;/a&gt; for details on
-the changes to Thrift.  &lt;strong&gt;NOTE:&lt;/strong&gt; The Thrift 0.9.3 Java library is not
-compatible other versions of Thrift. Applications running against Accumulo
-1.8 must use Thrift 0.9.3. Different versions of Thrift on the classpath
-will not work.&lt;/p&gt;
-
-&lt;h3 id=&quot;iterator-test-harness&quot;&gt;Iterator Test Harness&lt;/h3&gt;
-
-&lt;p&gt;Users often write a new iterator without fully understanding its limits and lifetime. Previously, Accumulo did
-not provide any means in which a user could test iterators to catch common issues that only become apparent
-in multi-node production deployments. &lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-626&quot;&gt;ACCUMULO-626&lt;/a&gt; provides a framework and a collection of initial tests
-which can be used to simulate common issues with Iterators that only appear in production deployments. This test
-harness can be used directly by users as a supplemental tool to unit tests and integration tests with MiniAccumuloCluster.&lt;/p&gt;
-
-&lt;p&gt;Please see the &lt;a href=&quot;/1.8/accumulo_user_manual.html#_iterator_testing&quot;&gt;Accumulo User Manual chapter on Iterator Testing&lt;/a&gt; for more information&lt;/p&gt;
-
-&lt;h3 id=&quot;default-port-for-monitor-changed-to-9995&quot;&gt;Default port for Monitor changed to 9995&lt;/h3&gt;
-
-&lt;p&gt;Previously, the default port for the monitor was 50095. You will need to update your links to point to port 9995. The default
-port for the GC process was also changed from 50091 to 9998, although this an RPC port used internally and automatically discovered.
-These default ports were changed because the previous defaults fell in the Linux Ephemeral port range. This means that the operating
-system, when a port in this range was unusued, would allocate this port for dynamic network communication. This has the side-effect of
-temporal bind issues when trying to start these services (as the operating
-system might have allocated them elsewhere). By moving these
-defaults out of the ephemeral range, we can guarantee that the Monitor and GC
-will reliably start. These values are still configurable by setting
-&lt;code class=&quot;highlighter-rouge&quot;&gt;monitor.port.client&lt;/code&gt;and &lt;code class=&quot;highlighter-rouge&quot;&gt;gc.port.client&lt;/code&gt; in the accumulo-site.xml.&lt;/p&gt;
-
-&lt;h2 id=&quot;other-notable-changes&quot;&gt;Other Notable Changes&lt;/h2&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-1055&quot;&gt;ACCUMULO-1055&lt;/a&gt; Configurable maximum file size for merging minor compactions&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-1124&quot;&gt;ACCUMULO-1124&lt;/a&gt; Optimization of RFile index&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-2883&quot;&gt;ACCUMULO-2883&lt;/a&gt; API to fetch current tablet assignments&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-3871&quot;&gt;ACCUMULO-3871&lt;/a&gt; Support for running integration tests in MapReduce&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-3920&quot;&gt;ACCUMULO-3920&lt;/a&gt; Deprecate the MockAccumulo class and remove usage in our tests&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4339&quot;&gt;ACCUMULO-4339&lt;/a&gt; Make hadoop-minicluster optional dependency of acccumulo-minicluster&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4318&quot;&gt;ACCUMULO-4318&lt;/a&gt; BatchWriter, ConditionalWriter, and ScannerBase now extend AutoCloseable&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4326&quot;&gt;ACCUMULO-4326&lt;/a&gt; Value constructor now accepts Strings (and Charsequences)&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4354&quot;&gt;ACCUMULO-4354&lt;/a&gt; Bump dependency versions to include gson, jetty, and sl4j&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-3735&quot;&gt;ACCUMULO-3735&lt;/a&gt; Bulk Import status page on the monitor&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4066&quot;&gt;ACCUMULO-4066&lt;/a&gt; Reduced time to processes conditional mutations.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4164&quot;&gt;ACCUMULO-4164&lt;/a&gt; Reduced seek time for cached data.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2 id=&quot;testing&quot;&gt;Testing&lt;/h2&gt;
-
-&lt;p&gt;Each unit and functional test only runs on a single node, while the RandomWalk
-and Continuous Ingest tests run on any number of nodes. &lt;em&gt;Agitation&lt;/em&gt; refers to
-randomly restarting Accumulo processes and Hadoop Datanode processes, and, in
-HDFS High-Availability instances, forcing NameNode failover.&lt;/p&gt;
-
-&lt;table id=&quot;release_notes_testing&quot; class=&quot;table&quot;&gt;
-  &lt;thead&gt;
-    &lt;tr&gt;
-      &lt;th&gt;OS/Environment&lt;/th&gt;
-      &lt;th&gt;Hadoop&lt;/th&gt;
-      &lt;th&gt;Nodes&lt;/th&gt;
-      &lt;th&gt;ZooKeeper&lt;/th&gt;
-      &lt;th&gt;HDFS HA&lt;/th&gt;
-      &lt;th&gt;Tests&lt;/th&gt;
-    &lt;/tr&gt;
-  &lt;/thead&gt;
-  &lt;tbody&gt;
-    &lt;tr&gt;
-      &lt;td&gt;CentOS7/openJDK7/EC2; 3 m3.xlarge leaders, 8 d2.xlarge workers&lt;/td&gt;
-      &lt;td&gt;2.6.4&lt;/td&gt;
-      &lt;td&gt;11&lt;/td&gt;
-      &lt;td&gt;3.4.8&lt;/td&gt;
-      &lt;td&gt;No&lt;/td&gt;
-      &lt;td&gt;24 HR Continuous Ingest without Agitation.&lt;/td&gt;
-    &lt;/tr&gt;
-    &lt;tr&gt;
-      &lt;td&gt;CentOS7/openJDK7/EC2; 3 m3.xlarge leaders, 8 d2.xlarge workers&lt;/td&gt;
-      &lt;td&gt;2.6.4&lt;/td&gt;
-      &lt;td&gt;11&lt;/td&gt;
-      &lt;td&gt;3.4.8&lt;/td&gt;
-      &lt;td&gt;No&lt;/td&gt;
-      &lt;td&gt;16 HR Continuous Ingest with Agitation.&lt;/td&gt;
-    &lt;/tr&gt;
-    &lt;tr&gt;
-      &lt;td&gt;CentOS7/openJDK7/OpenStack VMs (16G RAM 2cores 2disk3; 1 leader, 5 workers&lt;/td&gt;
-      &lt;td&gt;HDP 2.5 (Hadoop 2.7)&lt;/td&gt;
-      &lt;td&gt;7&lt;/td&gt;
-      &lt;td&gt;HDP 2.5 (ZK 3.4)&lt;/td&gt;
-      &lt;td&gt;No&lt;/td&gt;
-      &lt;td&gt;24 HR Continuous Ingest without Agitation.&lt;/td&gt;
-    &lt;/tr&gt;
-    &lt;tr&gt;
-      &lt;td&gt;CentOS7/openJDK7/OpenStack VMs (16G RAM 2cores 2disk3; 1 leader, 5 workers&lt;/td&gt;
-      &lt;td&gt;HDP 2.5 (Hadoop 2.7)&lt;/td&gt;
-      &lt;td&gt;7&lt;/td&gt;
-      &lt;td&gt;HDP 2.5 (ZK 3.4)&lt;/td&gt;
-      &lt;td&gt;No&lt;/td&gt;
-      &lt;td&gt;24 HR Continuous Ingest with Agitation.&lt;/td&gt;
-    &lt;/tr&gt;
-  &lt;/tbody&gt;
-&lt;/table&gt;
-
-</description>
-        <pubDate>Tue, 06 Sep 2016 00:00:00 -0400</pubDate>
-        <link>https://accumulo.apache.org/release/accumulo-1.8.0/</link>
-        <guid isPermaLink="true">https://accumulo.apache.org/release/accumulo-1.8.0/</guid>
-        
-        
-        <category>release</category>
-        
-      </item>
-    
   </channel>
 </rss>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 929ee80..f7f2ab9 100644
--- a/index.html
+++ b/index.html
@@ -189,6 +189,13 @@
         
         <div class="row latest-news-item">
           <div class="col-sm-12" style="margin-bottom: 5px">
+           <span style="font-size: 12px; margin-right: 5px;">Jun 2017</span>
+           <a href="/blog/2017/06/29/accumulo-documentation-improvements.html">Documentation Improvements for 2.0</a>
+          </div>
+        </div>
+        
+        <div class="row latest-news-item">
+          <div class="col-sm-12" style="margin-bottom: 5px">
            <span style="font-size: 12px; margin-right: 5px;">Apr 2017</span>
            <a href="/blog/2017/04/21/introducing-uno-and-muchos.html">Introducing Uno and Muchos</a>
           </div>
@@ -215,13 +222,6 @@
           </div>
         </div>
         
-        <div class="row latest-news-item">
-          <div class="col-sm-12" style="margin-bottom: 5px">
-           <span style="font-size: 12px; margin-right: 5px;">Feb 2017</span>
-           <a href="/release/accumulo-1.8.1/">Apache Accumulo 1.8.1</a>
-          </div>
-        </div>
-        
         <div id="news-archive-link">
          <p>View all posts in the <a href="/news">news archive</a></p>
         </div>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/429e9884/news/index.html
----------------------------------------------------------------------
diff --git a/news/index.html b/news/index.html
index 44290d3..cc5ef38 100644
--- a/news/index.html
+++ b/news/index.html
@@ -155,6 +155,13 @@
   
   
   <div class="row" style="margin-top: 15px">
+    <div class="col-md-1">Jun 29</div>
+    <div class="col-md-10"><a href="/blog/2017/06/29/accumulo-documentation-improvements.html">Documentation Improvements for 2.0</a></div>
+  </div>
+
+  
+  
+  <div class="row" style="margin-top: 15px">
     <div class="col-md-1">Apr 21</div>
     <div class="col-md-10"><a href="/blog/2017/04/21/introducing-uno-and-muchos.html">Introducing Uno and Muchos</a></div>
   </div>