You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ga...@apache.org on 2017/12/13 03:26:14 UTC

[1/2] mnemonic-site git commit: 695f879 MNEMONIC-432: Update links, text and instruction in site-wide to reflect TLP status

Repository: mnemonic-site
Updated Branches:
  refs/heads/asf-site c0be375c5 -> 519b90547


http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/getstarted.html
----------------------------------------------------------------------
diff --git a/docs/getstarted.html b/docs/getstarted.html
index c59e181..8ab0e37 100644
--- a/docs/getstarted.html
+++ b/docs/getstarted.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1163,7 +1127,7 @@
         <article>
           <h1>Get Started</h1>
           <section class="example">
-    <a class="title" href="https://github.com/apache/incubator-mnemonic/blob/master/mnemonic-collections/src/test/java/org/apache/mnemonic/collections/DurableHashMapNGTest.java" target="_blank"> Durable Map </a>
+    <a class="title" href="https://github.com/apache/mnemonic/blob/master/mnemonic-collections/src/test/java/org/apache/mnemonic/collections/DurableHashMapNGTest.java" target="_blank"> Durable Map </a>
     <div class="code">
         <div style="background: #111111; overflow:auto;width:auto;border:solid gray;border-width:.1em .1em .1em .1em;padding:.2em .6em;">&nbsp<pre style="margin: 0; line-height: 125%">    <span style="color: #008800; font-style: italic; background-color: #0f140f">/* initialize a memory allocator */</span>
     <span style="color: #ffffff">m_act</span> <span style="color: #ffffff">=</span> <span style="color: #fb660a; font-weight: bold">new</span> <span style="color: #ffffff">NonVolatileMemAllocator(</span>
@@ -1221,7 +1185,7 @@
 </section>
 
 <section class="example">
-    <a class="title" href="https://github.com/apache/incubator-mnemonic/blob/v0.9.0-incubating/mnemonic-benches/mnemonic-sort-bench/src/main/java/org/apache/mnemonic/bench/DNCSTextFileSort.java" target="_blank"> Durable Sorting </a>
+    <a class="title" href="https://github.com/apache/mnemonic/blob/master/mnemonic-benches/mnemonic-sort-bench/src/main/java/org/apache/mnemonic/bench/DNCSTextFileSort.java" target="_blank"> Durable Sorting </a>
     <div class="code">
         <div style="background: #111111; overflow:auto;width:auto;border:solid gray;border-width:.1em .1em .1em .1em;padding:.2em .6em;">&nbsp<pre style="margin: 0; line-height: 125%">    <span style="color: #008800; font-style: italic; background-color: #0f140f">/* get sort service instance */</span>
     <span style="color: #ffffff">GeneralComputingService</span> <span class="tooltip" data-tooltip="a general native computing instance"><span style="color: #ffffff">gcsvr</span></span> <span style="color: #ffffff">=</span> <span style="color: #ffffff">Utils.</span><span style="color: #ff0086; font-weight: bold">getGeneralComputingService</span><span style="color: #ffffff">(</span><span style="color: #0086d2">&quot;sort&quot;</span><span style="color: #ffffff">);</span>
@@ -1375,8 +1339,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1423,8 +1385,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1469,8 +1429,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1513,8 +1471,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1541,8 +1497,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1609,8 +1563,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1665,8 +1617,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1703,8 +1653,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1737,8 +1685,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1791,8 +1737,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -1835,8 +1779,6 @@
     
   
     
-  
-    
       <li class="current"><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1915,8 +1857,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -1981,8 +1921,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -2007,8 +1945,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>
       
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/hadoopusecases.html
----------------------------------------------------------------------
diff --git a/docs/hadoopusecases.html b/docs/hadoopusecases.html
index db11e5c..1fb41e1 100644
--- a/docs/hadoopusecases.html
+++ b/docs/hadoopusecases.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1268,8 +1232,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1316,8 +1278,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1362,8 +1322,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1406,8 +1364,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1434,8 +1390,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1502,8 +1456,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1558,8 +1510,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1596,8 +1546,6 @@
     
   
     
-  
-    
       <li class="current"><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1630,8 +1578,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1684,8 +1630,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -1728,8 +1672,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1808,8 +1750,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -1874,8 +1814,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -1900,8 +1838,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>
       
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/hive-ddl.html
----------------------------------------------------------------------
diff --git a/docs/hive-ddl.html b/docs/hive-ddl.html
index 497c81d..7ade922 100644
--- a/docs/hive-ddl.html
+++ b/docs/hive-ddl.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1270,8 +1234,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1318,8 +1280,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1364,8 +1324,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1408,8 +1366,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1436,8 +1392,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1504,8 +1458,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1560,8 +1512,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1598,8 +1548,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1632,8 +1580,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1686,8 +1632,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -1730,8 +1674,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1810,8 +1752,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -1876,8 +1816,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -1902,8 +1840,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>
       
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/index.html
----------------------------------------------------------------------
diff --git a/docs/index.html b/docs/index.html
index 6bb40cd..1ea45e5 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1201,8 +1165,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1249,8 +1211,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1295,8 +1255,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1339,8 +1297,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1367,8 +1323,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1435,8 +1389,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1491,8 +1443,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1529,8 +1479,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1563,8 +1511,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1617,8 +1563,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -1659,8 +1603,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1739,8 +1681,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -1805,8 +1745,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -1831,8 +1769,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>
       
 
@@ -1950,8 +1886,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1998,8 +1932,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -2044,8 +1976,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -2088,8 +2018,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -2116,8 +2044,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -2184,8 +2110,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -2240,8 +2164,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -2278,8 +2200,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -2312,8 +2232,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -2366,8 +2284,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -2410,8 +2326,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -2490,8 +2404,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -2556,8 +2468,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -2582,8 +2492,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>
       
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/indexes.html
----------------------------------------------------------------------
diff --git a/docs/indexes.html b/docs/indexes.html
index b58c581..c6d777e 100644
--- a/docs/indexes.html
+++ b/docs/indexes.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1270,8 +1234,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1318,8 +1280,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1364,8 +1324,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1408,8 +1366,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1436,8 +1392,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1504,8 +1458,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1560,8 +1512,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1598,8 +1548,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1632,8 +1580,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1686,8 +1632,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -1730,8 +1674,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1810,8 +1752,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -1876,8 +1816,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -1902,8 +1840,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>
       
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/integration.html
----------------------------------------------------------------------
diff --git a/docs/integration.html b/docs/integration.html
index 966f6b7..72604c7 100644
--- a/docs/integration.html
+++ b/docs/integration.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1253,8 +1217,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1301,8 +1263,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1347,8 +1307,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1391,8 +1349,6 @@
     
   
     
-  
-    
       <li class="current"><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1419,8 +1375,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1487,8 +1441,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1543,8 +1495,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1581,8 +1531,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1615,8 +1563,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1669,8 +1615,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -1713,8 +1657,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1793,8 +1735,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -1859,8 +1799,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -1885,8 +1823,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>
       
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/memsrvcmp.html
----------------------------------------------------------------------
diff --git a/docs/memsrvcmp.html b/docs/memsrvcmp.html
index f95f0c1..6111d3f 100644
--- a/docs/memsrvcmp.html
+++ b/docs/memsrvcmp.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1330,8 +1294,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1378,8 +1340,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1424,8 +1384,6 @@
     
   
     
-  
-    
       <li class="current"><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1468,8 +1426,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1496,8 +1452,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1564,8 +1518,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1620,8 +1572,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1658,8 +1608,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1692,8 +1640,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1746,8 +1692,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -1790,8 +1734,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1870,8 +1812,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -1936,8 +1876,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -1962,8 +1900,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>
       
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/modes.html
----------------------------------------------------------------------
diff --git a/docs/modes.html b/docs/modes.html
index 67fd4b9..1fe99f6 100644
--- a/docs/modes.html
+++ b/docs/modes.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1242,8 +1206,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1290,8 +1252,6 @@
     
   
     
-  
-    
       <li class="current"><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1336,8 +1296,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1380,8 +1338,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1408,8 +1364,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1476,8 +1430,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1532,8 +1484,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1570,8 +1520,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1604,8 +1552,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1658,8 +1604,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -1702,8 +1646,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1782,8 +1724,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -1848,8 +1788,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -1874,8 +1812,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>
       
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/msusecases.html
----------------------------------------------------------------------
diff --git a/docs/msusecases.html b/docs/msusecases.html
index ec07f51..9f638b1 100644
--- a/docs/msusecases.html
+++ b/docs/msusecases.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1262,8 +1226,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1310,8 +1272,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1356,8 +1316,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1400,8 +1358,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1428,8 +1384,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1496,8 +1450,6 @@
     
   
     
-  
-    
       <li class="current"><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1552,8 +1504,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1590,8 +1540,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1624,8 +1572,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1678,8 +1624,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -1722,8 +1666,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1802,8 +1744,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -1868,8 +1808,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -1894,8 +1832,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>
       
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/runtest.html
----------------------------------------------------------------------
diff --git a/docs/runtest.html b/docs/runtest.html
index a7682b4..f7ba314 100644
--- a/docs/runtest.html
+++ b/docs/runtest.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1313,8 +1277,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1361,8 +1323,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1407,8 +1367,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1451,8 +1409,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1479,8 +1435,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1547,8 +1501,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1603,8 +1555,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1641,8 +1591,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1675,8 +1623,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1729,8 +1675,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -1773,8 +1717,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1853,8 +1795,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -1919,8 +1859,6 @@
     
   
     
-  
-    
       <li class="current"><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -1945,8 +1883,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>
       
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/security.html
----------------------------------------------------------------------
diff --git a/docs/security.html b/docs/security.html
index b5b2724..309049c 100644
--- a/docs/security.html
+++ b/docs/security.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1275,8 +1239,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1323,8 +1285,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1369,8 +1329,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1413,8 +1371,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1441,8 +1397,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1509,8 +1463,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1565,8 +1517,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1603,8 +1553,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1637,8 +1585,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1691,8 +1637,6 @@
     
   
     
-  
-    
       <li class="current"><a href="/docs/security.html">Security</a></li>
       
 
@@ -1735,8 +1679,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1815,8 +1757,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -1881,8 +1821,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -1907,8 +1845,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>
       
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/sparkusecases.html
----------------------------------------------------------------------
diff --git a/docs/sparkusecases.html b/docs/sparkusecases.html
index d0510aa..18afa4b 100644
--- a/docs/sparkusecases.html
+++ b/docs/sparkusecases.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1268,8 +1232,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1316,8 +1278,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1362,8 +1322,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1406,8 +1364,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1434,8 +1390,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1502,8 +1456,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1558,8 +1510,6 @@
     
   
     
-  
-    
       <li class="current"><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1596,8 +1546,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1630,8 +1578,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1684,8 +1630,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -1728,8 +1672,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1808,8 +1750,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -1874,8 +1814,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -1900,8 +1838,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>
       
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/submitchanges.html
----------------------------------------------------------------------
diff --git a/docs/submitchanges.html b/docs/submitchanges.html
index aa477ae..38322a2 100644
--- a/docs/submitchanges.html
+++ b/docs/submitchanges.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1170,7 +1134,7 @@ submit your code/comments and document changes.</p>
   <li>Review your changes according to the JIRA ticket in question</li>
   <li>Building project in the Docker container
     <div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="c">## for Docker container</span>
-<span class="c"># cd /ws/incubator-mnemonic</span>
+<span class="c"># cd /ws/mnemonic</span>
 <span class="c"># mvn clean install</span>
 </code></pre>
     </div>
@@ -1191,7 +1155,7 @@ for example
   <li>Run all test cases if your changes could impact existing functionalities<br />
 Note: Please make sure enough available space for test data generation (&gt;30G)
     <div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="c">## for Docker container</span>
-<span class="c"># cd /ws/incubator-mnemonic</span>
+<span class="c"># cd /ws/mnemonic</span>
 <span class="c"># bin/runall.sh</span>
 </code></pre>
     </div>
@@ -1346,8 +1310,6 @@ for Intellij IDEA, please refer to <a href="https://www.jetbrains.com/help/idea/
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1394,8 +1356,6 @@ for Intellij IDEA, please refer to <a href="https://www.jetbrains.com/help/idea/
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1440,8 +1400,6 @@ for Intellij IDEA, please refer to <a href="https://www.jetbrains.com/help/idea/
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1484,8 +1442,6 @@ for Intellij IDEA, please refer to <a href="https://www.jetbrains.com/help/idea/
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1512,8 +1468,6 @@ for Intellij IDEA, please refer to <a href="https://www.jetbrains.com/help/idea/
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1580,8 +1534,6 @@ for Intellij IDEA, please refer to <a href="https://www.jetbrains.com/help/idea/
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1636,8 +1588,6 @@ for Intellij IDEA, please refer to <a href="https://www.jetbrains.com/help/idea/
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1674,8 +1624,6 @@ for Intellij IDEA, please refer to <a href="https://www.jetbrains.com/help/idea/
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1708,8 +1656,6 @@ for Intellij IDEA, please refer to <a href="https://www.jetbrains.com/help/idea/
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1762,8 +1708,6 @@ for Intellij IDEA, please refer to <a href="https://www.jetbrains.com/help/idea/
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -1806,8 +1750,6 @@ for Intellij IDEA, please refer to <a href="https://www.jetbrains.com/help/idea/
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1886,8 +1828,6 @@ for Intellij IDEA, please refer to <a href="https://www.jetbrains.com/help/idea/
     
   
     
-  
-    
       <li class="current"><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -1952,8 +1892,6 @@ for Intellij IDEA, please refer to <a href="https://www.jetbrains.com/help/idea/
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -1978,8 +1916,6 @@ for Intellij IDEA, please refer to <a href="https://www.jetbrains.com/help/idea/
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>
       
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/downloads/index.html
----------------------------------------------------------------------
diff --git a/downloads/index.html b/downloads/index.html
index 2e10d58..9b3a5f4 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 82552fb..aead315 100644
--- a/feed.xml
+++ b/feed.xml
@@ -5,8 +5,8 @@
     <description></description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Tue, 12 Dec 2017 16:05:23 -0800</pubDate>
-    <lastBuildDate>Tue, 12 Dec 2017 16:05:23 -0800</lastBuildDate>
+    <pubDate>Tue, 12 Dec 2017 19:25:42 -0800</pubDate>
+    <lastBuildDate>Tue, 12 Dec 2017 19:25:42 -0800</lastBuildDate>
     <generator>Jekyll v3.5.2</generator>
     
   </channel>

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/help/index.html
----------------------------------------------------------------------
diff --git a/help/index.html b/help/index.html
index cf616f7..f7e987c 100644
--- a/help/index.html
+++ b/help/index.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -101,11 +101,11 @@
 <h2 id="mailing-lists">Mailing Lists</h2>
 
 <p>The best option is to send email to the user list
-<a href="mailto:user@mnemonic.incubator.apache.org">user@mnemonic.incubator.apache.org</a>, which is for user
+<a href="mailto:user@mnemonic.apache.org">user@mnemonic.apache.org</a>, which is for user
 discussions. All of the historic traffic is available in the
-<a href="http://mail-archives.apache.org/mod_mbox/incubator-mnemonic-user/">archive</a>. To
+<a href="http://mail-archives.apache.org/mod_mbox/mnemonic-user/">archive</a>. To
 subscribe to the user list, please send email to
-<a href="mailto:user-subscribe@mnemonic.incubator.apache.org">user-subscribe@mnemonic.incubator.apache.org</a>.</p>
+<a href="mailto:user-subscribe@mnemonic.apache.org">user-subscribe@mnemonic.apache.org</a>.</p>
 
 <h2 id="bug-reports">Bug Reports</h2>
 
@@ -122,7 +122,7 @@ your question.</p>
 <h2 id="browse-the-code">Browse the code</h2>
 
 <p>One of the advantages of open source software is that you can browse the code.
-The code is available on <a href="https://github.com/apache/incubator-mnemonic/tree/master">github</a>.</p>
+The code is available on <a href="https://github.com/apache/mnemonic/tree/master">github</a>.</p>
 
       </article>
     </div>

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 07d25e6..cd07bcf 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
 <head>
   <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
   <meta charset="UTF-8">
-  <title>Apache Incubator Mnemonic &bull; Non-volatile memory</title>
+  <title>Apache Mnemonic &bull; Durable Object Oriented Programming on Hybrid Storage-Class Memory Space</title>
   <meta name="viewport" content="width=device-width,initial-scale=1">
   <meta name="generator" content="Jekyll v3.5.2">
   <link rel="stylesheet" href="/css/font-awesome.min.css">
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/news/index.html
----------------------------------------------------------------------
diff --git a/news/index.html b/news/index.html
index ca06571..c0a4716 100644
--- a/news/index.html
+++ b/news/index.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/talks/index.html
----------------------------------------------------------------------
diff --git a/talks/index.html b/talks/index.html
index 75740aa..511f262 100644
--- a/talks/index.html
+++ b/talks/index.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>


[2/2] mnemonic-site git commit: 695f879 MNEMONIC-432: Update links, text and instruction in site-wide to reflect TLP status

Posted by ga...@apache.org.
695f879 MNEMONIC-432: Update links, text and instruction in site-wide to reflect TLP status


Project: http://git-wip-us.apache.org/repos/asf/mnemonic-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/mnemonic-site/commit/519b9054
Tree: http://git-wip-us.apache.org/repos/asf/mnemonic-site/tree/519b9054
Diff: http://git-wip-us.apache.org/repos/asf/mnemonic-site/diff/519b9054

Branch: refs/heads/asf-site
Commit: 519b905472f21d7c419dd7a8fc6008deba853238
Parents: c0be375
Author: Wang, Gang(Gary) <ga...@intel.com>
Authored: Tue Dec 12 19:26:06 2017 -0800
Committer: Wang, Gang(Gary) <ga...@intel.com>
Committed: Tue Dec 12 19:26:06 2017 -0800

----------------------------------------------------------------------
 README.md                 |    4 +-
 develop/bylaws/index.html |    8 +-
 develop/coding/index.html |    2 +-
 develop/index.html        |   10 +-
 docs/arch.html            |   66 +-
 docs/benchmark.html       |   66 +-
 docs/build.html           |   66 +-
 docs/codeusage.html       |   66 +-
 docs/dcmusecases.html     |   66 +-
 docs/devices.html         |   66 +-
 docs/devsetup.html        |   78 +-
 docs/disclaimer.html      | 1965 ----------------------------------------
 docs/docker.html          |   72 +-
 docs/domusecases.html     |   66 +-
 docs/features.html        |   66 +-
 docs/future.html          |   66 +-
 docs/gcdata.html          |   66 +-
 docs/getstarted.html      |   70 +-
 docs/hadoopusecases.html  |   66 +-
 docs/hive-ddl.html        |   66 +-
 docs/index.html           |   94 +-
 docs/indexes.html         |   66 +-
 docs/integration.html     |   66 +-
 docs/memsrvcmp.html       |   66 +-
 docs/modes.html           |   66 +-
 docs/msusecases.html      |   66 +-
 docs/runtest.html         |   66 +-
 docs/security.html        |   66 +-
 docs/sparkusecases.html   |   66 +-
 docs/submitchanges.html   |   70 +-
 downloads/index.html      |    2 +-
 feed.xml                  |    4 +-
 help/index.html           |   10 +-
 index.html                |    4 +-
 news/index.html           |    2 +-
 talks/index.html          |    2 +-
 36 files changed, 59 insertions(+), 3658 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 1304935..d0a2ebc 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-# Apache Incubator Mnemonic html branch
+# Apache Mnemonic html branch
 
 This branch contains the generated HTML for the
 [Mnemonic website](https://mnemonic.apache.org).
 
 You are probably looking for the
-[Mnemonic master branch](https://github.com/apache/incubator-nmemonic/tree/master).
+[Mnemonic master branch](https://github.com/apache/nmemonic/tree/master).

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/develop/bylaws/index.html
----------------------------------------------------------------------
diff --git a/develop/bylaws/index.html b/develop/bylaws/index.html
index 1ea216e..aa963c6 100644
--- a/develop/bylaws/index.html
+++ b/develop/bylaws/index.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -129,12 +129,6 @@ and their views.</p>
   </li>
 </ul>
 
-<p>mnemonic is typical of Apache projects in that it operates under a set of
-principles, known collectively as the “Apache Way”. If you are new to
-Apache development, please refer to the <a href="http://incubator.apache.org/">Incubator
-project</a> for more
-information on how Apache projects operate.</p>
-
 <h2 id="roles-and-responsibilities">Roles and Responsibilities</h2>
 
 <p>Apache projects define a set of roles with associated rights and

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/develop/coding/index.html
----------------------------------------------------------------------
diff --git a/develop/coding/index.html b/develop/coding/index.html
index 349e7db..5459048 100644
--- a/develop/coding/index.html
+++ b/develop/coding/index.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/develop/index.html
----------------------------------------------------------------------
diff --git a/develop/index.html b/develop/index.html
index 766e871..9ef4247 100644
--- a/develop/index.html
+++ b/develop/index.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -251,20 +251,20 @@ unsubscribe: <a href="mailto:commits@mnemonic.apache.org">commits-unsubscribe@mn
 
 <p>mnemonic uses git for version control. Get the source code:</p>
 
-<p><code class="highlighter-rouge">% git clone https://git-wip-us.apache.org/repos/asf/incubator-mnemonic.git</code></p>
+<p><code class="highlighter-rouge">% git clone https://git-wip-us.apache.org/repos/asf/mnemonic.git</code></p>
 
 <p>The important branches are:</p>
 
 <ul>
-  <li><a href="https://git-wip-us.apache.org/repos/asf/incubator-mnemonic.git" target="_blank">master</a> -
+  <li><a href="https://git-wip-us.apache.org/repos/asf/mnemonic.git" target="_blank">master</a> -
 The trunk for all development, please find master branch marked in light green.</li>
-  <li><a href="https://git-wip-us.apache.org/repos/asf/incubator-mnemonic-site.git" target="_blank">asf-site</a> -
+  <li><a href="https://git-wip-us.apache.org/repos/asf/mnemonic-site.git" target="_blank">asf-site</a> -
 The pages that are deployed to https://mnemonic.apache.org/</li>
 </ul>
 
 <p>Please check our <a href="coding">coding guidelines</a>.</p>
 
-<p>You can also find the mirrored repo. on <a href="https://github.com/apache/incubator-mnemonic.git" target="_blank">Github</a></p>
+<p>You can also find the mirrored repo. on <a href="https://github.com/apache/mnemonic.git" target="_blank">Github</a></p>
 
 <h2 id="reviews">Reviews</h2>
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/arch.html
----------------------------------------------------------------------
diff --git a/docs/arch.html b/docs/arch.html
index bdf1dc0..a35359c 100644
--- a/docs/arch.html
+++ b/docs/arch.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1239,8 +1203,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1287,8 +1249,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1333,8 +1293,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1377,8 +1335,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1405,8 +1361,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1473,8 +1427,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1529,8 +1481,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1567,8 +1517,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1601,8 +1549,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1655,8 +1601,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -1699,8 +1643,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1779,8 +1721,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -1845,8 +1785,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -1871,8 +1809,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>
       
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/benchmark.html
----------------------------------------------------------------------
diff --git a/docs/benchmark.html b/docs/benchmark.html
index 95ffacb..ff0a0bd 100644
--- a/docs/benchmark.html
+++ b/docs/benchmark.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1280,8 +1244,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1328,8 +1290,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1374,8 +1334,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1418,8 +1376,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1446,8 +1402,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1514,8 +1468,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1570,8 +1522,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1608,8 +1558,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1642,8 +1590,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1696,8 +1642,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -1740,8 +1684,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1820,8 +1762,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -1886,8 +1826,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -1912,8 +1850,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>
       
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/build.html
----------------------------------------------------------------------
diff --git a/docs/build.html b/docs/build.html
index 9c8777d..15bf945 100644
--- a/docs/build.html
+++ b/docs/build.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1362,8 +1326,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1410,8 +1372,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1456,8 +1416,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1500,8 +1458,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1528,8 +1484,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1596,8 +1550,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1652,8 +1604,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1690,8 +1640,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1724,8 +1672,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1778,8 +1724,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -1822,8 +1766,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1902,8 +1844,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -1968,8 +1908,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -1994,8 +1932,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>
       
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/codeusage.html
----------------------------------------------------------------------
diff --git a/docs/codeusage.html b/docs/codeusage.html
index 65a670b..64d57c9 100644
--- a/docs/codeusage.html
+++ b/docs/codeusage.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1439,8 +1403,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1487,8 +1449,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1533,8 +1493,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1577,8 +1535,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1605,8 +1561,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1673,8 +1627,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1729,8 +1681,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1767,8 +1717,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1801,8 +1749,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1855,8 +1801,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -1899,8 +1843,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1979,8 +1921,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -2045,8 +1985,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -2071,8 +2009,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>
       
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/dcmusecases.html
----------------------------------------------------------------------
diff --git a/docs/dcmusecases.html b/docs/dcmusecases.html
index b8f6009..f7a3ed8 100644
--- a/docs/dcmusecases.html
+++ b/docs/dcmusecases.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1259,8 +1223,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1307,8 +1269,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1353,8 +1313,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1397,8 +1355,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1425,8 +1381,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1493,8 +1447,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1549,8 +1501,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1587,8 +1537,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1621,8 +1569,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1675,8 +1621,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -1719,8 +1663,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1799,8 +1741,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -1865,8 +1805,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -1891,8 +1829,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>
       
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/devices.html
----------------------------------------------------------------------
diff --git a/docs/devices.html b/docs/devices.html
index f7ff54a..a15b4c5 100644
--- a/docs/devices.html
+++ b/docs/devices.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1277,8 +1241,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1325,8 +1287,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1371,8 +1331,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1415,8 +1373,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1443,8 +1399,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1511,8 +1465,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1567,8 +1519,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1605,8 +1555,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1639,8 +1587,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1693,8 +1639,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -1737,8 +1681,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1817,8 +1759,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -1883,8 +1823,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -1909,8 +1847,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>
       
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/devsetup.html
----------------------------------------------------------------------
diff --git a/docs/devsetup.html b/docs/devsetup.html
index b23c523..a493bc8 100644
--- a/docs/devsetup.html
+++ b/docs/devsetup.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1178,23 +1142,23 @@ we suggest to use this practice on your first try for code contribution.</p>
   <li>Install Docker on your system <a href="https://www.docker.com/" target="_blank">Docker Official Website</a></li>
   <li>Install IDE on your Linux/MacOS/Windows box <a href="https://www.jetbrains.com/idea/" target="_blank">IntelliJ IDEA Official Website</a></li>
   <li>Register an account on Github for yourself if not yet have one</li>
-  <li>Log into Github and fork <a href="https://github.com/apache/incubator-mnemonic" target="_blank">Apache Incubator Mnemonic repository</a>.
+  <li>Log into Github and fork <a href="https://github.com/apache/mnemonic" target="_blank">Apache Mnemonic repository</a>.
 <a href="https://help.github.com/articles/fork-a-repo/" target="_blank">Fork and Set up Git</a></li>
-  <li>Configure Apache incubator Mnemonic repo. as upstream remote in your local repository
+  <li>Configure Apache Mnemonic repo. as upstream remote in your local repository
     <div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span><span class="nb">cd</span> &lt;your_project_folder&gt;
-<span class="gp">$ </span>git remote add upstream https://github.com/apache/incubator-mnemonic.git
+<span class="gp">$ </span>git remote add upstream https://github.com/apache/mnemonic.git
 </code></pre>
     </div>
   </li>
   <li>Prepare Mnemonic Docker image on you system
-    <div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>docker build -t mnedev https://github.com/apache/incubator-mnemonic.git#:docker/docker-CentOS
+    <div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>docker build -t mnedev https://github.com/apache/mnemonic.git#:docker/docker-CentOS
 <span class="gp">$ </span><span class="c"># --------- OR --------- </span>
-<span class="gp">$ </span>docker build -t mnedev https://github.com/apache/incubator-mnemonic.git#:docker/docker-Ubuntu
+<span class="gp">$ </span>docker build -t mnedev https://github.com/apache/mnemonic.git#:docker/docker-Ubuntu
 </code></pre>
     </div>
   </li>
   <li>Mount your host repo. to Docker container, this following command would hide the original Mnemonic project folder in container
-    <div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>docker run -it -v &lt;mnemonic_project_folder&gt;:/ws/incubator-mnemonic mnedev
+    <div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>docker run -it -v &lt;mnemonic_project_folder&gt;:/ws/mnemonic mnedev
 </code></pre>
     </div>
   </li>
@@ -1315,8 +1279,6 @@ Please leave enough space for docker based compiling and testing (&gt;30G for te
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1363,8 +1325,6 @@ Please leave enough space for docker based compiling and testing (&gt;30G for te
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1409,8 +1369,6 @@ Please leave enough space for docker based compiling and testing (&gt;30G for te
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1453,8 +1411,6 @@ Please leave enough space for docker based compiling and testing (&gt;30G for te
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1481,8 +1437,6 @@ Please leave enough space for docker based compiling and testing (&gt;30G for te
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1549,8 +1503,6 @@ Please leave enough space for docker based compiling and testing (&gt;30G for te
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1605,8 +1557,6 @@ Please leave enough space for docker based compiling and testing (&gt;30G for te
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1643,8 +1593,6 @@ Please leave enough space for docker based compiling and testing (&gt;30G for te
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1677,8 +1625,6 @@ Please leave enough space for docker based compiling and testing (&gt;30G for te
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1731,8 +1677,6 @@ Please leave enough space for docker based compiling and testing (&gt;30G for te
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -1775,8 +1719,6 @@ Please leave enough space for docker based compiling and testing (&gt;30G for te
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1855,8 +1797,6 @@ Please leave enough space for docker based compiling and testing (&gt;30G for te
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -1921,8 +1861,6 @@ Please leave enough space for docker based compiling and testing (&gt;30G for te
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -1947,8 +1885,6 @@ Please leave enough space for docker based compiling and testing (&gt;30G for te
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>
       
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/disclaimer.html
----------------------------------------------------------------------
diff --git a/docs/disclaimer.html b/docs/disclaimer.html
deleted file mode 100644
index 5058f1f..0000000
--- a/docs/disclaimer.html
+++ /dev/null
@@ -1,1965 +0,0 @@
-<!DOCTYPE HTML>
-<html lang="en-US">
-<head>
-  <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
-  <meta charset="UTF-8">
-  <title>Disclaimer</title>
-  <meta name="viewport" content="width=device-width,initial-scale=1">
-  <meta name="generator" content="Jekyll v3.5.2">
-  <link rel="stylesheet" href="/css/font-awesome.min.css">
-  <link rel="stylesheet" href="/css/screen.css">
-  <link rel="icon" type="image/x-icon" href="/favicon.ico">
-  <script src="/js/jquery-3.2.1.min.js"></script>
-  <!--[if lt IE 9]>
-  <script src="/js/html5shiv.min.js"></script>
-  <script src="/js/respond.min.js"></script>
-  <![endif]-->
-  <script src="/js/screen.js"></script>
-  <script type="text/javascript" src="/assets/javascripts/bundle.js" charset="utf-8"></script>
-</head>
-
-
-<body>
-  <header role="banner">
-  <nav class="mobile-nav show-on-mobiles">
-    <ul>
-  <li class="">
-    <a href="/">Home</a>
-  </li>
-  <li class="current">
-    <a href="/docs/">Doc<span class="show-on-mobiles">s</span><span class="hide-on-mobiles">umentation</span></a>
-  </li>
-  </li>
-  <li class="">
-    <a href="/downloads/">Downloads</a>
-  </li>
-  <li class="">
-    <a href="/talks/">Talks</a>
-  </li>
-  <li class="">
-    <a href="/news/">News</a>
-  </li>
-  <li class="">
-    <a href="/develop/">Develop</a>
-  </li>
-  <li class="">
-    <a href="/help/">Help</a>
-  </li>
-</ul>
-
-  </nav>
-  <div class="grid">
-    <div class="unit one-third center-on-mobiles">
-      <h1>
-        <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
-          <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
-        </a>
-      </h1>
-    </div>
-    <nav class="main-nav unit two-thirds hide-on-mobiles">
-      <ul>
-  <li class="">
-    <a href="/">Home</a>
-  </li>
-  <li class="current">
-    <a href="/docs/">Doc<span class="show-on-mobiles">s</span><span class="hide-on-mobiles">umentation</span></a>
-  </li>
-  </li>
-  <li class="">
-    <a href="/downloads/">Downloads</a>
-  </li>
-  <li class="">
-    <a href="/talks/">Talks</a>
-  </li>
-  <li class="">
-    <a href="/news/">News</a>
-  </li>
-  <li class="">
-    <a href="/develop/">Develop</a>
-  </li>
-  <li class="">
-    <a href="/help/">Help</a>
-  </li>
-</ul>
-
-    </nav>
-  </div>
-  <!-- Return to Top -->
-  <a href="#top" id="return-to-top"><i class="fa fa-chevron-up"></i></a>
-</header>
-
-
-    <section class="docs">
-    <div class="grid">
-
-      <div class="docs-nav-mobile unit whole show-on-mobiles">
-  <select onchange="if (this.value) window.location.href=this.value">
-    <option value="">Navigate the docs…</option>
-    
-    <optgroup label="Overview">
-      
-
-
-  
-
-  
-    
-      <option value="/docs/arch.html">Architecture</option>
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <option value="/docs/features.html">Features</option>
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <option value="/docs/modes.html">Mnemonic Modes</option>
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <option value="/docs/integration.html">Integration with other projects</option>
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <option value="/docs/domusecases.html">DOM Use Cases</option>
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <option value="/docs/dcmusecases.html">DCM Use Cases</option>
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <option value="/docs/msusecases.html">MS Use Cases</option>
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
-    
-  
-    
-  
-    
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <option value="/docs/gcdata.html">Java GC data</option>
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <option value="/docs/security.html">Security</option>
-    
-  
-    
-  
-    
-  
-    
-  
-
-
-    </optgroup>
-    
-    <optgroup label="Usage">
-      
-
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <option value="/docs/getstarted.html">Get Started</option>
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <option value="/docs/devsetup.html">Development Setup</option>
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <option value="/docs/submitchanges.html">Submit Changes</option>
-    
-  
-    
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-      <option value="/docs/build.html">Project Build</option>
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <option value="/docs/runtest.html">Run tests</option>
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <option value="/docs/docker.html">Docker usage</option>
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-
-
-    </optgroup>
-    
-  </select>
-</div>
-
-
-      <div class="unit four-fifths">
-        <article>
-          <h1>Disclaimer</h1>
-          <p>Apache Mnemonic is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p>
-
-          
-
-
-
-
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-
-        </article>
-      </div>
-
-      <div class="unit one-fifth hide-on-mobiles">
-  <aside>
-    
-    <h4>Overview</h4>
-    
-
-<ul>
-
-  
-
-  
-
-  
-    
-      <li class=""><a href="/docs/arch.html">Architecture</a></li>
-      
-
-
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <li class=""><a href="/docs/features.html">Features</a></li>
-      
-
-
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
-      
-
-
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
-      
-
-
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
-      
-
-
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
-      
-
-
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <li class=""><a href="/docs/dcmusecases.html">DCM Use Cases</a></li>
-      
-
-
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
-      
-
-
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
-      
-
-
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
-      
-
-
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
-      
-
-
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <li class=""><a href="/docs/security.html">Security</a></li>
-      
-
-
-</ul>
-
-    
-    <h4>Usage</h4>
-    
-
-<ul>
-
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
-      
-
-
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <li class=""><a href="/docs/devsetup.html">Development Setup</a></li>
-      
-
-
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
-      
-
-
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-      <li class=""><a href="/docs/build.html">Project Build</a></li>
-      
-
-
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <li class=""><a href="/docs/runtest.html">Run tests</a></li>
-      
-
-
-  
-
-  
-
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-  
-    
-      <li class=""><a href="/docs/docker.html">Docker usage</a></li>
-      
-
-
-</ul>
-
-    
-  </aside>
-</div>
-
-
-      <div class="clear"></div>
-
-    </div>
-  </section>
-
-
-  <footer role="contentinfo">
-    <p><div align="center">Apache Mnemonic, Mnemonic, Apache, and the Mnemonic logo are trademarks of The Apache Software Foundation.</div>
-<div align="center"> Copyright &copy;&nbsp;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a></div></p>
-</footer>
-
-  <script>
-  var anchorForId = function (id) {
-    var anchor = document.createElement("a");
-    anchor.className = "header-link";
-    anchor.href      = "#" + id;
-    anchor.innerHTML = "<span class=\"sr-only\">Permalink</span><i class=\"fa fa-link\"></i>";
-    anchor.title = "Permalink";
-    return anchor;
-  };
-
-  var linkifyAnchors = function (level, containingElement) {
-    var headers = containingElement.getElementsByTagName("h" + level);
-    for (var h = 0; h < headers.length; h++) {
-      var header = headers[h];
-
-      if (typeof header.id !== "undefined" && header.id !== "") {
-        header.appendChild(anchorForId(header.id));
-      }
-    }
-  };
-
-  document.onreadystatechange = function () {
-    if (this.readyState === "complete") {
-      var contentBlock = document.getElementsByClassName("docs")[0] || document.getElementsByClassName("news")[0];
-      if (!contentBlock) {
-        return;
-      }
-      for (var level = 1; level <= 6; level++) {
-        linkifyAnchors(level, contentBlock);
-      }
-    }
-  };
-</script>
-
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/docker.html
----------------------------------------------------------------------
diff --git a/docs/docker.html b/docs/docker.html
index 8c11dbb..9905bbd 100644
--- a/docs/docker.html
+++ b/docs/docker.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1194,8 +1158,8 @@
 <h3 id="how-to-build-the-docker-image-from-dockerfile-in-host-os">How to build the docker image from Dockerfile in host OS?</h3>
 <p>Build from git repository</p>
 
-<div class="language-bash highlighter-rouge"><pre class="highlight"><code>  <span class="nv">$ </span>docker build -t NAME[:TAG] https://github.com/apache/incubator-mnemonic.git#:docker/docker-CentOS
-  <span class="nv">$ </span>docker build -t NAME[:TAG] https://github.com/apache/incubator-mnemonic.git#:docker/docker-Ubuntu
+<div class="language-bash highlighter-rouge"><pre class="highlight"><code>  <span class="nv">$ </span>docker build -t NAME[:TAG] https://github.com/apache/mnemonic.git#:docker/docker-CentOS
+  <span class="nv">$ </span>docker build -t NAME[:TAG] https://github.com/apache/mnemonic.git#:docker/docker-Ubuntu
 </code></pre>
 </div>
 
@@ -1233,7 +1197,7 @@
 
 <h3 id="sharing-host-project-folder-to-dock-container-for-ides-eg-eclipse-intellij-idea">Sharing host project folder to Dock container for IDEs e.g. Eclipse, Intellij IDEA</h3>
 
-<div class="language-bash highlighter-rouge"><pre class="highlight"><code>  <span class="nv">$ </span>docker run -v &lt;hostdir&gt;/incubator-mnemonic:/ws/incubator-mnemonic -it NAME[:TAG]
+<div class="language-bash highlighter-rouge"><pre class="highlight"><code>  <span class="nv">$ </span>docker run -v &lt;hostdir&gt;/mnemonic:/ws/mnemonic -it NAME[:TAG]
 </code></pre>
 </div>
 <p>Note: this command will override the container’s project folder, you can use another name to avoid it.</p>
@@ -1363,8 +1327,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1411,8 +1373,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1457,8 +1417,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1501,8 +1459,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1529,8 +1485,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1597,8 +1551,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1653,8 +1605,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1691,8 +1641,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1725,8 +1673,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1779,8 +1725,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -1823,8 +1767,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1903,8 +1845,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -1969,8 +1909,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -1995,8 +1933,6 @@
     
   
     
-  
-    
       <li class="current"><a href="/docs/docker.html">Docker usage</a></li>
       
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/domusecases.html
----------------------------------------------------------------------
diff --git a/docs/domusecases.html b/docs/domusecases.html
index 0359a66..2488bb6 100644
--- a/docs/domusecases.html
+++ b/docs/domusecases.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1277,8 +1241,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1325,8 +1287,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1371,8 +1331,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1415,8 +1373,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1443,8 +1399,6 @@
     
   
     
-  
-    
       <li class="current"><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1511,8 +1465,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1567,8 +1519,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1605,8 +1555,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1639,8 +1587,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1693,8 +1639,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -1737,8 +1681,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1817,8 +1759,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -1883,8 +1823,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -1909,8 +1847,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>
       
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/features.html
----------------------------------------------------------------------
diff --git a/docs/features.html b/docs/features.html
index f052431..6305a5a 100644
--- a/docs/features.html
+++ b/docs/features.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1258,8 +1222,6 @@
     
   
     
-  
-    
       <li class="current"><a href="/docs/features.html">Features</a></li>
       
 
@@ -1306,8 +1268,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1352,8 +1312,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1396,8 +1354,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1424,8 +1380,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1492,8 +1446,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1548,8 +1500,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1586,8 +1536,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1620,8 +1568,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1674,8 +1620,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -1718,8 +1662,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1798,8 +1740,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -1864,8 +1804,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -1890,8 +1828,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>
       
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/future.html
----------------------------------------------------------------------
diff --git a/docs/future.html b/docs/future.html
index 59bc359..8f358db 100644
--- a/docs/future.html
+++ b/docs/future.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1270,8 +1234,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1318,8 +1280,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1364,8 +1324,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1408,8 +1366,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1436,8 +1392,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1504,8 +1458,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1560,8 +1512,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1598,8 +1548,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1632,8 +1580,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1686,8 +1632,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -1730,8 +1674,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1810,8 +1752,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -1876,8 +1816,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -1902,8 +1840,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>
       
 

http://git-wip-us.apache.org/repos/asf/mnemonic-site/blob/519b9054/docs/gcdata.html
----------------------------------------------------------------------
diff --git a/docs/gcdata.html b/docs/gcdata.html
index 5a185b3..0a8d694 100644
--- a/docs/gcdata.html
+++ b/docs/gcdata.html
@@ -52,7 +52,7 @@
     <div class="unit one-third center-on-mobiles">
       <h1>
         <a href="/">
-          <span class="sr-only">Apache Incubator Mnemonic</span>
+          <span class="sr-only">Apache Mnemonic</span>
           <img src="/img/mnemonic_logo.png" width="289" alt="Mnemonic Logo" class="logo">
         </a>
       </h1>
@@ -156,8 +156,6 @@
   
     
   
-    
-  
 
   
 
@@ -181,8 +179,6 @@
     
   
     
-  
-    
       <option value="/docs/features.html">Features</option>
     
   
@@ -257,8 +253,6 @@
     
   
     
-  
-    
       <option value="/docs/modes.html">Mnemonic Modes</option>
     
   
@@ -313,8 +307,6 @@
     
   
     
-  
-    
       <option value="/docs/memsrvcmp.html">Durable Memory Service Comparison</option>
     
   
@@ -369,8 +361,6 @@
     
   
     
-  
-    
       <option value="/docs/integration.html">Integration with other projects</option>
     
   
@@ -411,8 +401,6 @@
     
   
     
-  
-    
       <option value="/docs/domusecases.html">DOM Use Cases</option>
     
   
@@ -504,8 +492,6 @@
   
     
   
-    
-  
 
   
 
@@ -549,8 +535,6 @@
     
   
     
-  
-    
       <option value="/docs/msusecases.html">MS Use Cases</option>
     
   
@@ -613,8 +597,6 @@
     
   
     
-  
-    
       <option value="/docs/sparkusecases.html">Apache Spark Integration Use Cases</option>
     
   
@@ -653,8 +635,6 @@
     
   
     
-  
-    
       <option value="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</option>
     
   
@@ -707,8 +687,6 @@
     
   
     
-  
-    
       <option value="/docs/gcdata.html">Java GC data</option>
     
   
@@ -785,8 +763,6 @@
     
   
     
-  
-    
       <option value="/docs/security.html">Security</option>
     
   
@@ -832,8 +808,6 @@
     
   
     
-  
-    
       <option value="/docs/getstarted.html">Get Started</option>
     
   
@@ -917,8 +891,6 @@
   
     
   
-    
-  
 
   
 
@@ -970,8 +942,6 @@
     
   
     
-  
-    
       <option value="/docs/submitchanges.html">Submit Changes</option>
     
   
@@ -1033,8 +1003,6 @@
   
     
   
-    
-  
 
   
 
@@ -1080,8 +1048,6 @@
     
   
     
-  
-    
       <option value="/docs/runtest.html">Run tests</option>
     
   
@@ -1112,8 +1078,6 @@
     
   
     
-  
-    
       <option value="/docs/docker.html">Docker usage</option>
     
   
@@ -1267,8 +1231,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/features.html">Features</a></li>
       
 
@@ -1315,8 +1277,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/modes.html">Mnemonic Modes</a></li>
       
 
@@ -1361,8 +1321,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/memsrvcmp.html">Durable Memory Service Comparison</a></li>
       
 
@@ -1405,8 +1363,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/integration.html">Integration with other projects</a></li>
       
 
@@ -1433,8 +1389,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/domusecases.html">DOM Use Cases</a></li>
       
 
@@ -1501,8 +1455,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/msusecases.html">MS Use Cases</a></li>
       
 
@@ -1557,8 +1509,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/sparkusecases.html">Apache Spark Integration Use Cases</a></li>
       
 
@@ -1595,8 +1545,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/hadoopusecases.html">Apache Hadoop Integration Use Cases</a></li>
       
 
@@ -1629,8 +1577,6 @@
     
   
     
-  
-    
       <li class="current"><a href="/docs/gcdata.html">Java GC data</a></li>
       
 
@@ -1683,8 +1629,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/security.html">Security</a></li>
       
 
@@ -1727,8 +1671,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/getstarted.html">Get Started</a></li>
       
 
@@ -1807,8 +1749,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/submitchanges.html">Submit Changes</a></li>
       
 
@@ -1873,8 +1813,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/runtest.html">Run tests</a></li>
       
 
@@ -1899,8 +1837,6 @@
     
   
     
-  
-    
       <li class=""><a href="/docs/docker.html">Docker usage</a></li>