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/02 15:39:30 UTC

[2/4] accumulo-website git commit: Jekyll build from master:c7de928

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/docs/unreleased/development/mapreduce.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/development/mapreduce.html b/docs/unreleased/development/mapreduce.html
index 57a274f..2c949a5 100644
--- a/docs/unreleased/development/mapreduce.html
+++ b/docs/unreleased/development/mapreduce.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),
@@ -140,11 +146,9 @@
         </div>
         <div id="content">
           
-          <div class="alert alert-danger" role="alert">This documentation is for an unreleased version of Apache Accumulo that is currently under development! Check out the <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
-
-<div class="row">
+          <div class="row">
   <div class="col-md-3">
-    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
+    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true" data-spy="affix">
       <div class="panel panel-default">
       
       
@@ -317,6 +321,9 @@
     <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" role="alert">This documentation is for a future release of Accumulo that is under development! Check out <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
+
     <h1>MapReduce</h1>
     
     <p>Accumulo tables can be used as the source and destination of MapReduce jobs. To

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/docs/unreleased/development/proxy.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/development/proxy.html b/docs/unreleased/development/proxy.html
index ca6fa0d..eb4c480 100644
--- a/docs/unreleased/development/proxy.html
+++ b/docs/unreleased/development/proxy.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),
@@ -140,11 +146,9 @@
         </div>
         <div id="content">
           
-          <div class="alert alert-danger" role="alert">This documentation is for an unreleased version of Apache Accumulo that is currently under development! Check out the <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
-
-<div class="row">
+          <div class="row">
   <div class="col-md-3">
-    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
+    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true" data-spy="affix">
       <div class="panel panel-default">
       
       
@@ -317,6 +321,9 @@
     <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" role="alert">This documentation is for a future release of Accumulo that is under development! Check out <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
+
     <h1>Proxy</h1>
     
     <p>The proxy API allows the interaction with Accumulo with languages other than Java.

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/docs/unreleased/development/sampling.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/development/sampling.html b/docs/unreleased/development/sampling.html
index dfb0e1b..b0eaa86 100644
--- a/docs/unreleased/development/sampling.html
+++ b/docs/unreleased/development/sampling.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),
@@ -140,11 +146,9 @@
         </div>
         <div id="content">
           
-          <div class="alert alert-danger" role="alert">This documentation is for an unreleased version of Apache Accumulo that is currently under development! Check out the <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
-
-<div class="row">
+          <div class="row">
   <div class="col-md-3">
-    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
+    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true" data-spy="affix">
       <div class="panel panel-default">
       
       
@@ -317,6 +321,9 @@
     <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" role="alert">This documentation is for a future release of Accumulo that is under development! Check out <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
+
     <h1>Sampling</h1>
     
     <h2 id="overview">Overview</h2>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/docs/unreleased/development/security.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/development/security.html b/docs/unreleased/development/security.html
index 80b9995..55e529c 100644
--- a/docs/unreleased/development/security.html
+++ b/docs/unreleased/development/security.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),
@@ -140,11 +146,9 @@
         </div>
         <div id="content">
           
-          <div class="alert alert-danger" role="alert">This documentation is for an unreleased version of Apache Accumulo that is currently under development! Check out the <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
-
-<div class="row">
+          <div class="row">
   <div class="col-md-3">
-    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
+    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true" data-spy="affix">
       <div class="panel panel-default">
       
       
@@ -317,6 +321,9 @@
     <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" role="alert">This documentation is for a future release of Accumulo that is under development! Check out <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
+
     <h1>Security</h1>
     
     <p>Accumulo extends the BigTable data model to implement a security mechanism

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/docs/unreleased/development/summaries.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/development/summaries.html b/docs/unreleased/development/summaries.html
index 710685d..62b6bc0 100644
--- a/docs/unreleased/development/summaries.html
+++ b/docs/unreleased/development/summaries.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),
@@ -140,11 +146,9 @@
         </div>
         <div id="content">
           
-          <div class="alert alert-danger" role="alert">This documentation is for an unreleased version of Apache Accumulo that is currently under development! Check out the <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
-
-<div class="row">
+          <div class="row">
   <div class="col-md-3">
-    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
+    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true" data-spy="affix">
       <div class="panel panel-default">
       
       
@@ -317,6 +321,9 @@
     <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" role="alert">This documentation is for a future release of Accumulo that is under development! Check out <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
+
     <h1>Summary Statistics</h1>
     
     <h2 id="overview">Overview</h2>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/docs/unreleased/getting-started/clients.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/getting-started/clients.html b/docs/unreleased/getting-started/clients.html
index 0db8544..0105290 100644
--- a/docs/unreleased/getting-started/clients.html
+++ b/docs/unreleased/getting-started/clients.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),
@@ -140,11 +146,9 @@
         </div>
         <div id="content">
           
-          <div class="alert alert-danger" role="alert">This documentation is for an unreleased version of Apache Accumulo that is currently under development! Check out the <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
-
-<div class="row">
+          <div class="row">
   <div class="col-md-3">
-    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
+    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true" data-spy="affix">
       <div class="panel panel-default">
       
       
@@ -317,6 +321,9 @@
     <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" role="alert">This documentation is for a future release of Accumulo that is under development! Check out <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
+
     <h1>Accumulo Clients</h1>
     
     <h2 id="running-client-code">Running Client Code</h2>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/docs/unreleased/getting-started/design.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/getting-started/design.html b/docs/unreleased/getting-started/design.html
index 07834b0..7023dfb 100644
--- a/docs/unreleased/getting-started/design.html
+++ b/docs/unreleased/getting-started/design.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),
@@ -140,11 +146,9 @@
         </div>
         <div id="content">
           
-          <div class="alert alert-danger" role="alert">This documentation is for an unreleased version of Apache Accumulo that is currently under development! Check out the <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
-
-<div class="row">
+          <div class="row">
   <div class="col-md-3">
-    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
+    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true" data-spy="affix">
       <div class="panel panel-default">
       
       
@@ -317,6 +321,9 @@
     <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" role="alert">This documentation is for a future release of Accumulo that is under development! Check out <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
+
     <h1>Accumulo Design</h1>
     
     <h2 id="data-model">Data Model</h2>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/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 7325f89..cb9360f 100644
--- a/docs/unreleased/getting-started/quick-install.html
+++ b/docs/unreleased/getting-started/quick-install.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),
@@ -140,11 +146,9 @@
         </div>
         <div id="content">
           
-          <div class="alert alert-danger" role="alert">This documentation is for an unreleased version of Apache Accumulo that is currently under development! Check out the <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
-
-<div class="row">
+          <div class="row">
   <div class="col-md-3">
-    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
+    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true" data-spy="affix">
       <div class="panel panel-default">
       
       
@@ -317,6 +321,9 @@
     <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" role="alert">This documentation is for a future release of Accumulo that is under development! Check out <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
+
     <h1>Quick Installation</h1>
     
     <!-- IMPORTANT: This file should mirror (with minor differences) INSTALL.md in the Accumulo repo -->

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/docs/unreleased/getting-started/shell.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/getting-started/shell.html b/docs/unreleased/getting-started/shell.html
index 306ff51..8518c25 100644
--- a/docs/unreleased/getting-started/shell.html
+++ b/docs/unreleased/getting-started/shell.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),
@@ -140,11 +146,9 @@
         </div>
         <div id="content">
           
-          <div class="alert alert-danger" role="alert">This documentation is for an unreleased version of Apache Accumulo that is currently under development! Check out the <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
-
-<div class="row">
+          <div class="row">
   <div class="col-md-3">
-    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
+    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true" data-spy="affix">
       <div class="panel panel-default">
       
       
@@ -317,6 +321,9 @@
     <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" role="alert">This documentation is for a future release of Accumulo that is under development! Check out <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
+
     <h1>Accumulo Shell</h1>
     
     <p>Accumulo provides a simple shell that can be used to examine the contents and

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/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 54fc621..cef05ac 100644
--- a/docs/unreleased/getting-started/table_configuration.html
+++ b/docs/unreleased/getting-started/table_configuration.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),
@@ -140,11 +146,9 @@
         </div>
         <div id="content">
           
-          <div class="alert alert-danger" role="alert">This documentation is for an unreleased version of Apache Accumulo that is currently under development! Check out the <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
-
-<div class="row">
+          <div class="row">
   <div class="col-md-3">
-    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
+    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true" data-spy="affix">
       <div class="panel panel-default">
       
       
@@ -317,6 +321,9 @@
     <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" role="alert">This documentation is for a future release of Accumulo that is under development! Check out <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
+
     <h1>Table Configuration</h1>
     
     <p>Accumulo tables have a few options that can be configured to alter the default

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/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 3acbd28..d8d7c5c 100644
--- a/docs/unreleased/getting-started/table_design.html
+++ b/docs/unreleased/getting-started/table_design.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),
@@ -140,11 +146,9 @@
         </div>
         <div id="content">
           
-          <div class="alert alert-danger" role="alert">This documentation is for an unreleased version of Apache Accumulo that is currently under development! Check out the <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
-
-<div class="row">
+          <div class="row">
   <div class="col-md-3">
-    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
+    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true" data-spy="affix">
       <div class="panel panel-default">
       
       
@@ -317,6 +321,9 @@
     <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" role="alert">This documentation is for a future release of Accumulo that is under development! Check out <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
+
     <h1>Table Design</h1>
     
     <h3 id="basic-table">Basic Table</h3>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/docs/unreleased/index.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/index.html b/docs/unreleased/index.html
index 8311d37..a48d5c9 100644
--- a/docs/unreleased/index.html
+++ b/docs/unreleased/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),
@@ -140,11 +146,9 @@
         </div>
         <div id="content">
           
-          <div class="alert alert-danger" role="alert">This documentation is for an unreleased version of Apache Accumulo that is currently under development! Check out the <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
-
-<div class="row">
+          <div class="row">
   <div class="col-md-3">
-    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
+    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true" data-spy="affix">
       <div class="panel panel-default">
       
       

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/docs/unreleased/troubleshooting/advanced.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/troubleshooting/advanced.html b/docs/unreleased/troubleshooting/advanced.html
index 48a23f7..f6efae3 100644
--- a/docs/unreleased/troubleshooting/advanced.html
+++ b/docs/unreleased/troubleshooting/advanced.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),
@@ -140,11 +146,9 @@
         </div>
         <div id="content">
           
-          <div class="alert alert-danger" role="alert">This documentation is for an unreleased version of Apache Accumulo that is currently under development! Check out the <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
-
-<div class="row">
+          <div class="row">
   <div class="col-md-3">
-    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
+    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true" data-spy="affix">
       <div class="panel panel-default">
       
       
@@ -317,6 +321,9 @@
     <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" role="alert">This documentation is for a future release of Accumulo that is under development! Check out <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
+
     <h1>Advanced Troubleshooting</h1>
     
     <h2 id="tablet-server-locks">Tablet server locks</h2>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/docs/unreleased/troubleshooting/basic.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/troubleshooting/basic.html b/docs/unreleased/troubleshooting/basic.html
index 98aa8fa..7718852 100644
--- a/docs/unreleased/troubleshooting/basic.html
+++ b/docs/unreleased/troubleshooting/basic.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),
@@ -140,11 +146,9 @@
         </div>
         <div id="content">
           
-          <div class="alert alert-danger" role="alert">This documentation is for an unreleased version of Apache Accumulo that is currently under development! Check out the <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
-
-<div class="row">
+          <div class="row">
   <div class="col-md-3">
-    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
+    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true" data-spy="affix">
       <div class="panel panel-default">
       
       
@@ -317,6 +321,9 @@
     <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" role="alert">This documentation is for a future release of Accumulo that is under development! Check out <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
+
     <h1>Basic Troubleshooting</h1>
     
     <h2 id="general">General</h2>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/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 e35ec3e..f4a372b 100644
--- a/docs/unreleased/troubleshooting/system-metadata-tables.html
+++ b/docs/unreleased/troubleshooting/system-metadata-tables.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),
@@ -140,11 +146,9 @@
         </div>
         <div id="content">
           
-          <div class="alert alert-danger" role="alert">This documentation is for an unreleased version of Apache Accumulo that is currently under development! Check out the <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
-
-<div class="row">
+          <div class="row">
   <div class="col-md-3">
-    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
+    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true" data-spy="affix">
       <div class="panel panel-default">
       
       
@@ -317,6 +321,9 @@
     <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" role="alert">This documentation is for a future release of Accumulo that is under development! Check out <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
+
     <h1>System Metadata Tables</h1>
     
     <p>Accumulo tracks information about tables in metadata tables. The metadata for

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/docs/unreleased/troubleshooting/tools.html
----------------------------------------------------------------------
diff --git a/docs/unreleased/troubleshooting/tools.html b/docs/unreleased/troubleshooting/tools.html
index 47f8133..67b6668 100644
--- a/docs/unreleased/troubleshooting/tools.html
+++ b/docs/unreleased/troubleshooting/tools.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),
@@ -140,11 +146,9 @@
         </div>
         <div id="content">
           
-          <div class="alert alert-danger" role="alert">This documentation is for an unreleased version of Apache Accumulo that is currently under development! Check out the <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
-
-<div class="row">
+          <div class="row">
   <div class="col-md-3">
-    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
+    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true" data-spy="affix">
       <div class="panel panel-default">
       
       
@@ -317,6 +321,9 @@
     <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" role="alert">This documentation is for a future release of Accumulo that is under development! Check out <a href="/1.8/accumulo_user_manual.html">documentation for the latest release</a>.</div>
+
     <h1>Troubleshooting Tools</h1>
     
     <p>The <code class="highlighter-rouge">accumulo</code> command can be used to run classes from the command line.</p>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/downloads/index.html
----------------------------------------------------------------------
diff --git a/downloads/index.html b/downloads/index.html
index 098c5ec..dddd3c2 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/external-docs/index.html
----------------------------------------------------------------------
diff --git a/external-docs/index.html b/external-docs/index.html
index abaae29..a0b62b4 100644
--- a/external-docs/index.html
+++ b/external-docs/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/features/index.html
----------------------------------------------------------------------
diff --git a/features/index.html b/features/index.html
index 66bc86b..8b0184b 100644
--- a/features/index.html
+++ b/features/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index c4dddde..a246893 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Fri, 02 Jun 2017 10:35:21 -0400</pubDate>
-    <lastBuildDate>Fri, 02 Jun 2017 10:35:21 -0400</lastBuildDate>
+    <pubDate>Fri, 02 Jun 2017 11:38:17 -0400</pubDate>
+    <lastBuildDate>Fri, 02 Jun 2017 11:38:17 -0400</lastBuildDate>
     <generator>Jekyll v3.3.1</generator>
     
       <item>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/get_involved/index.html
----------------------------------------------------------------------
diff --git a/get_involved/index.html b/get_involved/index.html
index cbb8292..3210adc 100644
--- a/get_involved/index.html
+++ b/get_involved/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/glossary/index.html
----------------------------------------------------------------------
diff --git a/glossary/index.html b/glossary/index.html
index 59891cb..007f5f5 100644
--- a/glossary/index.html
+++ b/glossary/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 1d32484..536d4bb 100644
--- a/index.html
+++ b/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/mailing_list/index.html
----------------------------------------------------------------------
diff --git a/mailing_list/index.html b/mailing_list/index.html
index f49bff6..229bb5f 100644
--- a/mailing_list/index.html
+++ b/mailing_list/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/news/index.html
----------------------------------------------------------------------
diff --git a/news/index.html b/news/index.html
index d5bf3ea..114ff2b 100644
--- a/news/index.html
+++ b/news/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/people/index.html
----------------------------------------------------------------------
diff --git a/people/index.html b/people/index.html
index 9fdd003..dcd6d4d 100644
--- a/people/index.html
+++ b/people/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/related-projects/index.html
----------------------------------------------------------------------
diff --git a/related-projects/index.html b/related-projects/index.html
index 6d79218..80fd961 100644
--- a/related-projects/index.html
+++ b/related-projects/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/release/accumulo-1.5.1/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.5.1/index.html b/release/accumulo-1.5.1/index.html
index 46b4f73..7fc092b 100644
--- a/release/accumulo-1.5.1/index.html
+++ b/release/accumulo-1.5.1/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/release/accumulo-1.5.2/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.5.2/index.html b/release/accumulo-1.5.2/index.html
index cd4ba57..d765cab 100644
--- a/release/accumulo-1.5.2/index.html
+++ b/release/accumulo-1.5.2/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/release/accumulo-1.5.3/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.5.3/index.html b/release/accumulo-1.5.3/index.html
index 28bf735..7e4d6d5 100644
--- a/release/accumulo-1.5.3/index.html
+++ b/release/accumulo-1.5.3/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/release/accumulo-1.5.4/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.5.4/index.html b/release/accumulo-1.5.4/index.html
index 91f459b..cc10256 100644
--- a/release/accumulo-1.5.4/index.html
+++ b/release/accumulo-1.5.4/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/release/accumulo-1.6.0/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.6.0/index.html b/release/accumulo-1.6.0/index.html
index 4f917c4..c2d7966 100644
--- a/release/accumulo-1.6.0/index.html
+++ b/release/accumulo-1.6.0/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/release/accumulo-1.6.1/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.6.1/index.html b/release/accumulo-1.6.1/index.html
index 1e52d9f..8607a00 100644
--- a/release/accumulo-1.6.1/index.html
+++ b/release/accumulo-1.6.1/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/release/accumulo-1.6.2/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.6.2/index.html b/release/accumulo-1.6.2/index.html
index f2165a3..cd70521 100644
--- a/release/accumulo-1.6.2/index.html
+++ b/release/accumulo-1.6.2/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/release/accumulo-1.6.3/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.6.3/index.html b/release/accumulo-1.6.3/index.html
index b5bfa82..2bfa7f0 100644
--- a/release/accumulo-1.6.3/index.html
+++ b/release/accumulo-1.6.3/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/release/accumulo-1.6.4/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.6.4/index.html b/release/accumulo-1.6.4/index.html
index e55aaa1..f1e9f88 100644
--- a/release/accumulo-1.6.4/index.html
+++ b/release/accumulo-1.6.4/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/release/accumulo-1.6.5/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.6.5/index.html b/release/accumulo-1.6.5/index.html
index da99fa3..b70a799 100644
--- a/release/accumulo-1.6.5/index.html
+++ b/release/accumulo-1.6.5/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/release/accumulo-1.6.6/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.6.6/index.html b/release/accumulo-1.6.6/index.html
index 1c2dfd8..aa15639 100644
--- a/release/accumulo-1.6.6/index.html
+++ b/release/accumulo-1.6.6/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/release/accumulo-1.7.0/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.7.0/index.html b/release/accumulo-1.7.0/index.html
index 0f32258..0adeef4 100644
--- a/release/accumulo-1.7.0/index.html
+++ b/release/accumulo-1.7.0/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/release/accumulo-1.7.1/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.7.1/index.html b/release/accumulo-1.7.1/index.html
index f0d1d04..dce3c41 100644
--- a/release/accumulo-1.7.1/index.html
+++ b/release/accumulo-1.7.1/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/release/accumulo-1.7.2/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.7.2/index.html b/release/accumulo-1.7.2/index.html
index 18db3d4..7c40475 100644
--- a/release/accumulo-1.7.2/index.html
+++ b/release/accumulo-1.7.2/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/release/accumulo-1.7.3/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.7.3/index.html b/release/accumulo-1.7.3/index.html
index 7432dfc..3446b25 100644
--- a/release/accumulo-1.7.3/index.html
+++ b/release/accumulo-1.7.3/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/release/accumulo-1.8.0/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.8.0/index.html b/release/accumulo-1.8.0/index.html
index ea97251..48fd7a2 100644
--- a/release/accumulo-1.8.0/index.html
+++ b/release/accumulo-1.8.0/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/release/accumulo-1.8.1/index.html
----------------------------------------------------------------------
diff --git a/release/accumulo-1.8.1/index.html b/release/accumulo-1.8.1/index.html
index 02b2a5b..888cae3 100644
--- a/release/accumulo-1.8.1/index.html
+++ b/release/accumulo-1.8.1/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/03f666e4/release/index.html
----------------------------------------------------------------------
diff --git a/release/index.html b/release/index.html
index 5825520..f658a5f 100644
--- a/release/index.html
+++ b/release/index.html
@@ -51,7 +51,13 @@
       }
     });
   });
-  
+
+  // 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),