New website version built
diff --git a/contributing/community-links.html b/contributing/community-links.html
index c430cc9..313df24 100644
--- a/contributing/community-links.html
+++ b/contributing/community-links.html
@@ -150,7 +150,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/contributing/current-status.html b/contributing/current-status.html
index a70686a..90f66b8 100644
--- a/contributing/current-status.html
+++ b/contributing/current-status.html
@@ -106,7 +106,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/contributing/documentation.html b/contributing/documentation.html
index 1d99d70..e0201d4 100644
--- a/contributing/documentation.html
+++ b/contributing/documentation.html
@@ -77,16 +77,16 @@
 <hr>
 <p><em>Details about this website and the API documentation site and how to help contribute to them</em></p>
 <h2 id="overview">Overview</h2>
-<p>The website and the api documentation source code is found in the same Git repository as the Lucene.Net code in the folder: <code>/websites/</code>. The website and documentation site is built with a static site generator called <a href="https://dotnet.github.io/docfx/">DocFx</a> and all of the content/pages are created using Markdown files.</p>
+<p>The website and the api documentation source code is found in the same Git repository as the Lucene.Net code in the folder: <code>./websites/</code>. The website and documentation site is built with a static site generator called <a href="https://dotnet.github.io/docfx/">DocFx</a> and all of the content/pages are created using Markdown files.</p>
 <p>To submit changes for the website, create a Pull Request to the <a href="https://github.com/apache/lucenenet">Lucene Git repositoriy</a>. (See <a class="xref" href="index.html#submit-a-pull-request">Contributing</a> for details)</p>
 <h2 id="website">Website</h2>
 <h3 id="build-script">Build script</h3>
-<p>To build the website and run it on your machine, run the Powershell script: <code>/websites/site/site.ps1</code> with the <code>-ServeDocs</code> flag. For example:</p>
-<pre><code>/websites/site/site.ps1 -ServeDocs
+<p>To build the website and run it on your machine, run the Powershell script: <code>./websites/site/site.ps1</code> with the <code>-ServeDocs</code> flag. For example:</p>
+<pre><code>./websites/site/site.ps1 -ServeDocs
 </code></pre>
 <p>When executed this will build the site and host it at <a href="http://localhost:8081">http://localhost:8081</a>.</p>
 <p>To build the website for release, run the script:</p>
-<pre><code>/websites/site/site.ps1
+<pre><code>./websites/site/site.ps1
 </code></pre>
 <p>This will build the site with all live parameters configured correctly and output the built static site into the <code>_site</code> folder.</p>
 <p>The script parameters are:</p>
@@ -95,7 +95,7 @@
 <li><code>-Clean</code> <em>(optional)</em> A boolean switch.  If present, it will clear all caches and tool files before it builds again. This is handy if a new version of docfx is available or if there's odd things occurring with the incremental build.</li>
 </ul>
 <h3 id="filefolder-structure">File/folder structure</h3>
-<p>The file/folder structure is within <code>/websites/site</code>:</p>
+<p>The file/folder structure is within <code>./websites/site</code>:</p>
 <ul>
 <li><code>site.ps1</code> - the build script</li>
 <li><code>docfx.json</code> - the DocFx configuration file <em>(see docfx manual for further info)</em></li>
@@ -109,17 +109,17 @@
 <h3 id="deploy-the-website">Deploy the website</h3>
 <ul>
 <li>The website is deployed via GitHub and is hosted by static files here: <a href="https://github.com/apache/lucenenet-site/tree/asf-site">https://github.com/apache/lucenenet-site/tree/asf-site</a> <em>(ensure you have <code>asf-site</code> branch checked out, not <code>master</code>)</em></li>
-<li>Any file changes made in the <code>master</code> branch of the Lucene.Net repository under the path <code>/websites/site/*</code> will trigger a GitHub action to build the site and publish a Pull Request to the <a href="https://github.com/apache/lucenenet-site">https://github.com/apache/lucenenet-site</a> repository where it can be accepted</li>
+<li>Any file changes made in the <code>master</code> branch of the Lucene.Net repository under the path <code>./websites/site/*</code> will trigger a GitHub action to build the site and publish a Pull Request to the <a href="https://github.com/apache/lucenenet-site">https://github.com/apache/lucenenet-site</a> repository where it can be accepted</li>
 <li>Review and merge the Pull Request. The new version of the website will be live. If the amount of new files committed is large, the new files may take some time to become live.</li>
 </ul>
 <h2 id="api-docs">API Docs</h2>
 <h3 id="build-script-1">Build script</h3>
-<p>To build the api docs and run it on your machine, run the Powershell script: <code>/websites/apidocs/docs.ps1</code>. For example:</p>
-<pre><code>/websites/apidocs/docs.ps1 -ServeDocs -LuceneNetVersion 4.8.0-beta00008 -BaseUrl http://localhost:8080
+<p>To build the api docs and run it on your machine, run the Powershell script: <code>./websites/apidocs/docs.ps1</code>. For example:</p>
+<pre><code>./websites/apidocs/docs.ps1 -ServeDocs -LuceneNetVersion 4.8.0-beta00008 -BaseUrl http://localhost:8080
 </code></pre>
 <p>When executed this will build the site and host it at <a href="http://localhost:8080">http://localhost:8080</a>. <em>(Ensure to pass in the current version of Lucene.Net you are building.)</em></p>
 <p>To build the api docs for release, run the script:</p>
-<pre><code>/websites/apidocs/docs.ps1 -LuceneNetVersion 4.8.0-beta00008
+<pre><code>./websites/apidocs/docs.ps1 -LuceneNetVersion 4.8.0-beta00008
 </code></pre>
 <p>This will build the site with all live parameters configured correctly and output the built static site into the <code>_site</code> folder.</p>
 <p>The script parameters are:</p>
@@ -136,7 +136,7 @@
 <li><code>-BaseUrl</code> <em>(optional)</em> Default is <a href="https://lucenenet.apache.org/docs/">https://lucenenet.apache.org/docs/</a>. Used to set the base URL of the docfx xref map files for cross linking between project builds.</li>
 </ul>
 <h3 id="filefolder-structure-1">File/folder structure</h3>
-<p>The file/folder structure is within <code>/websites/apidocs</code>:</p>
+<p>The file/folder structure is within <code>./websites/apidocs</code>:</p>
 <ul>
 <li><code>docs.ps1</code> - The build script</li>
 <li><code>docfx.*.json</code> - The DocFx configuration files <em>(see docfx manual for further info)</em>
@@ -195,17 +195,17 @@
 <ul>
 <li>Checkout the Git repo that hosts the documentation: <a href="https://github.com/apache/lucenenet-site/tree/asf-site">https://github.com/apache/lucenenet-site/tree/asf-site</a> <em>(ensure you have <code>asf-site</code> branch checked out, not <code>master</code>)</em></li>
 <li>Create a new folder in this repo: <code>/docs/[Version]</code>, for example: <code>/docs/4.8.0-beta00008</code></li>
-<li>Copy the build output of the documentation site to this new folder. The build output will be all of the files in the <code>/websites/apidocs/_site</code> in your main Lucene.NET checked out Git repository.</li>
+<li>Copy the build output of the documentation site to this new folder. The build output will be all of the files in the <code>./websites/apidocs/_site</code> in your main Lucene.NET checked out Git repository.</li>
 <li>Commit and push these changes</li>
 <li>The new version documentation will be live. Due to the amount of new files committed, the new files may take up to 60 minutes to become live.</li>
 <li>Next the website needs updating which is a manual process currently:
 <ul>
-<li>In the <code>/websites/site/download</code> folder there should be a document per release. It's normally fine to copy the document of the latest release for the same major version. For a new major version some modifications may be needed.</li>
+<li>In the <code>./websites/site/download</code> folder there should be a document per release. It's normally fine to copy the document of the latest release for the same major version. For a new major version some modifications may be needed.</li>
 <li>Ensure the correct version number is listed in the header and the NuGet download snippet.</li>
 <li>Update the <code>Status</code> and <code>Released</code> heading information.</li>
 <li>Ensure the download links are correct.</li>
-<li>Update the <code>/websites/site/download/toc.yml</code> and <code>/websites/site/download/download.md</code> files to include a reference to the new page which should maintain descending version order.</li>
-<li>Update the <code>/websites/site/docs.md</code> file and add a link to the new documentation for the current version which should maintain descending version order.</li>
+<li>Update the <code>./websites/site/download/toc.yml</code> and <code>./websites/site/download/download.md</code> files to include a reference to the new page which should maintain descending version order.</li>
+<li>Update the <code>./websites/site/docs.md</code> file and add a link to the new documentation for the current version which should maintain descending version order.</li>
 <li><a href="#website">Build the website</a> and test locally, then deploy the changes</li>
 </ul>
 </li>
@@ -239,7 +239,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/contributing/index.html b/contributing/index.html
index d2fde10..3e47c80 100644
--- a/contributing/index.html
+++ b/contributing/index.html
@@ -128,7 +128,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/contributing/issue-tracker.html b/contributing/issue-tracker.html
index 3d84c26..0ba4c4f 100644
--- a/contributing/issue-tracker.html
+++ b/contributing/issue-tracker.html
@@ -104,7 +104,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/contributing/mailing-lists.html b/contributing/mailing-lists.html
index b539362..a82b39b 100644
--- a/contributing/mailing-lists.html
+++ b/contributing/mailing-lists.html
@@ -123,7 +123,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/contributing/make-release.html b/contributing/make-release.html
index 46a5560..611eb4f 100644
--- a/contributing/make-release.html
+++ b/contributing/make-release.html
@@ -411,7 +411,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/contributing/source.html b/contributing/source.html
index af37e60..de26caa 100644
--- a/contributing/source.html
+++ b/contributing/source.html
@@ -113,7 +113,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/contributing/versioning.html b/contributing/versioning.html
index 318ea4a..70a20a9 100644
--- a/contributing/versioning.html
+++ b/contributing/versioning.html
@@ -133,7 +133,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/contributing/wiki.html b/contributing/wiki.html
index d18ca90..16cffa8 100644
--- a/contributing/wiki.html
+++ b/contributing/wiki.html
@@ -105,7 +105,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/docs.html b/docs.html
index fe78781..51a0e1b 100644
--- a/docs.html
+++ b/docs.html
@@ -63,6 +63,7 @@
 <h2 id="lucene-480">Lucene 4.8.0</h2>
 <p>The API docs are slightly different between versions, each one is listed below:</p>
 <ul>
+<li><a href="https://lucenenet.apache.org/docs/4.8.0-beta00014/">4.8.0-beta00014</a></li>
 <li><a href="https://lucenenet.apache.org/docs/4.8.0-beta00013/">4.8.0-beta00013</a></li>
 <li><a href="https://lucenenet.apache.org/docs/4.8.0-beta00012/">4.8.0-beta00012</a></li>
 <li><a href="https://lucenenet.apache.org/docs/4.8.0-beta00011/">4.8.0-beta00011</a></li>
@@ -104,7 +105,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/download/download.html b/download/download.html
index 70b3834..9abb93e 100644
--- a/download/download.html
+++ b/download/download.html
@@ -130,7 +130,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/download/version-2.html b/download/version-2.html
index 181a034..ee73364 100644
--- a/download/version-2.html
+++ b/download/version-2.html
@@ -113,7 +113,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/download/version-3.html b/download/version-3.html
index bbf0d15..90c2f68 100644
--- a/download/version-3.html
+++ b/download/version-3.html
@@ -142,7 +142,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/download/version-4.8.0-beta00007.html b/download/version-4.8.0-beta00007.html
index 38b65aa..9b01d02 100644
--- a/download/version-4.8.0-beta00007.html
+++ b/download/version-4.8.0-beta00007.html
@@ -157,7 +157,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/download/version-4.8.0-beta00008.html b/download/version-4.8.0-beta00008.html
index 8a22cc9..a6a0f7e 100644
--- a/download/version-4.8.0-beta00008.html
+++ b/download/version-4.8.0-beta00008.html
@@ -158,7 +158,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/download/version-4.8.0-beta00009.html b/download/version-4.8.0-beta00009.html
index a3959d2..d50369e 100644
--- a/download/version-4.8.0-beta00009.html
+++ b/download/version-4.8.0-beta00009.html
@@ -161,7 +161,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/download/version-4.8.0-beta00010.html b/download/version-4.8.0-beta00010.html
index 5bfe902..c96e716 100644
--- a/download/version-4.8.0-beta00010.html
+++ b/download/version-4.8.0-beta00010.html
@@ -161,7 +161,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/download/version-4.8.0-beta00011.html b/download/version-4.8.0-beta00011.html
index f8c501e..f49cd3f 100644
--- a/download/version-4.8.0-beta00011.html
+++ b/download/version-4.8.0-beta00011.html
@@ -161,7 +161,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/download/version-4.8.0-beta00012.html b/download/version-4.8.0-beta00012.html
index f99a972..7e68377 100644
--- a/download/version-4.8.0-beta00012.html
+++ b/download/version-4.8.0-beta00012.html
@@ -156,7 +156,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/download/version-4.8.0-beta00013.html b/download/version-4.8.0-beta00013.html
index 1bf54ed..097f516 100644
--- a/download/version-4.8.0-beta00013.html
+++ b/download/version-4.8.0-beta00013.html
@@ -156,7 +156,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/download/version-4.8.0-beta00014.html b/download/version-4.8.0-beta00014.html
index 6d51b96..f2c3741 100644
--- a/download/version-4.8.0-beta00014.html
+++ b/download/version-4.8.0-beta00014.html
@@ -156,7 +156,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/index.html b/index.html
index e2c6c3f..7aeb2c8 100644
--- a/index.html
+++ b/index.html
@@ -177,6 +177,15 @@
               
 <h2 id="about" class="text-center">About the project</h2>
 <p>Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users</p>
+<h3 id="latest-version---lucenenet-480-beta">Latest Version - Lucene.NET 4.8.0 Beta</h3>
+<ul>
+<li>The beta version is extremely stable</li>
+<li>Has more than 7800+ passing unit tests</li>
+<li>Integrates well with .NET 5.0</li>
+<li>Supports .NET Standard 2.0, and .NET Standard 2.1</li>
+<li>Supports with .NET Framework 4.5.1+</li>
+<li>Some developers already use it in production environments</li>
+</ul>
 <h3 id="our-goals">Our Goals</h3>
 <ul>
 <li>Maintain the existing line-by-line port from Java to C#, fully automating and commoditizing the process such that the project can easily synchronize with the Java Lucene release schedule</li>
@@ -220,7 +229,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/manifest.json b/manifest.json
index 39a9274..5a0389b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -53,7 +53,7 @@
       "output": {
         ".html": {
           "relative_path": "contributing/community-links.html",
-          "hash": "pfEbVO5wTGgpl8GGZSzdZw=="
+          "hash": "+JXLZbHA5E/kpc5KoljyIQ=="
         }
       },
       "is_incremental": false,
@@ -65,7 +65,7 @@
       "output": {
         ".html": {
           "relative_path": "contributing/current-status.html",
-          "hash": "UjDynwUYUvIsoXe4eLob5A=="
+          "hash": "1oTuXJ44U3Dlmhz5XAoRbQ=="
         }
       },
       "is_incremental": false,
@@ -77,7 +77,7 @@
       "output": {
         ".html": {
           "relative_path": "contributing/documentation.html",
-          "hash": "ufX5QwyowEcZzLouFVCg4A=="
+          "hash": "i7mojsieifGIvu6QrgJcvw=="
         }
       },
       "is_incremental": false,
@@ -89,7 +89,7 @@
       "output": {
         ".html": {
           "relative_path": "contributing/index.html",
-          "hash": "lH/DwBESsR0lOHv8WKl6Ig=="
+          "hash": "L5Ke/qRYydVUt0nDVy3sPw=="
         }
       },
       "is_incremental": false,
@@ -101,7 +101,7 @@
       "output": {
         ".html": {
           "relative_path": "contributing/issue-tracker.html",
-          "hash": "4pfClGVHBK6n8mOS7J5wmA=="
+          "hash": "PGm0O2cVaCQn38syIcKzRw=="
         }
       },
       "is_incremental": false,
@@ -113,7 +113,7 @@
       "output": {
         ".html": {
           "relative_path": "contributing/mailing-lists.html",
-          "hash": "b2pA4o/DcCwapyaFYcieZQ=="
+          "hash": "B2sCQ4yRo17Q3XwR2QohfQ=="
         }
       },
       "is_incremental": false,
@@ -125,7 +125,7 @@
       "output": {
         ".html": {
           "relative_path": "contributing/make-release.html",
-          "hash": "Op/TSkr2pNvGDDnjXnjxBw=="
+          "hash": "xVBempL0ENbEvGifXUf8YQ=="
         }
       },
       "is_incremental": false,
@@ -137,7 +137,7 @@
       "output": {
         ".html": {
           "relative_path": "contributing/source.html",
-          "hash": "T2WEMfihGzY0Oo4UBJVjsg=="
+          "hash": "ZWjTi+GVdkDsnOZvoT4bhA=="
         }
       },
       "is_incremental": false,
@@ -161,7 +161,7 @@
       "output": {
         ".html": {
           "relative_path": "contributing/versioning.html",
-          "hash": "vD/rydMyN1GehbtiXPwfMA=="
+          "hash": "pFtqEajnR/e/EAWAQ1PaiA=="
         }
       },
       "is_incremental": false,
@@ -173,7 +173,7 @@
       "output": {
         ".html": {
           "relative_path": "contributing/wiki.html",
-          "hash": "WTKZEPFmN890A+rXsFxLdQ=="
+          "hash": "GAgce6tvZuP4FdejJS7uew=="
         }
       },
       "is_incremental": false,
@@ -185,7 +185,7 @@
       "output": {
         ".html": {
           "relative_path": "docs.html",
-          "hash": "W9vmTxVjEdp/5g164OMurg=="
+          "hash": "atlr9QOSWm3gD05FkCDraQ=="
         }
       },
       "is_incremental": false,
@@ -197,7 +197,7 @@
       "output": {
         ".html": {
           "relative_path": "download/download.html",
-          "hash": "CYFurWGBxWR9Rc/xpZl7Yg=="
+          "hash": "qqjBNhUhMWDjUvnG/6jQHQ=="
         }
       },
       "is_incremental": false,
@@ -221,7 +221,7 @@
       "output": {
         ".html": {
           "relative_path": "download/version-2.html",
-          "hash": "aejphj+6zC6nLIng4bfxhg=="
+          "hash": "ZP/yG3pAt6qbr9Eh1mzcxg=="
         }
       },
       "is_incremental": false,
@@ -233,7 +233,7 @@
       "output": {
         ".html": {
           "relative_path": "download/version-3.html",
-          "hash": "1hyX5t1VFa9imdbCYeigOg=="
+          "hash": "S7ePGSsjSPCbL8s+uXCuOg=="
         }
       },
       "is_incremental": false,
@@ -245,7 +245,7 @@
       "output": {
         ".html": {
           "relative_path": "download/version-4.8.0-beta00007.html",
-          "hash": "4W3E8RhFqM71BlC/OCLIXw=="
+          "hash": "e9lqYfSpx3oO6kW+q402Vg=="
         }
       },
       "is_incremental": false,
@@ -257,7 +257,7 @@
       "output": {
         ".html": {
           "relative_path": "download/version-4.8.0-beta00008.html",
-          "hash": "mw9TzBfldtFa8yMDCWmfTg=="
+          "hash": "QwwQbA2s+INoiCJWlj8vhA=="
         }
       },
       "is_incremental": false,
@@ -269,7 +269,7 @@
       "output": {
         ".html": {
           "relative_path": "download/version-4.8.0-beta00009.html",
-          "hash": "+P/u92TunY80jpYes9rIwg=="
+          "hash": "tFTRN5guE+XUug/ZS6Lubw=="
         }
       },
       "is_incremental": false,
@@ -281,7 +281,7 @@
       "output": {
         ".html": {
           "relative_path": "download/version-4.8.0-beta00010.html",
-          "hash": "XIoi+ibW4olENH+7w/M7XQ=="
+          "hash": "h8NBvrddwcrxY9lfLiXUXQ=="
         }
       },
       "is_incremental": false,
@@ -293,7 +293,7 @@
       "output": {
         ".html": {
           "relative_path": "download/version-4.8.0-beta00011.html",
-          "hash": "T2Cqhzgaooc9BNkPIoeZVw=="
+          "hash": "H0o1MpbkEPcnUYg6WjJdyw=="
         }
       },
       "is_incremental": false,
@@ -305,7 +305,7 @@
       "output": {
         ".html": {
           "relative_path": "download/version-4.8.0-beta00012.html",
-          "hash": "O0tXdEjo+BbSE7T0qa/PdQ=="
+          "hash": "3BhWTLLiNrbcXvAW+UG7gg=="
         }
       },
       "is_incremental": false,
@@ -317,7 +317,7 @@
       "output": {
         ".html": {
           "relative_path": "download/version-4.8.0-beta00013.html",
-          "hash": "20z3uOdLbBAZZHvkQX4iPg=="
+          "hash": "0U8bqagLwoft64yMfw1Yhg=="
         }
       },
       "is_incremental": false,
@@ -329,7 +329,7 @@
       "output": {
         ".html": {
           "relative_path": "download/version-4.8.0-beta00014.html",
-          "hash": "9Li8W6aV0kvUED4S082LSA=="
+          "hash": "CdTrWD3uNdK9r9X+FzaNnw=="
         }
       },
       "is_incremental": false,
@@ -341,7 +341,7 @@
       "output": {
         ".html": {
           "relative_path": "index.html",
-          "hash": "trZdvMBYnz9LJBLfWzY8SA=="
+          "hash": "wP9qpxbXQ8MUXs/Z27EmXQ=="
         }
       },
       "is_incremental": false,
@@ -364,7 +364,7 @@
       "output": {
         ".html": {
           "relative_path": "release-notes/version-4.8.0-beta00013.html",
-          "hash": "n5AmnCMTJmPGpJZwfsMO6g=="
+          "hash": "+32YmViIL6xuoedC2cHhvQ=="
         }
       },
       "is_incremental": false,
@@ -376,7 +376,7 @@
       "output": {
         ".html": {
           "relative_path": "release-notes/version-4.8.0-beta00014.html",
-          "hash": "3bh0TTLUA4jiyVfe9cvlDg=="
+          "hash": "bFvRfbsklZMpzve265CVJA=="
         }
       },
       "is_incremental": false,
diff --git a/release-notes/version-4.8.0-beta00013.html b/release-notes/version-4.8.0-beta00013.html
index 695a78d..deace95 100644
--- a/release-notes/version-4.8.0-beta00013.html
+++ b/release-notes/version-4.8.0-beta00013.html
@@ -473,7 +473,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/release-notes/version-4.8.0-beta00014.html b/release-notes/version-4.8.0-beta00014.html
index c8c388c..27edd6d 100644
--- a/release-notes/version-4.8.0-beta00014.html
+++ b/release-notes/version-4.8.0-beta00014.html
@@ -503,7 +503,7 @@
             <span class="pull-right">
               <a href="#top">Back to top</a>
             </span>
-            Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
+            Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
             
           </div>
         </div>
diff --git a/styles/site.css b/styles/site.css
index 407d7b5..5e18908 100644
--- a/styles/site.css
+++ b/styles/site.css
@@ -1,4 +1,4 @@
-/*
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -40,6 +40,10 @@
 #homepage h3 {
   font-weight: 700;
 }
+#homepage ul {
+    margin-bottom:25px
+}
+
 nav.navbar {
   font-family: "Lato", sans-serif;
   font-weight: 400;