Automatic Site Publish by Buildbot
diff --git a/output/about.html b/output/about.html
index bb23194..43acc52 100644
--- a/output/about.html
+++ b/output/about.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- About Apache Gora&trade;" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- About Apache Gora&trade;" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - About Apache Gora&trade;</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - About Apache Gora&trade;</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_About Apache Gora&trade;">
-
+    <div class="container top-buffer" id="Gora_About Apache Gora&trade;">
     <h1 id="about-gora">About Gora<a class="headerlink" href="#about-gora" title="Permalink">&para;</a></h1>
 <div id="toc"><ul><li><a class="toc-href" href="#why-gora" title="Why Gora?">Why Gora?</a></li><li><a class="toc-href" href="#who-is-gora-for" title="Who is Gora For?">Who is Gora For?</a></li><li><a class="toc-href" href="#background" title="Background">Background</a></li><li><a class="toc-href" href="#what-platforms-does-gora-work-on" title="What Platform(s) does Gora work on?">What Platform(s) does Gora work on?</a></li><li><a class="toc-href" href="#which-languagestechnologies-do-i-need-to-know-to-use-gora" title="Which Languages/Technologies do I need to know to use Gora?">Which Languages/Technologies do I need to know to use Gora?</a></li></ul></div>
 <h2 id="why-gora">Why Gora?<a class="headerlink" href="#why-gora" title="Permalink">&para;</a></h2>
@@ -231,29 +328,40 @@
 <li>You should be able to edit simple flat files using a text editor.</li>
 </ul>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/contribute.html b/output/contribute.html
index 4e99830..2ab3f75 100644
--- a/output/contribute.html
+++ b/output/contribute.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- How to Contribute" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- How to Contribute" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - How to Contribute</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - How to Contribute</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_How to Contribute">
-
+    <div class="container top-buffer" id="Gora_How to Contribute">
     <h2 id="gora-development-process">Gora Development Process<a class="headerlink" href="#gora-development-process" title="Permalink">&para;</a></h2>
 <p>Gora assumes a development process encouraged by the Apache Software Foundation (ASF).
 ASF is based on <a href="http://www.apache.org/foundation/how-it-works.html">meritocracy</a>.
@@ -185,29 +282,40 @@
 As a community we greatly encourage students to engage in such efforts.</li>
 </ul>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/credits.html b/output/credits.html
index e5ed7a5..d37ad5d 100644
--- a/output/credits.html
+++ b/output/credits.html
@@ -18,215 +18,459 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Gora Credits" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Gora Credits" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Gora Credits</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Gora Credits</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_Gora Credits">
-
+    <div class="container top-buffer" id="Gora_Gora Credits">
     <h2 id="a-page-dedicated-to-our-community-past-and-present">A page dedicated to our community past and present!<a class="headerlink" href="#a-page-dedicated-to-our-community-past-and-present" title="Permalink">&para;</a></h2>
-<h2 id="committers">Committers<a class="headerlink" href="#committers" title="Permalink">&para;</a></h2>
-<p>Gora active committers include (ordered by username)</p>
-<ul>
-<li>Andrzej Bialecki (ab) - Getopt  <strong>CP</strong></li>
-<li>Andrew Hart (ahart) - NASA JPL <strong>CP</strong></li>
-<li><a href="http://people.apache.org/%7Ealfonsonishikawa">Alfonso Nishikawa</a> (alfonsonishikawa) - <strong>CP</strong></li>
-<li><a href="http://people.apache.org/%7Eenis">Enis Soztutar</a> (enis) - <a href="http://hortonworks.com">Hortonworks</a> <strong>CP</strong></li>
-<li><a href="http://www.linkedin.com/in/henrysaputra">Henry Saputra</a> (hsaputra) - ? <strong>CP</strong></li>
-<li><a href="http://iocanel.blogspot.com">Ioannis Canellos</a> (iocanel) - RedHat <strong>CP</strong></li>
-<li><a href="https://tr.linkedin.com/in/furkankamaci">Furkan KAMACI</a> (kamaci) - Alcatel-Lucent <strong>CP</strong></li>
-<li>Kazuomi Kashii (kaz) - Healthline Networks <strong>CP</strong></li>
-<li>Keith Turner (kturner) - <a href="http://www.ptech-llc.com/">Peterson Technologies</a> <strong>CP</strong></li>
-<li><a href="http://www.linkedin.com/in/djkevincr">Kevin Ratnasekera</a> (djkevincr) - Independent <strong>CPVP</strong></li>
-<li><a href="http://uk.linkedin.com/in/lmcgibbney">Lewis John McGibbney</a> (lewismc) - <a href="http://jpl.nasa.gov">NASA JPL</a> <strong>CP</strong></li>
-<li><a href="http://sunset.usc.edu/%7Emattmann/">Chris A. Mattmann</a> (mattmann) - NASA JPL <strong>CPCH</strong></li>
-<li>Roland von Herget (rherget) - ? <strong>CP</strong></li>
-<li>Renato Marroquin (rmarroquin) - Universidad Catolica San Pablo <strong>CP</strong></li>
-<li>Dave Woollard (woollard) - NASA JPL <strong>CP</strong></li>
-<li><a href="http://tr.linkedin.com/pub/alparslan-avci/15/b19/b42/">Alparslan Avcı</a> (alparslanavci) - AGMLab <strong>CP</strong></li>
-<li><a href="http://uk.linkedin.com/in/giannakidisapostolos">Apostolos Giannakidis</a> (apgiannakidis) - Oracle <strong>CP</strong></li>
-<li><a href="https://www.linkedin.com/in/damienraudemorvan">Damien Raude-Morvan</a> (drazzib) - <a href="http://www.dictanova.com">Dictanova</a> <strong>CP</strong></li>
-<li><a href="https://sites.google.com/site/0track/">Pierre Sutra</a> (otrack) - <a href="http://www.telecom-sudparis.eu/">Telecom SudParis</a> <strong>CP</strong></li>
-<li><a href="https://tr.linkedin.com/in/talatuyarer">Talat Uyarer</a> (talat) - <strong>CP</strong></li>
-</ul>
-<p>Gora members can be contacted by appending @apache.org to their usernames.</p>
-<h3 id="key">Key<a class="headerlink" href="#key" title="Permalink">&para;</a></h3>
-<dl>
-<dt>C</dt>
-<dd>a committer</dd>
-<dt>P</dt>
-<dd>a PMC member</dd>
-<dt>VP</dt>
-<dd>project chair and Apache Foundation Vice-President/Officer for Gora</dd>
-<dt>CH</dt>
-<dd>project champion</dd>
-</dl>
-<h2 id="emeritus-committers-and-friends">Emeritus Committers and Friends<a class="headerlink" href="#emeritus-committers-and-friends" title="Permalink">&para;</a></h2>
-<ul>
-<li><a href="http://www.linkedin.com/pub/ferdy-galema/4/5ba/b44">Ferdy Galema</a> (ferdy / ferdy.g (JIRA)) - Kalooga <strong>CP</strong></li>
-<li>Dogacan Guney (dogacan) - Google <strong>CP</strong></li>
-<li>Julien Nioche (jnioche) - DigitalPebble <strong>CP</strong></li>
-<li>Sertan Alkan (sertan) - <strong>CP</strong></li>
-<li><a href="http://www.linkedin.com/in/mgunasekara">Madhawa Gunasekara</a> (madhawa) - Independent <strong>CP</strong></li>
-</ul>
-<h2 id="contributors">Contributors<a class="headerlink" href="#contributors" title="Permalink">&para;</a></h2>
-<p>Other Gora contributors and their contributions are listed at Apache</p>
-<h2 id="how-to-contribute">How to contribute<a class="headerlink" href="#how-to-contribute" title="Permalink">&para;</a></h2>
-<p>There are lots of ways you can contribute to Gora. Make sure you check them all <a href="./contribute.html">here</a>.</p>
+<table class="table">
+<thead>
+<tr>
+<th>Name</th>
+<th>Username</th>
+<th>Organization</th>
+<th>Roles</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Andrzej Bialecki</td>
+<td>ab</td>
+<td><a href="http://www.getopt.org/">Getopt</a></td>
+<td>CP</td>
+</tr>
+<tr>
+<td>Andrew Hart</td>
+<td><a href="https://www.linkedin.com/in/andrewfhart/">ahart</a></td>
+<td><a href="https://jpl.nasa.gov/">NASA JPL</a></td>
+<td>CP</td>
+</tr>
+<tr>
+<td>Alfonso Nishikawa</td>
+<td><a href="https://people.apache.org/%7Ealfonsonishikawa">alfonsonishikawa</a></td>
+<td></td>
+<td>CP</td>
+</tr>
+<tr>
+<td>Enis Soztutar</td>
+<td><a href="https://people.apache.org/%7Eenis">enis</a></td>
+<td><a href="https://hortonworks.com/">Hortonworks</a></td>
+<td>CP</td>
+</tr>
+<tr>
+<td>Henry Saputra</td>
+<td><a href="https://www.linkedin.com/in/henrysaputra">hsaputra</a></td>
+<td></td>
+<td>CP</td>
+</tr>
+<tr>
+<td>Ioannis Canellos</td>
+<td><a href="https://iocanel.blogspot.com/">iocanel</a></td>
+<td><a href="https://www.redhat.com/">RedHat</a></td>
+<td>CP</td>
+</tr>
+<tr>
+<td>Furkan KAMACI</td>
+<td><a href="https://www.linkedin.com/in/furkankamaci/">kamaci</a></td>
+<td><a href="https://www.al-enterprise.com/">Alcatel-Lucent</a></td>
+<td>CP</td>
+</tr>
+<tr>
+<td>Kazuomi Kashii</td>
+<td><a href="https://www.linkedin.com/in/kazuomikashii/">kaz</a></td>
+<td><a href="https://www.healthline.com/">Healthline Networks</a></td>
+<td>CP</td>
+</tr>
+<tr>
+<td>Keith Turner</td>
+<td>kturner</td>
+<td><a href="https://www.ptech-llc.com/">Peterson Technologies</a></td>
+<td>CP</td>
+</tr>
+<tr>
+<td>Kevin Ratnasekera</td>
+<td><a href="https://www.linkedin.com/in/djkevincr">djkevincr</a></td>
+<td></td>
+<td>CP + VP</td>
+</tr>
+<tr>
+<td>Lewis John McGibbney</td>
+<td><a href="https://uk.linkedin.com/in/lmcgibbney">lewismc</a></td>
+<td><a href="https://jpl.nasa.gov/">NASA JPL</a></td>
+<td>CP</td>
+</tr>
+<tr>
+<td>Chris A. Mattmann</td>
+<td><a href="https://www.linkedin.com/in/chrismattmann/">mattmann</a></td>
+<td><a href="https://jpl.nasa.gov/">NASA JPL</a></td>
+<td>CP + 👑</td>
+</tr>
+<tr>
+<td>Roland von Herget</td>
+<td>rherget</td>
+<td></td>
+<td>CP</td>
+</tr>
+<tr>
+<td>Renato Marroquin</td>
+<td><a href="https://www.linkedin.com/in/renato2099/">rmarroquin</a></td>
+<td><a href="https://ucsp.edu.pe/">Universidad Catolica San Pablo</a></td>
+<td>CP</td>
+</tr>
+<tr>
+<td>Dave Woollard</td>
+<td><a href="https://www.linkedin.com/in/david-woollard/">woollard</a></td>
+<td><a href="https://jpl.nasa.gov/">NASA JPL</a></td>
+<td>CP</td>
+</tr>
+<tr>
+<td>Alparslan Avcı</td>
+<td><a href="https://www.linkedin.com/in/alparslan-avci/">alparslanavci</a></td>
+<td><a href="https://www.agmlab.com/">AGMLab</a></td>
+<td>CP</td>
+</tr>
+<tr>
+<td>Apostolos Giannakidis</td>
+<td><a href="https://www.linkedin.com/in/giannakidisapostolos">apgiannakidis</a></td>
+<td><a href="https://oracle.com">Oracle</a></td>
+<td>CP</td>
+</tr>
+<tr>
+<td>Damien Raude-Morvan</td>
+<td><a href="https://www.linkedin.com/in/damienraudemorvan">drazzib</a></td>
+<td><a href="https://www.dictanova.com/">Dictanova</a></td>
+<td>CP</td>
+</tr>
+<tr>
+<td>Pierre Sutra</td>
+<td><a href="https://sites.google.com/site/0track/">otrack</a></td>
+<td><a href="https://www.telecom-sudparis.eu/">Telecom SudParis</a></td>
+<td>CP</td>
+</tr>
+<tr>
+<td>Talat Uyarer</td>
+<td><a href="https://www.linkedin.com/in/talatuyarer">talat</a></td>
+<td></td>
+<td>CP</td>
+</tr>
+<tr>
+<td>Ferdy Galema</td>
+<td><a href="https://www.linkedin.com/pub/ferdy-galema/">ferdy / ferdy.g</a></td>
+<td>Kalooga</td>
+<td>CP</td>
+</tr>
+<tr>
+<td>Dogacan Guney</td>
+<td><a href="https://www.linkedin.com/in/dogacan/">dogacan</a></td>
+<td><a href="https://about.google">Google</a></td>
+<td>CP</td>
+</tr>
+<tr>
+<td>Julien Nioche</td>
+<td><a href="https://www.linkedin.com/in/julien-nioche-4b7b453/">jnioche</a></td>
+<td><a href="https://digitalpebble.com/">DigitalPebble</a></td>
+<td>CP</td>
+</tr>
+<tr>
+<td>Sertan Alkan</td>
+<td>sertan</td>
+<td></td>
+<td>CP</td>
+</tr>
+<tr>
+<td>Madhawa Gunasekara</td>
+<td><a href="http://www.linkedin.com/in/mgunasekara">madhawa</a></td>
+<td></td>
+<td>CP</td>
+</tr></tbody></table>
+<table class="table">
+<thead>
+<tr>
+<th>Role</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>C</td>
+<td>a committer</td>
+</tr>
+<tr>
+<td>P</td>
+<td>a PMC member</td>
+</tr>
+<tr>
+<td>VP</td>
+<td>project chair and Apache Foundation Vice-President/Officer for Gora</td>
+</tr>
+<tr>
+<td>👑</td>
+<td>project champion</td>
+</tr></tbody></table>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/current/api/javadoc.html b/output/current/api/javadoc.html
index ab97e9c..5ff990e 100644
--- a/output/current/api/javadoc.html
+++ b/output/current/api/javadoc.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Gora Java Documentation" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Gora Java Documentation" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Gora Java Documentation</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Gora Java Documentation</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_Gora Java Documentation">
-
+    <div class="container top-buffer" id="Gora_Gora Java Documentation">
     <h1 id="gora-java-documentation">Gora Java Documentation<a class="headerlink" href="#gora-java-documentation" title="Permalink">&para;</a></h1>
 <p>This is the page to come for Javadocs old and new.</p>
 <p>The links below will enable you to browse the Gora API.</p>
@@ -170,29 +267,40 @@
 </ul>
 <p>We can maybe produce even older Javadoc for Gora, so if required then please give us a shout!</p>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/current/compiler-cli.html b/output/current/compiler-cli.html
index 08d5d71..a46acbc 100644
--- a/output/current/compiler-cli.html
+++ b/output/current/compiler-cli.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Gora Compiler-CLI Overview" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Gora Compiler-CLI Overview" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Gora Compiler-CLI Overview</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Gora Compiler-CLI Overview</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_Gora Compiler-CLI Overview">
-
+    <div class="container top-buffer" id="Gora_Gora Compiler-CLI Overview">
     <h1 id="introduction">Introduction<a class="headerlink" href="#introduction" title="Permalink">&para;</a></h1>
 <p>The Gora compiler-cli is a simple utility dependency which provides a command line interface used to invoke the <a href="./compiler.html">Gora Compiler</a>
 It exists separate from the Gora Compiler enabling us to distinguish between usability and functionality. It does however depend upon the Gora Compiler.</p>
@@ -176,29 +273,40 @@
 <p>The output directory is the destination for the generated Java source files. For example, if you specific <code>src/main/java</code> then the
 generate source is placed into <code>src/main/java/</code> under the package naming convention used within the JSON schema.</p>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/current/compiler.html b/output/current/compiler.html
index cfbc507..05ad91c 100644
--- a/output/current/compiler.html
+++ b/output/current/compiler.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Gora Compiler Overview" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Gora Compiler Overview" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Gora Compiler Overview</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Gora Compiler Overview</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_Gora Compiler Overview">
-
+    <div class="container top-buffer" id="Gora_Gora Compiler Overview">
     <h1 id="introduction">Introduction<a class="headerlink" href="#introduction" title="Permalink">&para;</a></h1>
 <p>The Gora compiler converts JSON files (the schema(s)) into persistent Java classes/data beans.
 You can then use those classes to interact with a variety of data storage software e.g. the Gora datastore implementations.</p>
@@ -198,29 +295,40 @@
 </ul>
 <p>It should be noted that if no license header argument is passed, by default the ASLv2 license profile is selected.</p>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/current/gora-accumulo.html b/output/current/gora-accumulo.html
index 20246d1..3a9521d 100644
--- a/output/current/gora-accumulo.html
+++ b/output/current/gora-accumulo.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Gora Accumulo Module" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Gora Accumulo Module" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Gora Accumulo Module</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Gora Accumulo Module</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_Gora Accumulo Module">
-
+    <div class="container top-buffer" id="Gora_Gora Accumulo Module">
     <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permalink">&para;</a></h2>
 <p>This is the main documentation for the gora-accumulo module which
 enables <a href="http://accumulo.apache.org">Apache Accumulo</a> backend support for Gora.</p>
@@ -221,29 +318,40 @@
 </li>
 </ol>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/current/gora-aerospike.html b/output/current/gora-aerospike.html
index d448d4e..afa9b11 100644
--- a/output/current/gora-aerospike.html
+++ b/output/current/gora-aerospike.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Gora Aerospike Module" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Gora Aerospike Module" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Gora Aerospike Module</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Gora Aerospike Module</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_Gora Aerospike Module">
-
+    <div class="container top-buffer" id="Gora_Gora Aerospike Module">
     <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permalink">&para;</a></h2>
 <p>This is the main documentation for the gora-aerospike module. <b>gora-aerospike</b> module enables <a href="http://www.aerospike.com/">Aerospike</a> backend support for Gora.</p>
 <div id="toc"><ul><li><a class="toc-href" href="#goraproperties" title="gora.properties">gora.properties</a></li><li><a class="toc-href" href="#gora-aerospike-mappings" title="Gora Aerospike mappings">Gora Aerospike mappings</a></li></ul></div>
@@ -243,29 +340,40 @@
 </li>
 </ol>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/current/gora-camel.html b/output/current/gora-camel.html
index 06473e0..5609d00 100644
--- a/output/current/gora-camel.html
+++ b/output/current/gora-camel.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Gora Configuration" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Gora Configuration" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Gora Configuration</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Gora Configuration</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_Gora Configuration">
-
+    <div class="container top-buffer" id="Gora_Gora Configuration">
     <h1 id="introduction">Introduction<a class="headerlink" href="#introduction" title="Permalink">&para;</a></h1>
 <p><strong>Camel-Gora</strong> is an <a href="http://camel.apache.org/">Apache Camel</a> component that allows you to work with NoSQL databases using the
 <a href="http://gora.apache.org/">Apache Gora</a> framework.</p>
@@ -388,29 +485,40 @@
 <h3 id="more-resources">More resources<a class="headerlink" href="#more-resources" title="Permalink">&para;</a></h3>
 <p>For more please information and in depth configuration refer to the <a href="./overview.html">Apache Gora Documentation</a> and the <a href="./tutorial.html">Apache Gora Tutorial</a>.</p>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/current/gora-cassandra.html b/output/current/gora-cassandra.html
index fd76f74..d69cbd8 100644
--- a/output/current/gora-cassandra.html
+++ b/output/current/gora-cassandra.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Gora Cassandra Module" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Gora Cassandra Module" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Gora Cassandra Module</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Gora Cassandra Module</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_Gora Cassandra Module">
-
+    <div class="container top-buffer" id="Gora_Gora Cassandra Module">
     <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permalink">&para;</a></h2>
 <p>This is the main documentation for the gora-cassandra module which
 enables <a href="http://cassandra.apache.org">Apache Cassandra</a> backend support for Gora.</p>
@@ -320,29 +417,40 @@
 </li>
 </ol>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/current/gora-conf.html b/output/current/gora-conf.html
index 2bdc42b..bb641b0 100644
--- a/output/current/gora-conf.html
+++ b/output/current/gora-conf.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Gora Configuration" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Gora Configuration" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Gora Configuration</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Gora Configuration</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_Gora Configuration">
-
+    <div class="container top-buffer" id="Gora_Gora Configuration">
     <h2 id="goraproperties">gora.properties<a class="headerlink" href="#goraproperties" title="Permalink">&para;</a></h2>
 <p>Gora reads necessary configuration from a properties file name
 <code>gora.properties</code>.</p>
@@ -211,29 +308,40 @@
 <li><a href="./gora-mongodb.html">Gora MongoDB Module</a></li>
 </ul>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/current/gora-core.html b/output/current/gora-core.html
index 8930ea6..a62b42b 100644
--- a/output/current/gora-core.html
+++ b/output/current/gora-core.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Gora Core Module" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Gora Core Module" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Gora Core Module</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Gora Core Module</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_Gora Core Module">
-
+    <div class="container top-buffer" id="Gora_Gora Core Module">
     <h1 id="overview">Overview<a class="headerlink" href="#overview" title="Permalink">&para;</a></h1>
 <p>This is the main documentation for DataStore's contained within the
 <code>gora-core</code> module which (as it's name implies)
@@ -292,29 +389,40 @@
 mapReducedGoraRdd.saveAsNewAPIHadoopDataset(sparkHadoopConf);
 </code></pre>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/current/gora-couchdb.html b/output/current/gora-couchdb.html
index 947a512..1b04314 100644
--- a/output/current/gora-couchdb.html
+++ b/output/current/gora-couchdb.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Gora CouchDB Module" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Gora CouchDB Module" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Gora CouchDB Module</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Gora CouchDB Module</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_Gora CouchDB Module">
-
+    <div class="container top-buffer" id="Gora_Gora CouchDB Module">
     <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permalink">&para;</a></h2>
 <p>This is the main documentation for the gora-couchdb module. gora-couchdb module enables <a href="http://couchdb.apache.org/">Apache CouchDB</a> backend support for Gora.</p>
 <div id="toc"><ul><li><a class="toc-href" href="#goraproperties" title="gora.properties">gora.properties</a></li><li><a class="toc-href" href="#gora-couchdb-mappings" title="Gora CouchDB mappings">Gora CouchDB mappings</a></li></ul></div>
@@ -191,29 +288,40 @@
 </li>
 </ol>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/current/gora-dynamodb.html b/output/current/gora-dynamodb.html
index 81f97ec..613708a 100644
--- a/output/current/gora-dynamodb.html
+++ b/output/current/gora-dynamodb.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Gora DynamoDB Module" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Gora DynamoDB Module" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Gora DynamoDB Module</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Gora DynamoDB Module</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_Gora DynamoDB Module">
-
+    <div class="container top-buffer" id="Gora_Gora DynamoDB Module">
     <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permalink">&para;</a></h2>
 <p>This is the main documentation for the gora-dynamodb module.
 gora-dynamodb module enables <a href="http://aws.amazon.com/dynamodb/">Amazon DynamoDB</a> backend support for Gora.</p>
@@ -262,29 +359,40 @@
 <li>an optional parameter <code>key</code>. The key can be a hash key (partition key/primary key) or a hashrange key (sort key) (in case of composite primary key). The key parameter is left blank for non-key attributes. For more, refer <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.CoreComponents.html#HowItWorks.CoreComponents.PrimaryKey">here</a></li>
 </ul>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/current/gora-hbase.html b/output/current/gora-hbase.html
index eb621eb..6249f56 100644
--- a/output/current/gora-hbase.html
+++ b/output/current/gora-hbase.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Gora HBase Module" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Gora HBase Module" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Gora HBase Module</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Gora HBase Module</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_Gora HBase Module">
-
+    <div class="container top-buffer" id="Gora_Gora HBase Module">
     <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permalink">&para;</a></h2>
 <p>This is the main documentation for the gora-hbase module. gora-hbase
 module enables <a href="http://hbase.apache.org">Apache HBase</a> backend support for Gora.</p>
@@ -227,29 +324,40 @@
 </li>
 </ol>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/current/gora-ignite.html b/output/current/gora-ignite.html
index 99a290e..eebc9a2 100644
--- a/output/current/gora-ignite.html
+++ b/output/current/gora-ignite.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Gora Ignite Module" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Gora Ignite Module" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Gora Ignite Module</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Gora Ignite Module</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_Gora Ignite Module">
-
+    <div class="container top-buffer" id="Gora_Gora Ignite Module">
     <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permalink">&para;</a></h2>
 <p>This is the main documentation for the gora-ignite module. <b>gora-ignite</b> module enables <a href="https://ignite.apache.org/">Apache Ignite</a> backend support for Gora.</p>
 <div id="toc"><ul><li><a class="toc-href" href="#gora-ignite-properties-goraproperties" title="Gora Ignite Properties - gora.properties">Gora Ignite Properties - gora.properties</a></li><li><a class="toc-href" href="#gora-ignite-mappings-gora-ignite-mappingxml" title="Gora Ignite mappings - gora-ignite-mapping.xml">Gora Ignite mappings - gora-ignite-mapping.xml</a></li><li><a class="toc-href" href="#supported-data-types" title="Supported Data types">Supported Data types</a></li></ul></div>
@@ -250,29 +347,40 @@
 </tr></tbody></table>
 <p>A more detailed list of data types supported by Ignite and its equivalents in Java refer to <a href="https://apacheignite-sql.readme.io/docs/data-types">Ignite JDBC Data types</a></p>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/current/gora-jcache.html b/output/current/gora-jcache.html
index 2b43817..4698487 100644
--- a/output/current/gora-jcache.html
+++ b/output/current/gora-jcache.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Gora JCache Module" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Gora JCache Module" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Gora JCache Module</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Gora JCache Module</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_Gora JCache Module">
-
+    <div class="container top-buffer" id="Gora_Gora JCache Module">
     <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permalink">&para;</a></h2>
 <p>This is the main documentation for the gora-jcache module. gora-jcache
 module enables <a href="https://hazelcast.com/use-cases/caching/jcache-provider">Hazelcast JCache</a> caching support for Gora.
@@ -237,29 +334,40 @@
 </li>
 </ul>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/current/gora-kudu.html b/output/current/gora-kudu.html
index 913fde0..1284074 100644
--- a/output/current/gora-kudu.html
+++ b/output/current/gora-kudu.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Gora Kudu Module" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Gora Kudu Module" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Gora Kudu Module</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Gora Kudu Module</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_Gora Kudu Module">
-
+    <div class="container top-buffer" id="Gora_Gora Kudu Module">
     <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permalink">&para;</a></h2>
 <p>This is the main documentation for the gora-kudu module. <b>gora-kudu</b> module enables <a href="https://kudu.apache.org">Apache Kudu</a> backend support for Gora.</p>
 <div id="toc"><ul><li><a class="toc-href" href="#gora-kudu-properties-goraproperties" title="Gora Kudu Properties - gora.properties">Gora Kudu Properties - gora.properties</a></li><li><a class="toc-href" href="#gora-kudu-mappings-gora-kudu-mappingxml" title="Gora Kudu mappings - gora-kudu-mapping.xml">Gora Kudu mappings - gora-kudu-mapping.xml</a><ul><li><a class="toc-href" href="#class" title="Class">Class</a></li><li><a class="toc-href" href="#table" title="Table">Table</a></li></ul></li><li><a class="toc-href" href="#supported-data-types" title="Supported Data types">Supported Data types</a></li></ul></div>
@@ -287,29 +384,40 @@
 </tr></tbody></table>
 <p>For more details about supported data types refer to <a href="https://kudu.apache.org/docs/schema_design.html#column-design">https://kudu.apache.org/docs/schema_design.html#column-design</a></p>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/current/gora-metamodel.html b/output/current/gora-metamodel.html
index 60dfd72..ae5c43d 100644
--- a/output/current/gora-metamodel.html
+++ b/output/current/gora-metamodel.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Gora MongoDB Module" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Gora MongoDB Module" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Gora MongoDB Module</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Gora MongoDB Module</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_Gora MongoDB Module">
-
+    <div class="container top-buffer" id="Gora_Gora MongoDB Module">
     <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permalink">&para;</a></h2>
 <p>This is the main documentation for the gora-metamodel module. gora-metamodel
 module enables <a href="http://metamodel.incubator.apache.org/">Apache MetaModel</a> backend support for Gora.</p>
@@ -167,29 +264,40 @@
 <h2 id="gora-metamodel-mappings">Gora MetaModel mappings<a class="headerlink" href="#gora-metamodel-mappings" title="Permalink">&para;</a></h2>
 <p>TODO</p>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/current/gora-mongodb.html b/output/current/gora-mongodb.html
index d67eb65..94313a1 100644
--- a/output/current/gora-mongodb.html
+++ b/output/current/gora-mongodb.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Gora MongoDB Module" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Gora MongoDB Module" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Gora MongoDB Module</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Gora MongoDB Module</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_Gora MongoDB Module">
-
+    <div class="container top-buffer" id="Gora_Gora MongoDB Module">
     <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permalink">&para;</a></h2>
 <p>This is the main documentation for the gora-mongodb module. gora-mongodb
 module enables <a href="http://www.mongodb.org">MongoDB</a> backend support for Gora.</p>
@@ -316,29 +413,40 @@
 <td>Store as ObjectId (12-byte)</td>
 </tr></tbody></table>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/current/gora-pig.html b/output/current/gora-pig.html
index 0a707b6..62e251b 100644
--- a/output/current/gora-pig.html
+++ b/output/current/gora-pig.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Gora Pig Module" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Gora Pig Module" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Gora Pig Module</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Gora Pig Module</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_Gora Pig Module">
-
+    <div class="container top-buffer" id="Gora_Gora Pig Module">
     <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permalink">&para;</a></h2>
 <p>This is the main documentation for the gora-pig module. gora-pig module enables loading/storing data through Apache Gora in Pig scripts.</p>
 <div id="toc"><ul><li><a class="toc-href" href="#introduction" title="Introduction">Introduction</a><ul><li><a class="toc-href" href="#data-models" title="Data models">Data models</a><ul><li><a class="toc-href" href="#primitivesimple-types" title="Primitive/Simple types">Primitive/Simple types</a></li><li><a class="toc-href" href="#complex-types" title="Complex types">Complex types</a></li></ul></li><li><a class="toc-href" href="#full-options-for-load" title="Full options for LOAD">Full options for LOAD</a></li></ul></li><li><a class="toc-href" href="#writing-to-datastores" title="Writing to datastores">Writing to datastores</a></li><li><a class="toc-href" href="#deleting-elements" title="Deleting elements">Deleting elements</a></li></ul></div>
@@ -317,29 +414,40 @@
     }') ;
 </code></pre>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/current/gora-shims.html b/output/current/gora-shims.html
index b98a6ce..5569ffe 100644
--- a/output/current/gora-shims.html
+++ b/output/current/gora-shims.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Gora Core Module" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Gora Core Module" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Gora Core Module</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Gora Core Module</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_Gora Core Module">
-
+    <div class="container top-buffer" id="Gora_Gora Core Module">
     <h1 id="overview">Overview<a class="headerlink" href="#overview" title="Permalink">&para;</a></h1>
 <p>This is the main documentation for Gora + Hadoop compatibility which comes in the
 form of <b>Gora Shims</b>.</p>
@@ -277,29 +374,40 @@
 <h2 id="dependency-definition_3">Dependency Definition<a class="headerlink" href="#dependency-definition_3" title="Permalink">&para;</a></h2>
 <p><a href="http://search.maven.org/#artifactdetails%7Corg.apache.gora%7Cgora-shims-hadoop2%7C0.6%7Cbundle">Click Here</a></p>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/current/gora-solr.html b/output/current/gora-solr.html
index d50a9f4..c82c8f5 100644
--- a/output/current/gora-solr.html
+++ b/output/current/gora-solr.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Gora HBase Module" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Gora HBase Module" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Gora HBase Module</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Gora HBase Module</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_Gora HBase Module">
-
+    <div class="container top-buffer" id="Gora_Gora HBase Module">
     <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permalink">&para;</a></h2>
 <p>This is the main documentation for the gora-solr module. gora-solr
 module enables <a href="http://lucene.apache.org/solr">Apache Solr</a> backend support for Gora.</p>
@@ -325,29 +422,40 @@
 &lt;/config&gt;
 </code></pre>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/current/gora-sql.html b/output/current/gora-sql.html
index 96e8dea..544c5ca 100644
--- a/output/current/gora-sql.html
+++ b/output/current/gora-sql.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Gora SQL Module" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Gora SQL Module" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Gora SQL Module</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Gora SQL Module</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_Gora SQL Module">
-
+    <div class="container top-buffer" id="Gora_Gora SQL Module">
     <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permalink">&para;</a></h2>
 <p>This is the main documentation for the gora-sql module.</p>
 <p>Currently the <a href="http://search.maven.org/#artifactdetails|org.apache.gora|gora-sql|0.1.1-incubating|jar"><b>gora-sql-0.1.1-incubating</b></a>
@@ -165,29 +262,40 @@
 <h2 id="gora-sql-mappings">Gora SQL mappings<a class="headerlink" href="#gora-sql-mappings" title="Permalink">&para;</a></h2>
 <p>Coming soon</p>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/current/index.html b/output/current/index.html
index 3d5cda0..560bdf7 100644
--- a/output/current/index.html
+++ b/output/current/index.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Gora Module Overview" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Gora Module Overview" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Gora Module Overview</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Gora Module Overview</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_Gora Module Overview">
-
+    <div class="container top-buffer" id="Gora_Gora Module Overview">
     <h2 id="introduction">Introduction<a class="headerlink" href="#introduction" title="Permalink">&para;</a></h2>
 <div id="toc"><ul><li><a class="toc-href" href="#gora-modules" title="Gora Modules">Gora Modules</a></li><li><a class="toc-href" href="#gora-testing" title="Gora Testing">Gora Testing</a><ul><li><a class="toc-href" href="#junit-tests" title="JUnit Tests">JUnit Tests</a></li><li><a class="toc-href" href="#goraci-integration-testing-suite" title="GoraCI Integration Testing Suite">GoraCI Integration Testing Suite</a><ul><li><a class="toc-href" href="#background" title="Background">Background</a></li><li><a class="toc-href" href="#the-anatomy-of-goraci-tests" title="The Anatomy of GoraCI tests">The Anatomy of GoraCI tests</a></li><li><a class="toc-href" href="#building-goraci" title="Building GoraCI">Building GoraCI</a></li><li><a class="toc-href" href="#java-class-description" title="Java Class Description">Java Class Description</a></li><li><a class="toc-href" href="#gora-and-hadoop" title="Gora and Hadoop">Gora and Hadoop</a></li><li><a class="toc-href" href="#goraci-and-hbase" title="GoraCI and HBase">GoraCI and HBase</a></li><li><a class="toc-href" href="#concurrency" title="Concurrency">Concurrency</a></li><li><a class="toc-href" href="#conclusions" title="Conclusions">Conclusions</a></li></ul></li></ul></li></ul></div>
 <p>This is the main entry point for Gora documentation. Here are some pointers for further info:</p>
@@ -419,29 +516,40 @@
 <p>Sometimes when this test suite is run against HBase data is lost.  This issue
 is being tracked under <a href="https://issues.apache.org/jira/browse/HBASE-5754">HBASE-5754</a></p>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/current/overview.html b/output/current/overview.html
index 675467f..0b51ad1 100644
--- a/output/current/overview.html
+++ b/output/current/overview.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Gora Module Overview" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Gora Module Overview" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Gora Module Overview</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Gora Module Overview</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+                </li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
-            <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
-          </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
-        </div> <!--/.nav-collapse -->
-      </div> <!-- /container -->
-    </div> <!-- /navbar-inner -->
-  </div> <!-- /navbar -->
+        </div>
+      </div>
+    </nav>
 
-  <div class="container top-buffer" id="Gora_Gora Module Overview">
-
+    <div class="container top-buffer" id="Gora_Gora Module Overview">
     <h2 id="introduction">Introduction<a class="headerlink" href="#introduction" title="Permalink">&para;</a></h2>
 <p>This is the main entry point for Gora documentation. Here are some pointers for further info:</p>
 <ul>
@@ -184,29 +281,40 @@
 <li><a href="./gora-aerospike.html">gora-aerospike</a>: Module for <a href="http://www.aerospike.com/">Aerospike</a> backend and Aerospike implementation;</li>
 </ul>
 
+    </div>
+    <!-- /container (main block) -->
 
-  </div> <!-- /container (main block) -->
+    <hr />
 
-  <hr>
+    <div class="container">
+      <footer>
+        <p>
+          Copyright © 2010-2024 The Apache Software Foundation.
+          Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0"
+            >Apache License 2.0</a
+          >.
+        </p>
+        <p>
+          Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
+          Gora project logo are trademarks of The Apache Software Foundation.
+        </p>
+      </footer>
+    </div>
+    <!-- /container -->
 
-  <div class="container">
-    <footer>
-      <p>Copyright © 2010-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-      </p>
-      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
-      </p>
-    </footer>
-
-  </div> <!-- /container -->
-
-  <!-- The javascript
-  ================================================== -->
-  <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
-  <script src="/resources/js/bootstrap.min.js"></script>
-  <script type="text/javascript">stLight.options({publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
-  <link rel="stylesheet" href="/resources/css/docco.css">
-  <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
-  <script>hljs.highlightAll();</script>
-</body>
+    <script src="/resources/js/bootstrap.bundle.min.js"></script>
+    <script type="text/javascript">
+      stLight.options({
+        publisher: "4059fafd-3891-49f9-8c96-e4100290d8e6",
+        doNotHash: false,
+        doNotCopy: false,
+        hashAddressBar: false,
+      });
+    </script>
+    <script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
+    <script>
+      hljs.highlightAll();
+    </script>
+  </body>
 </html>
\ No newline at end of file
diff --git a/output/current/quickstart.html b/output/current/quickstart.html
index 79dabc7..7af3d07 100644
--- a/output/current/quickstart.html
+++ b/output/current/quickstart.html
@@ -18,142 +18,239 @@
 under the License. 
 -->
 <html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="author" content="dev@gora.apache.org" />
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="dev@gora.apache.org" />
 
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-  <META name="Description" content="Apache Gora -- Quick Start" />
-  <META name="Keywords" content="Apache Gora NoSQL Framework" />
-  <META name="Owner" content="dev@gora.apache.org" />
-  <META name="Robots" content="index, follow" />
-  <META name="Security" content="Public" />
-  <META name="Source" content="wiki template" />
-  <META name="DC.Rights" content="Copyright 2010-2023, The Apache Software Foundation" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta name="Description" content="Apache Gora -- Quick Start" />
+    <meta name="Keywords" content="Apache Gora NoSQL Framework" />
+    <meta name="Owner" content="dev@gora.apache.org" />
+    <meta name="Robots" content="index, follow" />
+    <meta name="Security" content="Public" />
+    <meta name="Source" content="wiki template" />
+    <meta
+      name="DC.Rights"
+      content="Copyright 2010-2024, The Apache Software Foundation"
+    />
+    <link href="/resources/css/bootstrap.min.css" rel="stylesheet" />
+    <!-- Fav and touch icons -->
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="144x144"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="114x114"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      sizes="72x72"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"
+    />
+    <link
+      rel="apple-touch-icon-precomposed"
+      href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"
+    />
+    <link rel="shortcut icon" href="/resources/img/feather-small.png" />
 
-  <!-- The styles -->
-  <link href="/resources/css/bootstrap.css" rel="stylesheet">
-  <style type="text/css">
-    body {
-      padding-top: 60px;
-      padding-bottom: 40px;
-    }
-.headerlink {
-  visibility: hidden;
-}
-dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
-  visibility: visible
-}  </style>
-  <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
-  <link href="/resources/css/gora.css" rel="stylesheet">
+    <title>Apache Gora&trade; - Quick Start</title>
+  </head>
 
-  <style type="text/css">
-    .stpulldown-gradient
-    {
-      background: #E1E1E1;
-      background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
-      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
-      background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
-      color: #636363;
-    }
-    #stpulldown .stpulldown-logo
-    {
-      height: 40px;
-      width: 300px;
-      margin-left: 20px;
-      margin-top: 5px;
-      background:url("http://gora.apache.org/resources/img/feather-small.png") no-repeat;
-    }
-  </style>
-  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
-  <link rel="shortcut icon" href="/resources/img/feather-small.png">
-
-  <title>Apache Gora&trade; - Quick Start</title>
-</head>
-
-<body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
-    <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </a>
-        <a class="brand" href="/index.html"><img src="/resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora"/></a>
-        <div class="nav-collapse collapse">
-          <ul class="nav">
-            <li><a href="/downloads.html">Downloads</a></li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://whimsy.apache.org/board/minutes/Gora.html">Board Reporting</a></li>
-                <li><a href="/contribute.html">Contribute</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="/credits.html">People</a></li>
-                <li><a href="/related.html">Related Projects</a></li>
+  <body style="padding-top: 100px">
+    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-lg">
+      <div class="container-fluid">
+        <a class="navbar-brand" href="/index.html"
+          ><img
+            src="/resources/img/gora-logo.png"
+            alt="Apache Gora"
+            title="Apache Gora"
+            height="50px"
+        /></a>
+        <button
+          class="navbar-toggler"
+          type="button"
+          data-bs-toggle="collapse"
+          data-bs-target="#navbarNav"
+          aria-controls="navbarNav"
+          aria-expanded="false"
+          aria-label="Toggle navigation"
+        >
+          <span class="navbar-toggler-icon"></span>
+        </button>
+        <div class="collapse navbar-collapse" id="navbarNav">
+          <ul class="navbar-nav me-auto">
+            <li class="nav-item">
+              <a class="nav-link" href="/downloads.html">Downloads</a>
+            </li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown1"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Community</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://whimsy.apache.org/board/minutes/Gora.html"
+                    >Board Reporting</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/contribute.html"
+                    >Contribute</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/credits.html">People</a>
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/related.html"
+                    >Related Projects</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="/about.html">About</a></li>
-                <li><a href="/current/index.html">Current Documentation</a></li>
-                <li><a href="/current/api/javadoc.html">JavaDoc Documentation</a></li>
-                <li><a href="/current/tutorial.html">Gora Tutorial</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/GORA/">Gora Wiki</a></li>
-                <li><a href="http://en.wikipedia.org/wiki/Apache_Gora">Gora Wikipedia Entry</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown2"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Documentation</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
+                <li><a class="dropdown-item" href="/about.html">About</a></li>
+                <li>
+                  <a class="dropdown-item" href="/current/index.html"
+                    >Current Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/api/javadoc.html"
+                    >JavaDoc Documentation</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/current/tutorial.html"
+                    >Gora Tutorial</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://cwiki.apache.org/confluence/display/GORA/"
+                    >Gora Wiki</a
+                  >
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="https://issues.apache.org/jira/browse/GORA">Issue Tracking</a></li>
-                <li><a href="/mailing_lists.html">Mailing Lists</a></li>
-                <li><a href="https://builds.apache.org/view/All/job/gora-trunk/">Nightly Builds</a></li>
-                <li><a href="https://analysis.apache.org/dashboard/index/76356">Sonar Analysis</a></li>
-                <li><a href="/version_control.html">Version Control</a></li>
-				<li><a href="/roadmap.html">Roadmap</a></li>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown3"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+                >Development</a
+              >
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="https://issues.apache.org/jira/browse/GORA"
+                    >Issue Tracking</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/mailing_lists.html"
+                    >Mailing Lists</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/version_control.html"
+                    >Version Control</a
+                  >
+                </li>
+                <li>
+                  <a class="dropdown-item" href="/roadmap.html">Roadmap</a>
+                </li>
               </ul>
             </li>
-            <li class="dropdown">
-              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="/resources/img/feather-small.png" alt="Apache" title="Apache" /> 
-                <b class="caret"></b>
+            <li class="nav-item dropdown">
+              <a
+                class="nav-link dropdown-toggle"
+                href="#"
+                id="navbarDropdown4"
+                role="button"
+                data-bs-toggle="dropdown"
+                aria-expanded="false"
+              >
+                <img
+                  src="/resources/img/feather-small.png"
+                  alt="Apache"
+                  title="Apache"
+                />
               </a>
-              <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Apache Home</a></li>
-                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              <ul class="dropdown-menu" aria-labelledby="navbarDropdown4">
+                <li>
+                  <a class="dropdown-item" href="http://www.apache.org"
+                    >Apache Home</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/licenses/"
+                    >Apache License</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/security/"
+                    >Security</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/sponsorship.html"
+                    >Support</a
+                  >
+                </li>
+                <li>
+                  <a
+                    class="dropdown-item"
+                    href="http://www.apache.org/foundation/thanks.html"
+                    >Thanks</a
+                  >
+