You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2020/10/23 07:30:31 UTC

[lucenenet] branch master updated (8c38464 -> 1fcc714)

This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git.


    from 8c38464  IDE0016: use throw expression
     new a93a8ac  add fork me on github2
     new 6c303f0  add fork me on github3
     new f42dc6b  websites/site/lucenetemplate/styles: Added padding to right side of menu to prevent Fork me on GihHub from overlapping it
     new 1fcc714  websites/site/lucenetemplate/partials: Moved forkongithub span to navbar.tmpl.partial to produce valid HTML

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../Templates/LuceneTemplateAssets/styles/main.css | 119 +++++++---
 websites/apidocs/index.md                          |  85 ++++---
 websites/site/contributing/community-links.md      |  37 ++--
 websites/site/contributing/current-status.md       |   8 +-
 websites/site/contributing/documentation.md        | 122 +++++-----
 websites/site/contributing/index.md                |  20 +-
 websites/site/contributing/issue-tracker.md        |   8 +-
 websites/site/contributing/mailing-lists.md        |  17 +-
 websites/site/contributing/make-release.md         |  78 ++++---
 websites/site/contributing/source.md               |  15 +-
 websites/site/contributing/versioning.md           |  17 +-
 websites/site/contributing/wiki.md                 |  10 +-
 websites/site/docs.md                              |  19 +-
 websites/site/download/download.md                 |  21 +-
 websites/site/download/version-2.md                |   9 +-
 websites/site/download/version-3.md                |  11 +-
 websites/site/download/version-4.8.0-beta00007.md  |  23 +-
 websites/site/download/version-4.8.0-beta00008.md  |  25 +--
 websites/site/download/version-4.8.0-beta00009.md  |  25 +--
 websites/site/download/version-4.8.0-beta00010.md  |  25 +--
 websites/site/download/version-4.8.0-beta00011.md  |  25 +--
 websites/site/download/version-4.8.0-beta00012.md  |  23 +-
 websites/site/lucenetemplate/index.html.tmpl       |   1 +
 .../partials/head-content.tmpl.partial             |   2 +-
 .../lucenetemplate/partials/navbar.tmpl.partial    |   1 +
 websites/site/lucenetemplate/styles/main.css       | 114 +++++++---
 websites/site/lucenetemplate/styles/site.css       | 245 +++++++++++++--------
 27 files changed, 641 insertions(+), 464 deletions(-)


[lucenenet] 02/04: add fork me on github3

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit 6c303f02fa2f3adf21f4bd0f215fa7183115bc77
Author: Kevin J <jo...@gmail.com>
AuthorDate: Thu Oct 22 14:23:10 2020 -0500

    add fork me on github3
---
 websites/site/contributing/community-links.md           | 2 --
 websites/site/contributing/current-status.md            | 2 --
 websites/site/contributing/documentation.md             | 2 --
 websites/site/contributing/index.md                     | 2 --
 websites/site/contributing/issue-tracker.md             | 2 --
 websites/site/contributing/mailing-lists.md             | 2 --
 websites/site/contributing/make-release.md              | 2 --
 websites/site/contributing/source.md                    | 2 --
 websites/site/contributing/versioning.md                | 2 --
 websites/site/contributing/wiki.md                      | 2 --
 websites/site/docs.md                                   | 2 --
 websites/site/download/download.md                      | 2 --
 websites/site/download/version-2.md                     | 2 --
 websites/site/download/version-3.md                     | 2 --
 websites/site/download/version-4.8.0-beta00007.md       | 2 --
 websites/site/download/version-4.8.0-beta00008.md       | 2 --
 websites/site/download/version-4.8.0-beta00009.md       | 2 --
 websites/site/download/version-4.8.0-beta00010.md       | 2 --
 websites/site/download/version-4.8.0-beta00011.md       | 2 --
 websites/site/download/version-4.8.0-beta00012.md       | 2 --
 websites/site/lucenetemplate/partials/head.tmpl.partial | 1 +
 21 files changed, 1 insertion(+), 40 deletions(-)

diff --git a/websites/site/contributing/community-links.md b/websites/site/contributing/community-links.md
index ae4c489..d8f3336 100644
--- a/websites/site/contributing/community-links.md
+++ b/websites/site/contributing/community-links.md
@@ -2,8 +2,6 @@
 uid: contributing/community-links
 ---
 
-<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
-
 # Community Links
 
 ---
diff --git a/websites/site/contributing/current-status.md b/websites/site/contributing/current-status.md
index 2693540..6c34e0b 100644
--- a/websites/site/contributing/current-status.md
+++ b/websites/site/contributing/current-status.md
@@ -2,8 +2,6 @@
 uid: contributing/current-status
 ---
 
-<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
-
 # The current status of the Lucene.Net project
 
 ---
diff --git a/websites/site/contributing/documentation.md b/websites/site/contributing/documentation.md
index 5046ea5..b03e1dd 100644
--- a/websites/site/contributing/documentation.md
+++ b/websites/site/contributing/documentation.md
@@ -2,8 +2,6 @@
 uid: contributing/documentation
 ---
 
-<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
-
 # Documentation & Website
 
 ---
diff --git a/websites/site/contributing/index.md b/websites/site/contributing/index.md
index c00321c..e4ff4d3 100644
--- a/websites/site/contributing/index.md
+++ b/websites/site/contributing/index.md
@@ -2,8 +2,6 @@
 uid: contributing
 ---
 
-<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
-
 # Lucene.Net project contributing guide
 
 ---
diff --git a/websites/site/contributing/issue-tracker.md b/websites/site/contributing/issue-tracker.md
index 35e599a..90bb640 100644
--- a/websites/site/contributing/issue-tracker.md
+++ b/websites/site/contributing/issue-tracker.md
@@ -2,8 +2,6 @@
 uid: contributing/issue-tracker
 ---
 
-<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
-
 # Issue Tracker
 
 ---
diff --git a/websites/site/contributing/mailing-lists.md b/websites/site/contributing/mailing-lists.md
index 81162f8..3671a0d 100644
--- a/websites/site/contributing/mailing-lists.md
+++ b/websites/site/contributing/mailing-lists.md
@@ -2,8 +2,6 @@
 uid: contributing/mailing-lists
 ---
 
-<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
-
 # Mailing Lists
 
 Our mailing lists help to keep you informed of the latest activities and discussions in the Lucene.NET community.
diff --git a/websites/site/contributing/make-release.md b/websites/site/contributing/make-release.md
index 4c98986..afea4c7 100644
--- a/websites/site/contributing/make-release.md
+++ b/websites/site/contributing/make-release.md
@@ -2,8 +2,6 @@
 uid: contributing/make-release
 ---
 
-<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
-
 # Making a release of Lucene.Net
 
 > [!NOTE]
diff --git a/websites/site/contributing/source.md b/websites/site/contributing/source.md
index 58ab90d..dfac26c 100644
--- a/websites/site/contributing/source.md
+++ b/websites/site/contributing/source.md
@@ -2,8 +2,6 @@
 
 ---
 
-<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
-
 ## Git repository
 
 Apache Lucene.Net uses git as its source code management system.
diff --git a/websites/site/contributing/versioning.md b/websites/site/contributing/versioning.md
index debb708..bb1d38e 100644
--- a/websites/site/contributing/versioning.md
+++ b/websites/site/contributing/versioning.md
@@ -2,8 +2,6 @@
 uid: contributing/versioning
 ---
 
-<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
-
 # Versioning Procedure Overview
 
 ## Package Version
diff --git a/websites/site/contributing/wiki.md b/websites/site/contributing/wiki.md
index ab8f5e1..d451c6b 100644
--- a/websites/site/contributing/wiki.md
+++ b/websites/site/contributing/wiki.md
@@ -2,8 +2,6 @@
 
 ---
 
-<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
-
 There's a lot of scattered (_but important!_) information on the **[Lucene.Net wiki](https://cwiki.apache.org/confluence/display/LUCENENET/Lucene.Net)**. Quite a few of the links on this website currently link to the wiki but the plan is to migrate all of the relevant & important docs over to this website.
 
 If that's something you think you might want to help out with, see the [Contributing section](xref:contributing) for more info.
diff --git a/websites/site/docs.md b/websites/site/docs.md
index 28f1dc0..fce6bf4 100644
--- a/websites/site/docs.md
+++ b/websites/site/docs.md
@@ -2,8 +2,6 @@
 _disableBreadcrumb: true
 ---
 
-<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
-
 # Lucene.Net Documentation
 
 ---
diff --git a/websites/site/download/download.md b/websites/site/download/download.md
index 6513d08..5a0c6b4 100644
--- a/websites/site/download/download.md
+++ b/websites/site/download/download.md
@@ -2,8 +2,6 @@
 uid: download
 ---
 
-<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
-
 # Download Lucene.Net
 
 ---
diff --git a/websites/site/download/version-2.md b/websites/site/download/version-2.md
index da32ecc..c58a5d1 100644
--- a/websites/site/download/version-2.md
+++ b/websites/site/download/version-2.md
@@ -2,8 +2,6 @@
 uid: download/2
 ---
 
-<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
-
 # Download Lucene.Net 2.9.4
 
 ---
diff --git a/websites/site/download/version-3.md b/websites/site/download/version-3.md
index f745580..67ed214 100644
--- a/websites/site/download/version-3.md
+++ b/websites/site/download/version-3.md
@@ -2,8 +2,6 @@
 uid: download/3
 ---
 
-<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
-
 # Download Lucene.Net 3.0.3
 
 ---
diff --git a/websites/site/download/version-4.8.0-beta00007.md b/websites/site/download/version-4.8.0-beta00007.md
index d3a2ec5..4b5c1f1 100644
--- a/websites/site/download/version-4.8.0-beta00007.md
+++ b/websites/site/download/version-4.8.0-beta00007.md
@@ -2,8 +2,6 @@
 uid: download/4.8.0-beta00007
 ---
 
-<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
-
 # Download Lucene.Net 4.8.0-beta00007
 
 ---
diff --git a/websites/site/download/version-4.8.0-beta00008.md b/websites/site/download/version-4.8.0-beta00008.md
index c325640..d536277 100644
--- a/websites/site/download/version-4.8.0-beta00008.md
+++ b/websites/site/download/version-4.8.0-beta00008.md
@@ -3,8 +3,6 @@ uid: download/4.8.0-beta00008
 version: 4.8.0-beta00008
 ---
 
-<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
-
 # Download Lucene.Net 4.8.0-beta00008
 
 ---
diff --git a/websites/site/download/version-4.8.0-beta00009.md b/websites/site/download/version-4.8.0-beta00009.md
index 632dbd2..f280c8c 100644
--- a/websites/site/download/version-4.8.0-beta00009.md
+++ b/websites/site/download/version-4.8.0-beta00009.md
@@ -3,8 +3,6 @@ uid: download/4.8.0-beta00009
 version: 4.8.0-beta00009
 ---
 
-<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
-
 # Download Lucene.Net 4.8.0-beta00009
 
 ---
diff --git a/websites/site/download/version-4.8.0-beta00010.md b/websites/site/download/version-4.8.0-beta00010.md
index 1debc15..ba1241a 100644
--- a/websites/site/download/version-4.8.0-beta00010.md
+++ b/websites/site/download/version-4.8.0-beta00010.md
@@ -3,8 +3,6 @@ uid: download/4.8.0-beta00010
 version: 4.8.0-beta00010
 ---
 
-<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
-
 # Download Lucene.Net 4.8.0-beta00010
 
 ---
diff --git a/websites/site/download/version-4.8.0-beta00011.md b/websites/site/download/version-4.8.0-beta00011.md
index 603d4e7..a5ae055 100644
--- a/websites/site/download/version-4.8.0-beta00011.md
+++ b/websites/site/download/version-4.8.0-beta00011.md
@@ -3,8 +3,6 @@ uid: download/4.8.0-beta00011
 version: 4.8.0-beta00011
 ---
 
-<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
-
 # Download Lucene.Net 4.8.0-beta00011
 
 ---
diff --git a/websites/site/download/version-4.8.0-beta00012.md b/websites/site/download/version-4.8.0-beta00012.md
index 0acc556..b532f3e 100644
--- a/websites/site/download/version-4.8.0-beta00012.md
+++ b/websites/site/download/version-4.8.0-beta00012.md
@@ -3,8 +3,6 @@ uid: download/4.8.0-beta00012
 version: 4.8.0-beta00012
 ---
 
-<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
-
 # Download Lucene.Net 4.8.0-beta00012
 
 ---
diff --git a/websites/site/lucenetemplate/partials/head.tmpl.partial b/websites/site/lucenetemplate/partials/head.tmpl.partial
index 2a02a27..f3335cd 100644
--- a/websites/site/lucenetemplate/partials/head.tmpl.partial
+++ b/websites/site/lucenetemplate/partials/head.tmpl.partial
@@ -22,3 +22,4 @@
   <link rel="stylesheet" href="/styles/site.css">
 
 </head>
+<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>


[lucenenet] 03/04: websites/site/lucenetemplate/styles: Added padding to right side of menu to prevent Fork me on GihHub from overlapping it

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit f42dc6b31c277c59935d3325f4b3602168c57476
Author: Shad Storhaug <sh...@shadstorhaug.com>
AuthorDate: Fri Oct 23 14:05:47 2020 +0700

    websites/site/lucenetemplate/styles: Added padding to right side of menu to prevent Fork me on GihHub from overlapping it
---
 websites/site/lucenetemplate/styles/main.css | 7 ++++++-
 websites/site/lucenetemplate/styles/site.css | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/websites/site/lucenetemplate/styles/main.css b/websites/site/lucenetemplate/styles/main.css
index 3e6fc5a..52cb883 100644
--- a/websites/site/lucenetemplate/styles/main.css
+++ b/websites/site/lucenetemplate/styles/main.css
@@ -74,6 +74,11 @@ header ul.navbar-nav {
   float: right;
   font-weight: 600;
 }
+@media screen and (min-width: 768px) {
+  header ul.navbar-nav {
+    padding-right: 100px;
+  }	
+}
 
 .sidefilter {
   top: 120px;
@@ -125,7 +130,7 @@ body .toc {
   bottom: 1px;
   top: auto;
 }
-@media screen and (min-width: 800px) {
+@media screen and (min-width: 768px) {
   #forkongithub {
     position: fixed;
     display: block;
diff --git a/websites/site/lucenetemplate/styles/site.css b/websites/site/lucenetemplate/styles/site.css
index 114bfab..709c269 100644
--- a/websites/site/lucenetemplate/styles/site.css
+++ b/websites/site/lucenetemplate/styles/site.css
@@ -209,7 +209,7 @@ pre.clean {
   bottom: 1px;
   top: auto;
 }
-@media screen and (min-width: 800px) {
+@media screen and (min-width: 768px) {
   #forkongithub {
     position: fixed;
     display: block;


[lucenenet] 04/04: websites/site/lucenetemplate/partials: Moved forkongithub span to navbar.tmpl.partial to produce valid HTML

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit 1fcc714ea2f13e078ba0b32b13392729353e0754
Author: Shad Storhaug <sh...@shadstorhaug.com>
AuthorDate: Fri Oct 23 14:17:09 2020 +0700

    websites/site/lucenetemplate/partials: Moved forkongithub span to navbar.tmpl.partial to produce valid HTML
---
 websites/site/lucenetemplate/partials/head.tmpl.partial   | 1 -
 websites/site/lucenetemplate/partials/navbar.tmpl.partial | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/websites/site/lucenetemplate/partials/head.tmpl.partial b/websites/site/lucenetemplate/partials/head.tmpl.partial
index f3335cd..2a02a27 100644
--- a/websites/site/lucenetemplate/partials/head.tmpl.partial
+++ b/websites/site/lucenetemplate/partials/head.tmpl.partial
@@ -22,4 +22,3 @@
   <link rel="stylesheet" href="/styles/site.css">
 
 </head>
-<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
diff --git a/websites/site/lucenetemplate/partials/navbar.tmpl.partial b/websites/site/lucenetemplate/partials/navbar.tmpl.partial
index ab8f519..3f4168b 100644
--- a/websites/site/lucenetemplate/partials/navbar.tmpl.partial
+++ b/websites/site/lucenetemplate/partials/navbar.tmpl.partial
@@ -1,5 +1,6 @@
 {{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
 
+<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
 <nav id="autocollapse" class="navbar ng-scope" role="navigation">
   <div class="container">
     <div class="navbar-header">


[lucenenet] 01/04: add fork me on github2

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit a93a8ac4d32e8add863ca8e281fc19c904f7fc67
Author: Kevin J <jo...@gmail.com>
AuthorDate: Sun Oct 18 17:48:37 2020 -0500

    add fork me on github2
---
 .../Templates/LuceneTemplateAssets/styles/main.css | 119 +++++++---
 websites/apidocs/index.md                          |  85 ++++---
 websites/site/contributing/community-links.md      |  39 ++--
 websites/site/contributing/current-status.md       |  10 +-
 websites/site/contributing/documentation.md        | 124 +++++------
 websites/site/contributing/index.md                |  22 +-
 websites/site/contributing/issue-tracker.md        |  10 +-
 websites/site/contributing/mailing-lists.md        |  19 +-
 websites/site/contributing/make-release.md         |  80 ++++---
 websites/site/contributing/source.md               |  17 +-
 websites/site/contributing/versioning.md           |  19 +-
 websites/site/contributing/wiki.md                 |  10 +-
 websites/site/docs.md                              |  21 +-
 websites/site/download/download.md                 |  23 +-
 websites/site/download/version-2.md                |  11 +-
 websites/site/download/version-3.md                |  13 +-
 websites/site/download/version-4.8.0-beta00007.md  |  25 ++-
 websites/site/download/version-4.8.0-beta00008.md  |  27 +--
 websites/site/download/version-4.8.0-beta00009.md  |  27 +--
 websites/site/download/version-4.8.0-beta00010.md  |  27 +--
 websites/site/download/version-4.8.0-beta00011.md  |  27 +--
 websites/site/download/version-4.8.0-beta00012.md  |  25 ++-
 websites/site/lucenetemplate/index.html.tmpl       |   1 +
 .../partials/head-content.tmpl.partial             |   2 +-
 websites/site/lucenetemplate/styles/main.css       | 109 ++++++---
 websites/site/lucenetemplate/styles/site.css       | 245 +++++++++++++--------
 26 files changed, 674 insertions(+), 463 deletions(-)

diff --git a/websites/apidocs/Templates/LuceneTemplateAssets/styles/main.css b/websites/apidocs/Templates/LuceneTemplateAssets/styles/main.css
index 6f11086..afe27ac 100644
--- a/websites/apidocs/Templates/LuceneTemplateAssets/styles/main.css
+++ b/websites/apidocs/Templates/LuceneTemplateAssets/styles/main.css
@@ -36,12 +36,13 @@
       background-color: #1764AA;
   } */
 
-  .btn-primary:hover {
-    background-color: #1764AA;
+.btn-primary:hover {
+  background-color: #1764aa;
 }
-button, a {
-    color: #1764AA;
-    /* #0095eb */
+button,
+a {
+  color: #1764aa;
+  /* #0095eb */
 }
 button:hover,
 button:focus,
@@ -51,53 +52,111 @@ a:focus {
   text-decoration: none;
 }
 nav.navbar {
-    background-color:white;
-    min-height: 80px;
+  background-color: white;
+  min-height: 80px;
 }
-.navbar-brand  {
-    height:80px;
+.navbar-brand {
+  height: 80px;
 }
-.navbar-header .navbar-brand img {    
-    width:300px;
-    height:55px;
-    margin:10px 10px 10px 0px;
+.navbar-header .navbar-brand img {
+  width: 300px;
+  height: 55px;
+  margin: 10px 10px 10px 0px;
 }
-.navbar-toggle .icon-bar{
-    margin-top: 2px;
-    background-color:#0095eb;
+.navbar-toggle .icon-bar {
+  margin-top: 2px;
+  background-color: #0095eb;
 }
 .navbar-toggle {
-    border-color:#0095eb;
+  border-color: #0095eb;
 }
 header ul.navbar-nav {
-    font-size:1.2em;
-    float:right;
-    font-weight: 600;
+  font-size: 1.2em;
+  float: right;
+  font-weight: 600;
 }
 
 .sidefilter {
-    top:120px; 
+  top: 120px;
 }
 
 .sidetoc {
-    top: 180px;
-    background-color:rgb(247, 247, 247);
+  top: 180px;
+  background-color: rgb(247, 247, 247);
 }
 
 body .toc {
-    background-color:rgb(247, 247, 247);
+  background-color: rgb(247, 247, 247);
 }
 
 .sidefilter {
-    background-color: rgb(247, 247, 247);
+  background-color: rgb(247, 247, 247);
 }
 
 .level0.breadcrumb .level1.breadcrumb {
-    display: inline;
+  display: inline;
 }
 
 .level0.breadcrumb .level1.breadcrumb > li:before {
-    content: "\00a0/";
-    padding: 0 5px;
-    color: #ccc;
-}
\ No newline at end of file
+  content: "\00a0/";
+  padding: 0 5px;
+  color: #ccc;
+}
+
+/* FORK ME ON GITHUB */
+#forkongithub a {
+  background: #1764aa;
+  color: #fff;
+  text-decoration: none;
+  font-family: arial, sans-serif;
+  text-align: center;
+  font-weight: bold;
+  padding: 5px 40px;
+  font-size: 1rem;
+  line-height: 2rem;
+  position: relative;
+  transition: 0.5s;
+}
+#forkongithub a:hover {
+  background: black;
+  color: #fff;
+}
+#forkongithub a::before,
+#forkongithub a::after {
+  content: "";
+  width: 100%;
+  display: block;
+  position: absolute;
+  top: 1px;
+  left: 0;
+  height: 1px;
+  background: #fff;
+}
+#forkongithub a::after {
+  bottom: 1px;
+  top: auto;
+}
+@media screen and (min-width: 800px) {
+  #forkongithub {
+    position: fixed;
+    display: block;
+    top: 0;
+    right: 0;
+    width: 200px;
+    overflow: hidden;
+    height: 200px;
+    z-index: 9999;
+  }
+  #forkongithub a {
+    width: 200px;
+    position: absolute;
+    top: 40px;
+    right: -40px;
+    transform: rotate(45deg);
+    -webkit-transform: rotate(45deg);
+    -ms-transform: rotate(45deg);
+    -moz-transform: rotate(45deg);
+    -o-transform: rotate(45deg);
+    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
+  }
+}
diff --git a/websites/apidocs/index.md b/websites/apidocs/index.md
index 0463cf1..b4a9be9 100644
--- a/websites/apidocs/index.md
+++ b/websites/apidocs/index.md
@@ -3,16 +3,15 @@ title: Lucene.Net Docs - The documentation website for Lucene.Net
 description: The documentation website for Lucene.Net
 ---
 
-Apache Lucene.Net 4.8.0-beta00009 Documentation
-===============
+# Apache Lucene.Net 4.8.0-beta00009 Documentation
 
----------------
+---
 
-Lucene is a _.NET full-text search engine_. Lucene.NET is not a complete application, 
+Lucene is a _.NET full-text search engine_. Lucene.NET is not a complete application,
 but rather a code library and API that can easily be used to add search capabilities
 to applications.
 
-This is the official API documentation for __Apache Lucene.NET 4.8.0-beta00009__.
+This is the official API documentation for **Apache Lucene.NET 4.8.0-beta00009**.
 
 ## Getting Started
 
@@ -23,50 +22,50 @@ on Lucene; and developers looking to become involved in and contribute to the
 development of Lucene. The goal is to help you "get started". It does not go into great depth
 on some of the conceptual or inner details of Lucene:
 
-* [Lucene demo, its usage, and sources](xref:Lucene.Net.Demo): Tutorial and walk-through of the command-line Lucene demo.
-* [Introduction to Lucene's APIs](xref:Lucene.Net): High-level summary of the different Lucene packages.
-* [Analysis overview](xref:Lucene.Net.Analysis): Introduction to Lucene's analysis API. See also the [TokenStream consumer workflow](xref:Lucene.Net.Analysis.TokenStream).
+- [Lucene demo, its usage, and sources](xref:Lucene.Net.Demo): Tutorial and walk-through of the command-line Lucene demo.
+- [Introduction to Lucene's APIs](xref:Lucene.Net): High-level summary of the different Lucene packages.
+- [Analysis overview](xref:Lucene.Net.Analysis): Introduction to Lucene's analysis API. See also the [TokenStream consumer workflow](xref:Lucene.Net.Analysis.TokenStream).
 
 ## Reference Documents
 
-* [Changes](https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0_beta00007): List of changes in this release.
-* System Requirements: Minimum and supported .NET versions. __TODO: Add link__
-* Migration Guide: What changed in Lucene 4; how to migrate code from Lucene 3.x. __TODO: Add link__
-* [File Formats](xref:Lucene.Net.Codecs.Lucene46) : Guide to the supported index format used by Lucene.  This can be customized by using [an alternate codec](xref:Lucene.Net.Codecs).
-* [Search and Scoring in Lucene](xref:Lucene.Net.Search): Introduction to how Lucene scores documents.
-* [Classic Scoring Formula](xref:Lucene.Net.Search.Similarities.TFIDFSimilarity): Formula of Lucene's classic [Vector Space](http://en.wikipedia.org/wiki/Vector_Space_Model) implementation. (look [here](xref:Lucene.Net.Search.Similarities) for other models)
-* [Classic QueryParser Syntax](xref:Lucene.Net.QueryParsers.Classic): Overview of the Classic QueryParser's syntax and features.
+- [Changes](https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0_beta00007): List of changes in this release.
+- System Requirements: Minimum and supported .NET versions. **TODO: Add link**
+- Migration Guide: What changed in Lucene 4; how to migrate code from Lucene 3.x. **TODO: Add link**
+- [File Formats](xref:Lucene.Net.Codecs.Lucene46) : Guide to the supported index format used by Lucene. This can be customized by using [an alternate codec](xref:Lucene.Net.Codecs).
+- [Search and Scoring in Lucene](xref:Lucene.Net.Search): Introduction to how Lucene scores documents.
+- [Classic Scoring Formula](xref:Lucene.Net.Search.Similarities.TFIDFSimilarity): Formula of Lucene's classic [Vector Space](http://en.wikipedia.org/wiki/Vector_Space_Model) implementation. (look [here](xref:Lucene.Net.Search.Similarities) for other models)
+- [Classic QueryParser Syntax](xref:Lucene.Net.QueryParsers.Classic): Overview of the Classic QueryParser's syntax and features.
 
 ## Libraries
 
-* <xref:Lucene.Net> - Core library
-* <xref:Lucene.Net.Analysis.Common> - Analyzers for indexing content in different languages and domains
-* [Lucene.Net.Analysis.Kuromoji](xref:Lucene.Net.Analysis.Ja) - Japanese Morphological Analyzer
-* <xref:Lucene.Net.Analysis.Morfologik> - Analyzer for dictionary stemming, built-in Polish dictionary
-* <xref:Lucene.Net.Analysis.OpenNlp> - OpenNLP Library Integration
-* <xref:Lucene.Net.Analysis.Phonetic> - Analyzer for indexing phonetic signatures (for sounds-alike search)
-* [Lucene.Net.Analysis.SmartCn](xref:Lucene.Net.Analysis.Cn.Smart) - Analyzer for indexing Chinese
-* <xref:Lucene.Net.Analysis.Stempel> - Analyzer for indexing Polish
-* [Lucene.Net.Benchmark](xref:Lucene.Net.Benchmarks) - System for benchmarking Lucene
-* <xref:Lucene.Net.Classification> - Classification module for Lucene
-* <xref:Lucene.Net.Codecs> - Lucene codecs and postings formats
-* [Lucene.Net.Expressions](xref:Lucene.Net.Expressions) - Dynamically computed values to sort/facet/search on based on a pluggable grammar
-* [Lucene.Net.Facet](xref:Lucene.Net.Facet) - Faceted indexing and search capabilities
-* <xref:Lucene.Net.Grouping> - Collectors for grouping search results
-* <xref:Lucene.Net.Search.Highlight> - Highlights search keywords in results
-* <xref:Lucene.Net.Analysis.Icu> - Specialized ICU (International Components for Unicode) Analyzers and Highlighters
-* <xref:Lucene.Net.Join> - Index-time and Query-time joins for normalized content
-* [Lucene.Net.Memory](xref:Lucene.Net.Index.Memory) - Single-document in-memory index implementation
-* <xref:Lucene.Net.Misc> - Index tools and other miscellaneous code
-* <xref:Lucene.Net.Queries> - Filters and Queries that add to core Lucene
-* <xref:Lucene.Net.QueryParser> - Text to Query parsers and parsing framework
-* <xref:Lucene.Net.Replicator>  Files replication utility
-* <xref:Lucene.Net.Sandbox> - Various third party contributions and new ideas
-* [Lucene.Net.Spatial](xref:Lucene.Net.Spatial) - Geospatial search
-* <xref:Lucene.Net.Suggest> - Auto-suggest and Spell-checking support
-* <xref:Lucene.Net.TestFramework> - Framework for testing Lucene-based applications
+- <xref:Lucene.Net> - Core library
+- <xref:Lucene.Net.Analysis.Common> - Analyzers for indexing content in different languages and domains
+- [Lucene.Net.Analysis.Kuromoji](xref:Lucene.Net.Analysis.Ja) - Japanese Morphological Analyzer
+- <xref:Lucene.Net.Analysis.Morfologik> - Analyzer for dictionary stemming, built-in Polish dictionary
+- <xref:Lucene.Net.Analysis.OpenNlp> - OpenNLP Library Integration
+- <xref:Lucene.Net.Analysis.Phonetic> - Analyzer for indexing phonetic signatures (for sounds-alike search)
+- [Lucene.Net.Analysis.SmartCn](xref:Lucene.Net.Analysis.Cn.Smart) - Analyzer for indexing Chinese
+- <xref:Lucene.Net.Analysis.Stempel> - Analyzer for indexing Polish
+- [Lucene.Net.Benchmark](xref:Lucene.Net.Benchmarks) - System for benchmarking Lucene
+- <xref:Lucene.Net.Classification> - Classification module for Lucene
+- <xref:Lucene.Net.Codecs> - Lucene codecs and postings formats
+- [Lucene.Net.Expressions](xref:Lucene.Net.Expressions) - Dynamically computed values to sort/facet/search on based on a pluggable grammar
+- [Lucene.Net.Facet](xref:Lucene.Net.Facet) - Faceted indexing and search capabilities
+- <xref:Lucene.Net.Grouping> - Collectors for grouping search results
+- <xref:Lucene.Net.Search.Highlight> - Highlights search keywords in results
+- <xref:Lucene.Net.Analysis.Icu> - Specialized ICU (International Components for Unicode) Analyzers and Highlighters
+- <xref:Lucene.Net.Join> - Index-time and Query-time joins for normalized content
+- [Lucene.Net.Memory](xref:Lucene.Net.Index.Memory) - Single-document in-memory index implementation
+- <xref:Lucene.Net.Misc> - Index tools and other miscellaneous code
+- <xref:Lucene.Net.Queries> - Filters and Queries that add to core Lucene
+- <xref:Lucene.Net.QueryParser> - Text to Query parsers and parsing framework
+- <xref:Lucene.Net.Replicator> Files replication utility
+- <xref:Lucene.Net.Sandbox> - Various third party contributions and new ideas
+- [Lucene.Net.Spatial](xref:Lucene.Net.Spatial) - Geospatial search
+- <xref:Lucene.Net.Suggest> - Auto-suggest and Spell-checking support
+- <xref:Lucene.Net.TestFramework> - Framework for testing Lucene-based applications
 
 ### Tools
 
-* [Lucene CLI](cli/index.html): Dotnet tool to work with Lucene indexes from the command line
-* [Demo](xref:Lucene.Net.Demo): Simple example code
+- [Lucene CLI](cli/index.html): Dotnet tool to work with Lucene indexes from the command line
+- [Demo](xref:Lucene.Net.Demo): Simple example code
diff --git a/websites/site/contributing/community-links.md b/websites/site/contributing/community-links.md
index 3a7d63a..ae4c489 100644
--- a/websites/site/contributing/community-links.md
+++ b/websites/site/contributing/community-links.md
@@ -1,41 +1,42 @@
 ---
 uid: contributing/community-links
 ---
-Community Links
-===============
 
----------------
+<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
+
+# Community Links
+
+---
 
 ## Blog Posts
 
 Here are some great posts from the Lucene.Net community:
 
-### [Full Text Search with Lucene.Net](https://www.elbisch.ch/2019/05/31/full-text-search-for-database-entities-with-lucene-net/) 
+### [Full Text Search with Lucene.Net](https://www.elbisch.ch/2019/05/31/full-text-search-for-database-entities-with-lucene-net/)
 
-A very detailed how-to guide for working with Lucene.Net. 
+A very detailed how-to guide for working with Lucene.Net.
 
 > "This is one of the best posts I have ever seen about Lucene.NET"
 
-
 ### Introductory Lucene.Net Series
 
 An excellent introductory series from [Simone Chiaretta](http://codeclimber.net.nz/)
 
-* [How to get started with Lucene.Net](http://codeclimber.net.nz/archive/2009/08/27/how-to-get-started-with-lucene.net.aspx)
-* [The Main Concepts](http://codeclimber.net.nz/archive/2009/08/31/lucene.net-the-main-concepts.aspx)
-* [Your First Application](http://codeclimber.net.nz/archive/2009/09/02/lucene.net-your-first-application.aspx)
-* [Dissecting Storage Documents and Fields](http://codeclimber.net.nz/archive/2009/09/04/dissecting-lucene.net-storage-documents-and-fields.aspx)
-* [Lucene - or how I stopped worrying and learned to love unstructured data](http://codeclimber.net.nz/archive/2009/09/08/lucene-or-how-i-stopped-worrying-and-learned-to.aspx)
-* [How Subtext Lucene.Net index is structured](http://codeclimber.net.nz/archive/2009/09/10/how-subtext-lucene.net-index-is-structured.aspx)
+- [How to get started with Lucene.Net](http://codeclimber.net.nz/archive/2009/08/27/how-to-get-started-with-lucene.net.aspx)
+- [The Main Concepts](http://codeclimber.net.nz/archive/2009/08/31/lucene.net-the-main-concepts.aspx)
+- [Your First Application](http://codeclimber.net.nz/archive/2009/09/02/lucene.net-your-first-application.aspx)
+- [Dissecting Storage Documents and Fields](http://codeclimber.net.nz/archive/2009/09/04/dissecting-lucene.net-storage-documents-and-fields.aspx)
+- [Lucene - or how I stopped worrying and learned to love unstructured data](http://codeclimber.net.nz/archive/2009/09/08/lucene-or-how-i-stopped-worrying-and-learned-to.aspx)
+- [How Subtext Lucene.Net index is structured](http://codeclimber.net.nz/archive/2009/09/10/how-subtext-lucene.net-index-is-structured.aspx)
 
 ### Other posts
 
-* [Lazily setting the SetMultiTermRewriteMethod](https://shazwazza.com/post/how-to-set-rewrite-method-on-queries-lazily-in-lucene/)
-  * How-to guide on lazily setting the rewrite method of the query parser instead of eagerly since you may not know it is required until the query is built.
-* [Spatial Search with Lucene.Net and Examine](https://shazwazza.com/post/spatial-search-with-examine-and-lucene/)
-  * How-to guide on implementing geo spatial search with Lucene.Net in the context of using [Examine](https://github.com/shazwazza/examine) to manage Lucene.Net.
-* [Implementing Search in Blazor WebAssembly with Lucene.Net](https://www.aaron-powell.com/posts/2019-11-29-implementing-search-in-blazor-webassembly-with-lucenenet/)
-  * How-to guide on setting up Lucene.Net to work with [Blazor WebAssembly](https://docs.microsoft.com/en-gb/aspnet/core/blazor/?view=aspnetcore-3.0&WT.mc_id=aaronpowell-blog-aapowell#blazor-webassembly).
+- [Lazily setting the SetMultiTermRewriteMethod](https://shazwazza.com/post/how-to-set-rewrite-method-on-queries-lazily-in-lucene/)
+  - How-to guide on lazily setting the rewrite method of the query parser instead of eagerly since you may not know it is required until the query is built.
+- [Spatial Search with Lucene.Net and Examine](https://shazwazza.com/post/spatial-search-with-examine-and-lucene/)
+  - How-to guide on implementing geo spatial search with Lucene.Net in the context of using [Examine](https://github.com/shazwazza/examine) to manage Lucene.Net.
+- [Implementing Search in Blazor WebAssembly with Lucene.Net](https://www.aaron-powell.com/posts/2019-11-29-implementing-search-in-blazor-webassembly-with-lucenenet/)
+  - How-to guide on setting up Lucene.Net to work with [Blazor WebAssembly](https://docs.microsoft.com/en-gb/aspnet/core/blazor/?view=aspnetcore-3.0&WT.mc_id=aaronpowell-blog-aapowell#blazor-webassembly).
 
 ## Lucene.Net projects
 
@@ -43,7 +44,7 @@ Here are some great projects built with Lucene.Net:
 
 ### [Examine](https://github.com/shazwazza/examine)
 
-Examine is a managed abstraction around Lucene.Net. It provides a fluent search API and handles all of the underlying Lucene.Net objects for you. 
+Examine is a managed abstraction around Lucene.Net. It provides a fluent search API and handles all of the underlying Lucene.Net objects for you.
 
 ### [Azure Directory](https://github.com/azure-contrib/AzureDirectory)
 
diff --git a/websites/site/contributing/current-status.md b/websites/site/contributing/current-status.md
index dff3a88..2693540 100644
--- a/websites/site/contributing/current-status.md
+++ b/websites/site/contributing/current-status.md
@@ -1,13 +1,15 @@
 ---
 uid: contributing/current-status
 ---
-The current status of the Lucene.Net project
-===============
 
----------------
+<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
+
+# The current status of the Lucene.Net project
+
+---
 
 Working toward Lucene.Net 4.8.0 (currently in BETA)
 
 Latest Stable Version: Lucene.Net 3.0.3
 
-[https://cwiki.apache.org/confluence/display/LUCENENET/Current+Status](https://cwiki.apache.org/confluence/display/LUCENENET/Current+Status)
\ No newline at end of file
+[https://cwiki.apache.org/confluence/display/LUCENENET/Current+Status](https://cwiki.apache.org/confluence/display/LUCENENET/Current+Status)
diff --git a/websites/site/contributing/documentation.md b/websites/site/contributing/documentation.md
index f3f0e6a..5046ea5 100644
--- a/websites/site/contributing/documentation.md
+++ b/websites/site/contributing/documentation.md
@@ -1,10 +1,12 @@
 ---
 uid: contributing/documentation
 ---
-Documentation & Website
-===============
 
----------------
+<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
+
+# Documentation & Website
+
+---
 
 _Details about this website and the API documentation site and how to help contribute to them_
 
@@ -18,100 +20,98 @@ To submit changes for the website, create a Pull Request to the [Lucene Git repo
 
 ### Build script
 
-To build the website and run it on your machine, run the powershell script: `/websites/site/site.ps1`. You don't have to pass any parameters in and it will build the site and host it at [http://localhost:8080](http://localhost:8080). 
+To build the website and run it on your machine, run the powershell script: `/websites/site/site.ps1`. You don't have to pass any parameters in and it will build the site and host it at [http://localhost:8080](http://localhost:8080).
 
 The script has 2 optional parameters:
 
-* `-ServeDocs` _(default is 1)_ The value of `1` means it will build the docs and host the site, if `0` is specified, it will build the static site to be hosted elsewhere.
-* `-Clean` _(default is 0)_ The value of `1` means that 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 occuring with the incremental build.
+- `-ServeDocs` _(default is 1)_ The value of `1` means it will build the docs and host the site, if `0` is specified, it will build the static site to be hosted elsewhere.
+- `-Clean` _(default is 0)_ The value of `1` means that 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 occuring with the incremental build.
 
 ### File/folder structure
 
 The file/folder structure is within `/websites/site`:
 
-* `site.ps1` - the build script
-* `docfx.json` - the DocFx configuration file _(see docfx manual for further info)_
-* `lucenetemplate/*` - the custom template files to style the website
-* `*.md` - the root site content such as the index and download pages
-* `toc.yml` - these files determine the menu structures _(see docfx manual for further info)_
-* `contributing/*` - the Contributing section
-* `tools/*` - during the build process some tools will be downloaded which are stored here
-* `_site` - this is the exported static site that is generated
+- `site.ps1` - the build script
+- `docfx.json` - the DocFx configuration file _(see docfx manual for further info)_
+- `lucenetemplate/*` - the custom template files to style the website
+- `*.md` - the root site content such as the index and download pages
+- `toc.yml` - these files determine the menu structures _(see docfx manual for further info)_
+- `contributing/*` - the Contributing section
+- `tools/*` - during the build process some tools will be downloaded which are stored here
+- `_site` - this is the exported static site that is generated
 
 ### Deploy the website
 
-* The website is deployed via git
-* Checkout the Git repo that hosts the documentation: https://github.com/apache/lucenenet-site/tree/asf-site _(ensure you have `asf-site` branch checked out, not `master`)_
-* Copy the build output of the website to the root. The build output will be all of the files in the `/websites/site/_site` in your main lucene.net checked out Git repository. 
-* Commit and push these changes
-* 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. 
+- The website is deployed via git
+- Checkout the Git repo that hosts the documentation: https://github.com/apache/lucenenet-site/tree/asf-site _(ensure you have `asf-site` branch checked out, not `master`)_
+- Copy the build output of the website to the root. The build output will be all of the files in the `/websites/site/_site` in your main lucene.net checked out Git repository.
+- Commit and push these changes
+- 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.
 
 ## API Docs
 
 ### Build script
 
-To build the api docs and run it on your machine, run the powershell script: `/websites/apidocs/docs.ps1`. You don't have to pass any parameters in and it will build the site and host it at [http://localhost:8080](http://localhost:8080). 
+To build the api docs and run it on your machine, run the powershell script: `/websites/apidocs/docs.ps1`. You don't have to pass any parameters in and it will build the site and host it at [http://localhost:8080](http://localhost:8080).
 
 The script has 3 parameters:
 
-* `-LuceneNetVersion` _(mandatory)_ This is the Lucene.Net version including pre-release information that is being built. For example: `4.8.0-beta00008`. _(This value will correspond to the folder and branch name where the docs get hosted, see below)_
-* `-ServeDocs` _(default is 1)_ The value of `1` means it will build the docs and host the site, if `0` is specified, it will build the static site to be hosted elsewhere.
-* `-Clean` _(default is 0)_ The value of `1` means that 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 occuring with the incremental build.
+- `-LuceneNetVersion` _(mandatory)_ This is the Lucene.Net version including pre-release information that is being built. For example: `4.8.0-beta00008`. _(This value will correspond to the folder and branch name where the docs get hosted, see below)_
+- `-ServeDocs` _(default is 1)_ The value of `1` means it will build the docs and host the site, if `0` is specified, it will build the static site to be hosted elsewhere.
+- `-Clean` _(default is 0)_ The value of `1` means that 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 occuring with the incremental build.
 
 ### File/folder structure
 
 The file/folder structure is within `/websites/apidocs`:
 
-* `docs.ps1` - the build script
-* `docfx.json` - the DocFx configuration file _(see docfx manual for further info)_
-* `lucenetemplate/*` - the custom template files to style the website
-* `*.md` - the root site content such as the index and download pages
-* `toc.yml` - these files determine the menu structures _(see docfx manual for further info)_
-* `tools/*` - during the build process some tools will be downloaded which are stored here
-* `_site` - this is the exported static site that is generated
+- `docs.ps1` - the build script
+- `docfx.json` - the DocFx configuration file _(see docfx manual for further info)_
+- `lucenetemplate/*` - the custom template files to style the website
+- `*.md` - the root site content such as the index and download pages
+- `toc.yml` - these files determine the menu structures _(see docfx manual for further info)_
+- `tools/*` - during the build process some tools will be downloaded which are stored here
+- `_site` - this is the exported static site that is generated
 
 ### Process overview
 
-The documentation generation is a complex process because it needs to convert the Java Lucene project's documentation into a usable format to produce the output Lucene.Net's documentation. 
+The documentation generation is a complex process because it needs to convert the Java Lucene project's documentation into a usable format to produce the output Lucene.Net's documentation.
 
 The process overview is:
 
-* Use the `JavaDocToMarkdownConverter` project within the `DocumentationTools.sln` solution to run the conversion of the Java Lucene projects docs into a useable format for DocFx. This tool takes uses a release tag output of the Java Lucene project as it's source to convert against the Lucene.Net's source. 
-* Run the documentation build script to produce the documentation site
-* Publish the output to the [`lucenenet-site`](https://github.com/apache/lucenenet-site) repository into a correpsonding named version directory
+- Use the `JavaDocToMarkdownConverter` project within the `DocumentationTools.sln` solution to run the conversion of the Java Lucene projects docs into a useable format for DocFx. This tool takes uses a release tag output of the Java Lucene project as it's source to convert against the Lucene.Net's source.
+- Run the documentation build script to produce the documentation site
+- Publish the output to the [`lucenenet-site`](https://github.com/apache/lucenenet-site) repository into a correpsonding named version directory
 
 We don't want to manually change the converted resulting markdown files (`.md`) because they would get overwritten again when the conversion process is re-executed. Therefore to fix any formatting issues or customized output of the project docs, these customizations/fixes/tweaks are built directly into the conversion process itself in the `JavaDocToMarkdownConverter.csproj` project.
 
 ### Building the docs
 
-* Checkout the Lucene.Net release tag to build the docs against
-* Execute the `./src/docs/convert.ps1` script and enter the current Lucene version to convert from. 
-  * For example, for Lucene.Net 4.8.0 we are converting from the Java Lucene build release of ["4.8.1"](https://github.com/apache/lucene-solr/releases/tag/releases%2Flucene-solr%2F4.8.1) so in this case enter: 4.8.1 at the prompt or call the whole script like `./src/docs/convert.ps1 -JavaLuceneVersion 4.8.1`
-  * This script will download and extract the Java Lucene release files, build the `DocumentationTools.sln` solution and execute the `JavaDocToMarkdownConverter.exe`
-* Review and commit the files changed
-  * Many times there will just be whitespace changes in the files especially if this process has been executed before for the same source/destination version.
-  * If this is a new source/destination version there will be a **lot** of file changes, at least one file per folder.
-  * If there are formatting issues or irregularities in the converted output then these will need to be addressed by making changes to the conversion tool itself `JavaDocToMarkdownConverter.csproj` (generally only needed for new major version releases)
-* Execute the `./websites/apidocs/docs.ps1` script to build and serve the api docs website locally for testing.
-  * Example: `./websites/apidocs/docs.ps1 -LuceneNetVersion 4.8.0-beta00008`
-  * will serve a website on [http://localhost:8080](http://localhost:8080)
-  * It will take quite a while (approx 10 minutes) to build
-  
+- Checkout the Lucene.Net release tag to build the docs against
+- Execute the `./src/docs/convert.ps1` script and enter the current Lucene version to convert from.
+  - For example, for Lucene.Net 4.8.0 we are converting from the Java Lucene build release of ["4.8.1"](https://github.com/apache/lucene-solr/releases/tag/releases%2Flucene-solr%2F4.8.1) so in this case enter: 4.8.1 at the prompt or call the whole script like `./src/docs/convert.ps1 -JavaLuceneVersion 4.8.1`
+  - This script will download and extract the Java Lucene release files, build the `DocumentationTools.sln` solution and execute the `JavaDocToMarkdownConverter.exe`
+- Review and commit the files changed
+  - Many times there will just be whitespace changes in the files especially if this process has been executed before for the same source/destination version.
+  - If this is a new source/destination version there will be a **lot** of file changes, at least one file per folder.
+  - If there are formatting issues or irregularities in the converted output then these will need to be addressed by making changes to the conversion tool itself `JavaDocToMarkdownConverter.csproj` (generally only needed for new major version releases)
+- Execute the `./websites/apidocs/docs.ps1` script to build and serve the api docs website locally for testing.
+  - Example: `./websites/apidocs/docs.ps1 -LuceneNetVersion 4.8.0-beta00008`
+  - will serve a website on [http://localhost:8080](http://localhost:8080)
+  - It will take quite a while (approx 10 minutes) to build
 
 ### Publishing the docs
 
-* Checkout the Git repo that hosts the documentation: https://github.com/apache/lucenenet-site/tree/asf-site _(ensure you have `asf-site` branch checked out, not `master`)_
-* Create a new folder in this repo: `/docs/[Version]`, for example: `/docs/4.8.0-beta00008`
-* Copy the build output of the documentation site to this new folder. The build output will be all of the files in the `/websites/apidocs/_site` in your main lucene.net checked out Git repository. 
-* Commit and push these changes
-* 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. 
-* Next the website needs updating which is a manual process currently:
-  * In the `/websites/site/download` 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. 
-  * Ensure the correct version number is listed in the header and the nuget download snippet.
-  * Update the `Status` and `Released` heading information. 
-  * Ensure the download links are correct.
-  * Update the `/websites/site/download/toc.yml` and `/websites/site/download/download.md` files to include a reference to the new page which should maintain descending version order.
-  * Update the `/websites/site/docs.md` file and add a link to the new documentation for the current version which should maintain descending version order.
-  * [Build the website](#website) and test locally, then deploy the changes
-* Once the website is committed/pushed, the last step is to create a named branch on the main [`lucenenet`](https://github.com/apache/lucenenet) repository with the name: `docs/[Version]`, for example `docs/4.8.0-beta00008` based on commit of the latest (if any) changes made to the docs in the `lucenenet` repository on the main branch. This branch is used for linking to on the API docs "Improve this Doc" button.  
-  
+- Checkout the Git repo that hosts the documentation: https://github.com/apache/lucenenet-site/tree/asf-site _(ensure you have `asf-site` branch checked out, not `master`)_
+- Create a new folder in this repo: `/docs/[Version]`, for example: `/docs/4.8.0-beta00008`
+- Copy the build output of the documentation site to this new folder. The build output will be all of the files in the `/websites/apidocs/_site` in your main lucene.net checked out Git repository.
+- Commit and push these changes
+- 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.
+- Next the website needs updating which is a manual process currently:
+  - In the `/websites/site/download` 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.
+  - Ensure the correct version number is listed in the header and the nuget download snippet.
+  - Update the `Status` and `Released` heading information.
+  - Ensure the download links are correct.
+  - Update the `/websites/site/download/toc.yml` and `/websites/site/download/download.md` files to include a reference to the new page which should maintain descending version order.
+  - Update the `/websites/site/docs.md` file and add a link to the new documentation for the current version which should maintain descending version order.
+  - [Build the website](#website) and test locally, then deploy the changes
+- Once the website is committed/pushed, the last step is to create a named branch on the main [`lucenenet`](https://github.com/apache/lucenenet) repository with the name: `docs/[Version]`, for example `docs/4.8.0-beta00008` based on commit of the latest (if any) changes made to the docs in the `lucenenet` repository on the main branch. This branch is used for linking to on the API docs "Improve this Doc" button.
diff --git a/websites/site/contributing/index.md b/websites/site/contributing/index.md
index e3202fc..c00321c 100644
--- a/websites/site/contributing/index.md
+++ b/websites/site/contributing/index.md
@@ -1,16 +1,18 @@
 ---
 uid: contributing
 ---
-Lucene.Net project contributing guide
-===============
 
----------------
+<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
+
+# Lucene.Net project contributing guide
+
+---
 
 ## Getting involved
 
 _There are lots ways to help contribute to the Lucene.Net project!_
 
-Lucene.Net is a very large project (over 400,000 executable lines of code and nearly 1,000,000 lines of text total) and we welcome any and all help to maintain such an effort. 
+Lucene.Net is a very large project (over 400,000 executable lines of code and nearly 1,000,000 lines of text total) and we welcome any and all help to maintain such an effort.
 
 ### Write a blog post
 
@@ -28,21 +30,21 @@ Alternatively, you can get help via [StackOverflow](https://stackoverflow.com/qu
 
 Please do not submit general how-to questions to GitHub, use GitHub Issues for bug reports and tasks only.
 
-see __[mailing lists](xref:contributing/mailing-lists)__ 
+see **[mailing lists](xref:contributing/mailing-lists)**
 
 ### Start a Discussion
 
-To start a development discussion regarding technical features of Lucene.Net, please email the Apache Lucene.Net-Developer mailing list by sending a message to: 
+To start a development discussion regarding technical features of Lucene.Net, please email the Apache Lucene.Net-Developer mailing list by sending a message to:
 
 [dev@lucenenet.apache.org](mailto:dev@lucenenet.apache.org)
 
 We recommend you join both the [user and dev mailing lists](https://cwiki.apache.org/confluence/display/LUCENENET/Mailing+Lists) to stay looped in to all user and developer discussions.
 
-see __[mailing lists](xref:contributing/mailing-lists)__ 
+see **[mailing lists](xref:contributing/mailing-lists)**
 
 ### Website and Documentation
 
-Help with keeping this website and documentation up to date would be a great help. It would be great to migrate/consolidate a lot of the important information from the wiki to this website. See __[website and documentation](xref:contributing/documentation)__ for more information about contributing to this area.
+Help with keeping this website and documentation up to date would be a great help. It would be great to migrate/consolidate a lot of the important information from the wiki to this website. See **[website and documentation](xref:contributing/documentation)** for more information about contributing to this area.
 
 ### Report a Bug
 
@@ -50,8 +52,8 @@ To report a bug, please use the [GitHub issue tracker](xref:contributing/issue-t
 
 ### Submit a Pull Request
 
-First have a look at the __[Current Status](xref:contributing/current-status)__ of the project to see where things are at.
+First have a look at the **[Current Status](xref:contributing/current-status)** of the project to see where things are at.
 
 There's a [detailed contribution guide here](https://github.com/apache/lucenenet/blob/master/CONTRIBUTING.md). _(it would be good to migrate this guide to this website)_
 
-And another guide is here about all the basics of getting started with the repo and how we prefer to receive pull requests [Git Setup and Pull Requests](https://cwiki.apache.org/confluence/display/LUCENENET/Git+Setup+and+Pull+Requests)
\ No newline at end of file
+And another guide is here about all the basics of getting started with the repo and how we prefer to receive pull requests [Git Setup and Pull Requests](https://cwiki.apache.org/confluence/display/LUCENENET/Git+Setup+and+Pull+Requests)
diff --git a/websites/site/contributing/issue-tracker.md b/websites/site/contributing/issue-tracker.md
index e1c09f2..35e599a 100644
--- a/websites/site/contributing/issue-tracker.md
+++ b/websites/site/contributing/issue-tracker.md
@@ -1,9 +1,11 @@
 ---
 uid: contributing/issue-tracker
 ---
-Issue Tracker
-===============
 
----------------
+<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
 
-Follow what we are working on, help us by submitting patches, or submit your own enhancement or bug requests at our issue tracker: __[Lucene.NET GitHub](https://github.com/apache/lucenenet/issues)__
\ No newline at end of file
+# Issue Tracker
+
+---
+
+Follow what we are working on, help us by submitting patches, or submit your own enhancement or bug requests at our issue tracker: **[Lucene.NET GitHub](https://github.com/apache/lucenenet/issues)**
diff --git a/websites/site/contributing/mailing-lists.md b/websites/site/contributing/mailing-lists.md
index 209cacc..81162f8 100644
--- a/websites/site/contributing/mailing-lists.md
+++ b/websites/site/contributing/mailing-lists.md
@@ -2,14 +2,15 @@
 uid: contributing/mailing-lists
 ---
 
-Mailing Lists
-===============
+<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
 
-Our mailing lists help to keep you informed of the latest activities and discussions in the Lucene.NET community. 
+# Mailing Lists
 
-> Please subscribe to a mailing list **before** attempting to email to it, otherwise your query may be delayed and you may not be notified when there is a response. 
+Our mailing lists help to keep you informed of the latest activities and discussions in the Lucene.NET community.
 
----------------
+> Please subscribe to a mailing list **before** attempting to email to it, otherwise your query may be delayed and you may not be notified when there is a response.
+
+---
 
 ### Developers <small>(dev@lucenenet.apache.org)</small>
 
@@ -17,7 +18,7 @@ The developers mailing list is used to discuss the technical future of Lucene.Ne
 
 _To subscribe to this mailing list, send an email to [dev-subscribe@lucenenet.apache.org](mailto:dev-subscribe@lucenenet.apache.org). To unsubscribe, send an email to [dev-unsubscribe@lucenenet.apache.org](mailto:dev-unsubscribe@lucenenet.apache.org)._
 
-__[Dev Archive](https://lists.apache.org/list.html?dev@lucenenet.apache.org)__
+**[Dev Archive](https://lists.apache.org/list.html?dev@lucenenet.apache.org)**
 
 ### Users <small>(user@lucenenet.apache.org)</small>
 
@@ -25,7 +26,7 @@ A list for general how-to questions and getting help from the community. Most (i
 
 _To subscribe to this mailing list, send an email to [user-subscribe@lucenenet.apache.org](mailto:user-subscribe@lucenenet.apache.org). To unsubscribe, send an email to [user-unsubscribe@lucenenet.apache.org](mailto:user-unsubscribe@lucenenet.apache.org)._
 
-__[User Archive](https://lists.apache.org/list.html?user@lucenenet.apache.org)__
+**[User Archive](https://lists.apache.org/list.html?user@lucenenet.apache.org)**
 
 ### Commits <small>(commits@lucenenet.apache.org)</small>
 
@@ -33,7 +34,7 @@ To be notified of all source code submits to our repository.
 
 _To subscribe to this mailing list, send an email to [commits-subscribe@lucenenet.apache.org](mailto:commits-subscribe@lucenenet.apache.org). To unsubscribe, send an email to [commits-unsubscribe@lucenenet.apache.org](mailto:commits-unsubscribe@lucenenet.apache.org)._
 
-__[Commit Archive](https://lists.apache.org/list.html?commits@lucenenet.apache.org)__
+**[Commit Archive](https://lists.apache.org/list.html?commits@lucenenet.apache.org)**
 
 ### Builds <small>(builds@lucenenet.apache.org)</small>
 
@@ -41,4 +42,4 @@ To be notified of all nightly and release builds of Lucene.NET.
 
 _To subscribe to this mailing list, send an email to [builds-subscribe@lucenenet.apache.org](mailto:builds-subscribe@lucenenet.apache.org). To unsubscribe, send an email to [builds-unsubscribe@lucenenet.apache.org](mailto:builds-unsubscribe@lucenenet.apache.org)._
 
-__[Builds Archive](https://lists.apache.org/list.html?builds@lucenenet.apache.org)__
\ No newline at end of file
+**[Builds Archive](https://lists.apache.org/list.html?builds@lucenenet.apache.org)**
diff --git a/websites/site/contributing/make-release.md b/websites/site/contributing/make-release.md
index e3109f7..4c98986 100644
--- a/websites/site/contributing/make-release.md
+++ b/websites/site/contributing/make-release.md
@@ -1,15 +1,17 @@
 ---
 uid: contributing/make-release
 ---
-Making a release of Lucene.Net
-===============
+
+<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
+
+# Making a release of Lucene.Net
 
 > [!NOTE]
 > This is a project-specific procedure, based on the [Apache Release Creation Process](https://infra.apache.org/release-publishing.html)
 
 ## Versioning
 
-For Package Version, NuGet version and branch naming guidelines see the [Versioning Procedure Overview](xref:contributing/versioning) document. 
+For Package Version, NuGet version and branch naming guidelines see the [Versioning Procedure Overview](xref:contributing/versioning) document.
 
 ## Release Preparation
 
@@ -69,6 +71,7 @@ The following steps need only to be performed once.
 - Checkout the Lucene.NET master branch: `git clone https://github.com/apache/lucenenet.git`
 
 - Add Missing License Headers
+
   - Run [Apache Release Audit Tool](https://creadur.apache.org/rat/):
 
     ```powershell
@@ -76,16 +79,16 @@ The following steps need only to be performed once.
     ```
 
   - Review and commit the changes to your local Git clone, adding exclusions to `.rat-excludes` and re-running as necessary
-	  - Exclude files that already have license headers
-	  - Exclude files that are automatically generated
-	  - Exclude files that don't work properly with licence headers included
+    - Exclude files that already have license headers
+    - Exclude files that are automatically generated
+    - Exclude files that don't work properly with licence headers included
   - Push the changes to the remote `lucenenet` repository (`https://gitbox.apache.org/repos/asf/lucenenet.gif`)
 
     ```powershell
     git push <remote> master --tags
     ```
 
-- Execute a complete test locally (it can take around 20 minutes, but you may do the next step in parallel): 
+- Execute a complete test locally (it can take around 20 minutes, but you may do the next step in parallel):
 
   ```powershell
   build -pv:<packageVersion> -t -mp:10
@@ -93,7 +96,6 @@ The following steps need only to be performed once.
 
 - Execute a complete test on a temporary Azure DevOps organization (it can take around 30-40 minutes) (see [build instructions on README.md](https://github.com/apache/lucenenet#azure-devops)).
 
-
 ## Successful Release Preparation
 
 ### Perform the Release Build
@@ -112,7 +114,6 @@ The following steps need only to be performed once.
 
 - Click the `Run` button to begin the build (it will take about 40 minutes)
 
-
 ### Check the Release Artifacts
 
 - Upon successful Azure DevOps build, download the `release` build artifact and unzip it. Note you will need to copy the files in a later step.
@@ -123,7 +124,6 @@ Perform basic checks against the release binary:
 
 - Check the `nupkg` files to ensure they can be referenced in Visual Studio.
 
-
 ### Sign the Release
 
 - On your local Git clone, check out the SVN distribution repositories
@@ -135,6 +135,7 @@ Perform basic checks against the release binary:
 - From the `release` build artifact that you downloaded from Azure DevOps in the **Check the Release Artifacts** section, copy both the `.src.zip` and `.bin.zip` files to a new folder named `<repo root>/svn-dev/<packageVersion>/`
 
 - On your local Git clone, tag the repository using the info in `RELEASE-TODO.txt`
+
   - `git log`
   - Verify the HEAD commit hash of the local repo matches that in `RELEASE-TODO.txt`
   - `git tag -a <tag from RELEASE-TODO.txt> -m "<tag from RELEASE-TODO.txt>"`
@@ -151,7 +152,6 @@ Perform basic checks against the release binary:
 
 - Check signature of generated artifacts (the `SignReleaseCandidate` target above runs the commands)
 
-
 ### Add Release Artifacts to the SVN `dev` Distribution Repository
 
 ```powershell
@@ -206,7 +206,6 @@ The vote passes if at least three binding +1 votes are cast.
 
 The vote is successful if at least 3 +1 votes are received from [Lucene.NET PMC members](https://people.apache.org/phonebook.html?ctte=lucenenet) after a minimum of 72 hours of sending the vote email. Acknowledge the voting results on the mailing list in the VOTE thread.
 
-
 ```txt
 To: dev@lucenenet.apache.org
 Message Subject: [RESULT] [VOTE] Apache Lucene.NET [version]
@@ -238,7 +237,6 @@ The vote is ***successful/not successful***
 
 - Upon clicking `Resume` again the release will finish, submitting the NuGet packages to NuGet.org
 
-
 ### Release Binaries to SVN
 
 Commit the distribution via SVN to [https://dist.apache.org/repos/dist/release](https://dist.apache.org/repos/dist/release):
@@ -249,14 +247,14 @@ dotnet msbuild -t:CommitRelease -p:PackageVersion=<packageVersion>
 
 > [!NOTE]
 > If preferred or if the above command fails, this step can be done manually using Windows Explorer/TortoiseSVN by doing the following steps:
-> 
-> * Copy `<repo root>/svn-dev/KEYS` to `<repo root>/svn-release/KEYS`
-> * Copy `<repo root>/svn-dev/<packageVersion>` to `<repo root>/svn-release/<packageVersion>`
-> * Right-click on `<repo root>/svn-release`, and click "SVN Commit..."
-> * Add the commit message `Added Apache-Lucene.Net-<packageVersion> to release/lucenenet` and click OK
-> * Right-click on `<repo root>/svn-dev/<packageVersion>` and click "TortoiseSVN > Delete"
-> * Right-click on `<repo root>/svn-dev` and click "SVN Commit..."
-> * Add the commit message `Removed Apache-Lucene.Net-<packageVersion> from dev/lucenenet` and click OK
+>
+> - Copy `<repo root>/svn-dev/KEYS` to `<repo root>/svn-release/KEYS`
+> - Copy `<repo root>/svn-dev/<packageVersion>` to `<repo root>/svn-release/<packageVersion>`
+> - Right-click on `<repo root>/svn-release`, and click "SVN Commit..."
+> - Add the commit message `Added Apache-Lucene.Net-<packageVersion> to release/lucenenet` and click OK
+> - Right-click on `<repo root>/svn-dev/<packageVersion>` and click "TortoiseSVN > Delete"
+> - Right-click on `<repo root>/svn-dev` and click "SVN Commit..."
+> - Add the commit message `Removed Apache-Lucene.Net-<packageVersion> from dev/lucenenet` and click OK
 
 ### Archive Old Release(s)
 
@@ -266,28 +264,28 @@ Remove the old releases from SVN under https://dist.apache.org/repos/dist/releas
 
 ### Update Website with new release
 
-* Update the `/websites/site/lucenetemplate/doap_Lucene_Net.rdf` file to reflect the new version and ensure other links/info in the file are correct.
+- Update the `/websites/site/lucenetemplate/doap_Lucene_Net.rdf` file to reflect the new version and ensure other links/info in the file are correct.
   > [!IMPORTANT]
-  > Only update the version if it's a new stable version. 
-* Create a new release page in the `/websites/site/download`, in most cases it's easiest to just copy the previous release page. 
-  * Ensure the `uid` in the header is correct
-  * Update all headers, status, release date to be correct
-  * Ensure supported frameworks and packages section is accurate for the new release
-* Add the new release page to the `/websites/site/download/toc.yml` file
-* Follow the instructions on how to [build, test & publish the website](https://lucenenet.apache.org/contributing/documentation.html#website) and run/test the website locally. 
-* Commit changes and [publish the website](https://lucenenet.apache.org/contributing/documentation.html#website).
+  > Only update the version if it's a new stable version.
+- Create a new release page in the `/websites/site/download`, in most cases it's easiest to just copy the previous release page.
+  - Ensure the `uid` in the header is correct
+  - Update all headers, status, release date to be correct
+  - Ensure supported frameworks and packages section is accurate for the new release
+- Add the new release page to the `/websites/site/download/toc.yml` file
+- Follow the instructions on how to [build, test & publish the website](https://lucenenet.apache.org/contributing/documentation.html#website) and run/test the website locally.
+- Commit changes and [publish the website](https://lucenenet.apache.org/contributing/documentation.html#website).
 
 ### Update the API Documentation with new release
 
-* Create and push a new Git branch from the relese tag called `docs/[version]`, for example: `docs/4.8.0-beta00008`.
-* Update the DocFx config file `/websites/apidocs/docfx.json` and change the `globalMetadata` section:
-  * `_appTitle` should be: "Apache Lucene.NET [Version] Documentation"
-  * ensure the `_appFooter` has the correct copyright year
-  * the `_gitContribute.branch` should be the name of the branch just created
-* Follow the instructions on how to [build, test and publish the docs](https://lucenenet.apache.org/contributing/documentation.html#api-docs) and run/test the docs locally. When testing locally ensure that the "Improve this doc" button on each documentation page links to the newly created branch on GitHub.
-* Commit and push any changes done during the docs building process to the new branch.
-* Merge the new branch to the `master` branch, or create a Pull Request to target the `master` branch if you want to review changes that way or want another team member to review changes.
-* [Publish the docs](https://lucenenet.apache.org/contributing/documentation.html#api-docs).
+- Create and push a new Git branch from the relese tag called `docs/[version]`, for example: `docs/4.8.0-beta00008`.
+- Update the DocFx config file `/websites/apidocs/docfx.json` and change the `globalMetadata` section:
+  - `_appTitle` should be: "Apache Lucene.NET [Version] Documentation"
+  - ensure the `_appFooter` has the correct copyright year
+  - the `_gitContribute.branch` should be the name of the branch just created
+- Follow the instructions on how to [build, test and publish the docs](https://lucenenet.apache.org/contributing/documentation.html#api-docs) and run/test the docs locally. When testing locally ensure that the "Improve this doc" button on each documentation page links to the newly created branch on GitHub.
+- Commit and push any changes done during the docs building process to the new branch.
+- Merge the new branch to the `master` branch, or create a Pull Request to target the `master` branch if you want to review changes that way or want another team member to review changes.
+- [Publish the docs](https://lucenenet.apache.org/contributing/documentation.html#api-docs).
 
 ### Post-Release Steps
 
@@ -308,7 +306,7 @@ Remove the old releases from SVN under https://dist.apache.org/repos/dist/releas
 
   The Apache Lucene.NET team is pleased to announce the release of version [version] of Apache Lucene.NET. Apache Lucene.NET is a .NET full-text search engine framework, a C# port of the popular Apache Lucene project. Apache Lucene.NET is not a complete application, but rather a code library and API that can easily be used to add search capabilities to applications.
 
-  The Lucene.NET [version] binary and source distributions are available for download from our download page: 
+  The Lucene.NET [version] binary and source distributions are available for download from our download page:
   https://lucenenet.apache.org/download/download.html
 
   The Lucene.NET library is distributed by NuGet.org as well. See the README.md page for more details:
@@ -327,4 +325,4 @@ The release vote may fail due to an issue discovered in the release candidate. I
 
 - Sending an email to [dev@lucenenet.apache.org](mailto:dev@lucenenet.apache.org) on the VOTE thread notifying of the vote’s cancellation.
 
-A new release candidate can now be prepared. When complete, a new VOTE thread can be started as described in the steps above.
\ No newline at end of file
+A new release candidate can now be prepared. When complete, a new VOTE thread can be started as described in the steps above.
diff --git a/websites/site/contributing/source.md b/websites/site/contributing/source.md
index add62a3..58ab90d 100644
--- a/websites/site/contributing/source.md
+++ b/websites/site/contributing/source.md
@@ -1,13 +1,14 @@
-Source code
-===============
+# Source code
 
----------------
+---
+
+<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
 
 ## Git repository
 
-Apache Lucene.Net uses git as its source code management system. 
+Apache Lucene.Net uses git as its source code management system.
 
-The official repository is here: __[https://git-wip-us.apache.org/repos/asf?p=lucenenet.git](https://git-wip-us.apache.org/repos/asf?p=lucenenet.git)__. 
+The official repository is here: **[https://git-wip-us.apache.org/repos/asf?p=lucenenet.git](https://git-wip-us.apache.org/repos/asf?p=lucenenet.git)**.
 
 You can clone the repo with the command line or your favorite Git client, example:
 
@@ -15,10 +16,10 @@ You can clone the repo with the command line or your favorite Git client, exampl
 git clone https://git-wip-us.apache.org/repos/asf/lucenenet.git
 ```
 
-There also is a mirror at GitHub __[https://github.com/apache/lucene.net](https://github.com/apache/lucene.net)__ which is synced from the Apache repository.
+There also is a mirror at GitHub **[https://github.com/apache/lucene.net](https://github.com/apache/lucene.net)** which is synced from the Apache repository.
 
-Most work currently happens on the branch named __branch_4x__.
+Most work currently happens on the branch named **branch_4x**.
 
 ## Building & testing
 
-The guide for building/testing is currently in the Git repository __[here](https://github.com/apache/lucenenet/blob/master/README.md#building-and-testing)__
\ No newline at end of file
+The guide for building/testing is currently in the Git repository **[here](https://github.com/apache/lucenenet/blob/master/README.md#building-and-testing)**
diff --git a/websites/site/contributing/versioning.md b/websites/site/contributing/versioning.md
index 2d24c53..debb708 100644
--- a/websites/site/contributing/versioning.md
+++ b/websites/site/contributing/versioning.md
@@ -1,12 +1,14 @@
 ---
 uid: contributing/versioning
 ---
-Versioning Procedure Overview
-===============
+
+<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
+
+# Versioning Procedure Overview
 
 ## Package Version
 
-The version number that is used in the build process is called the *Package Version*, which is the same version number used for the NuGet package. The assembly version, file version, and informational version are all derived from the Package Version during the build process. The Package Version uses the following rules.
+The version number that is used in the build process is called the _Package Version_, which is the same version number used for the NuGet package. The assembly version, file version, and informational version are all derived from the Package Version during the build process. The Package Version uses the following rules.
 
 - Since Lucene.NET is a port of a [semantically versioned](https://semver.org/) component, our versioning scheme is to use the same version number as Lucene on production release (i.e. `4.8.0`). Any patches thereafter (breaking API change or not) will add a revision number (i.e `4.8.0.1`).
 
@@ -15,15 +17,16 @@ The version number that is used in the build process is called the *Package Vers
 - **ONLY when changes are updated from a newer Lucene version to Lucene.NET**, the Lucene.NET version number is updated to match the Lucene version (i.e. `4.8.0` > `4.8.1` or `4.8.0` > `5.10.0`).
 
 - Version numbers always progress in the following order
-	- Pre-Release (i.e. `4.8.0-beta00001`)
-	- Production Release (i.e. `4.8.0`)
-	- Production Release Patch N (i.e where N is 1, `4.8.0.1`, where N is 2, `4.8.0.2`, etc)
+
+  - Pre-Release (i.e. `4.8.0-beta00001`)
+  - Production Release (i.e. `4.8.0`)
+  - Production Release Patch N (i.e where N is 1, `4.8.0.1`, where N is 2, `4.8.0.2`, etc)
 
 - Version numbers correspond to GitHub milestones, so when releasing a milestone, the same version number should be used
 
 ## Git Tag Version
 
-For legacy reasons, tagging the Git repository to indicate a version uses a different version format, but it must include all of the elements of the Package Version, for example: 
+For legacy reasons, tagging the Git repository to indicate a version uses a different version format, but it must include all of the elements of the Package Version, for example:
 
 ```txt
 # Pre-Release
@@ -35,4 +38,4 @@ Lucene.Net_4_8_0
 # Production Release Patch (breaking API changes included)
 Lucene.Net_4_8_0_1
 
-```
\ No newline at end of file
+```
diff --git a/websites/site/contributing/wiki.md b/websites/site/contributing/wiki.md
index f0a3c31..ab8f5e1 100644
--- a/websites/site/contributing/wiki.md
+++ b/websites/site/contributing/wiki.md
@@ -1,9 +1,9 @@
-Wiki
-===============
+# Wiki
 
----------------
+---
 
-There's a lot of scattered (_but important!_) information on the __[Lucene.Net wiki](https://cwiki.apache.org/confluence/display/LUCENENET/Lucene.Net)__. Quite a few of the links on this website currently link to the wiki but the plan is to migrate all of the relevant & important docs over to this website.
+<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
 
-If that's something you think you might want to help out with, see the [Contributing section](xref:contributing) for more info. 
+There's a lot of scattered (_but important!_) information on the **[Lucene.Net wiki](https://cwiki.apache.org/confluence/display/LUCENENET/Lucene.Net)**. Quite a few of the links on this website currently link to the wiki but the plan is to migrate all of the relevant & important docs over to this website.
 
+If that's something you think you might want to help out with, see the [Contributing section](xref:contributing) for more info.
diff --git a/websites/site/docs.md b/websites/site/docs.md
index c0632ad..28f1dc0 100644
--- a/websites/site/docs.md
+++ b/websites/site/docs.md
@@ -2,22 +2,23 @@
 _disableBreadcrumb: true
 ---
 
-Lucene.Net Documentation
-===============
+<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
 
----------------
+# Lucene.Net Documentation
+
+---
 
 ## Lucene 4.8.0
 
 The API docs are slightly different between versions, each one is listed below:
 
-* [4.8.0-beta00012](https://lucenenet.apache.org/docs/4.8.0-beta00012/)
-* [4.8.0-beta00011](https://lucenenet.apache.org/docs/4.8.0-beta00011/)
-* [4.8.0-beta00010](https://lucenenet.apache.org/docs/4.8.0-beta00010/)
-* [4.8.0-beta00009](https://lucenenet.apache.org/docs/4.8.0-beta00009/)
-* [4.8.0-beta00008](https://lucenenet.apache.org/docs/4.8.0-beta00008/)
-* [4.8.0-beta00007](https://lucenenet.apache.org/docs/4.8.0-beta00007/)
-* [4.8.0-beta00001 -> 4.8.0-beta00006](https://lucenenet.apache.org/docs/4.8.0-beta00005/)
+- [4.8.0-beta00012](https://lucenenet.apache.org/docs/4.8.0-beta00012/)
+- [4.8.0-beta00011](https://lucenenet.apache.org/docs/4.8.0-beta00011/)
+- [4.8.0-beta00010](https://lucenenet.apache.org/docs/4.8.0-beta00010/)
+- [4.8.0-beta00009](https://lucenenet.apache.org/docs/4.8.0-beta00009/)
+- [4.8.0-beta00008](https://lucenenet.apache.org/docs/4.8.0-beta00008/)
+- [4.8.0-beta00007](https://lucenenet.apache.org/docs/4.8.0-beta00007/)
+- [4.8.0-beta00001 -> 4.8.0-beta00006](https://lucenenet.apache.org/docs/4.8.0-beta00005/)
 
 ## Lucene 3.0.3
 
diff --git a/websites/site/download/download.md b/websites/site/download/download.md
index 1857615..6513d08 100644
--- a/websites/site/download/download.md
+++ b/websites/site/download/download.md
@@ -2,49 +2,50 @@
 uid: download
 ---
 
-Download Lucene.Net
-===============
+<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
 
----------------
+# Download Lucene.Net
+
+---
 
 ## [Lucene 4.8.0-beta00012](xref:download/4.8.0-beta00012)
 
-_Status:_ __`Beta`__
+_Status:_ **`Beta`**
 
 _Released:_ `2020-09-19`
 
 ## [Lucene 4.8.0-beta00011](xref:download/4.8.0-beta00011)
 
-_Status:_ __`Beta`__
+_Status:_ **`Beta`**
 
 _Released:_ `2020-07-21`
 
 ## [Lucene 4.8.0-beta00010](xref:download/4.8.0-beta00010)
 
-_Status:_ __`Beta`__
+_Status:_ **`Beta`**
 
 _Released:_ `2020-07-16`
 
 ## [Lucene 4.8.0-beta00009](xref:download/4.8.0-beta00009)
 
-_Status:_ __`Beta`__
+_Status:_ **`Beta`**
 
 _Released:_ `2020-07-01`
 
 ## [Lucene 4.8.0-beta00008](xref:download/4.8.0-beta00008)
 
-_Status:_ __`Beta`__
+_Status:_ **`Beta`**
 
 _Released:_ `2020-05-05`
 
 ## [Lucene 3.0.3](xref:download/3)
 
-_Status:_ __`Stable`__
+_Status:_ **`Stable`**
 
 _Released:_ `2012-10-26`
 
 ## [Lucene 2.9.4.1](xref:download/2)
 
-_Status:_ __`Stable`__
+_Status:_ **`Stable`**
 
-_Released:_ `2011-12-02`
\ No newline at end of file
+_Released:_ `2011-12-02`
diff --git a/websites/site/download/version-2.md b/websites/site/download/version-2.md
index 0d9200a..da32ecc 100644
--- a/websites/site/download/version-2.md
+++ b/websites/site/download/version-2.md
@@ -2,14 +2,15 @@
 uid: download/2
 ---
 
-Download Lucene.Net 2.9.4
-===============
+<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
 
----------------
+# Download Lucene.Net 2.9.4
+
+---
 
 ## Lucene 2.9.4.1
 
-_Status:_ __`Stable`__
+_Status:_ **`Stable`**
 
 _Released:_ `2011-12-02`
 
@@ -19,4 +20,4 @@ _Released:_ `2011-12-02`
 
 ### Source code
 
-* [Git release tag](https://github.com/apache/lucenenet/releases/tag/Lucene.Net_2_9_4g_RC1)
\ No newline at end of file
+- [Git release tag](https://github.com/apache/lucenenet/releases/tag/Lucene.Net_2_9_4g_RC1)
diff --git a/websites/site/download/version-3.md b/websites/site/download/version-3.md
index abeb5b9..f745580 100644
--- a/websites/site/download/version-3.md
+++ b/websites/site/download/version-3.md
@@ -2,18 +2,19 @@
 uid: download/3
 ---
 
-Download Lucene.Net 3.0.3
-===============
+<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
 
----------------
+# Download Lucene.Net 3.0.3
+
+---
 
 ## Lucene 3.0.3
 
-_Status:_ __`Stable`__
+_Status:_ **`Stable`**
 
 _Released:_ `2012-10-26`
 
-__[Release notes](https://cwiki.apache.org/confluence/display/LUCENENET/Lucene.Net+3.0.3)__
+**[Release notes](https://cwiki.apache.org/confluence/display/LUCENENET/Lucene.Net+3.0.3)**
 
 <div class="nuget-well" style="text-align:left;">
     PM> Install-Package Lucene.Net -Version 3.0.3
@@ -33,7 +34,7 @@ __[Release notes](https://cwiki.apache.org/confluence/display/LUCENENET/Lucene.N
 
 ### Source code
 
-* [Git release tag](https://github.com/apache/lucenenet/releases/tag/Lucene.Net_3_0_3_RC2_final)
+- [Git release tag](https://github.com/apache/lucenenet/releases/tag/Lucene.Net_3_0_3_RC2_final)
 
 ### Binary releases
 
diff --git a/websites/site/download/version-4.8.0-beta00007.md b/websites/site/download/version-4.8.0-beta00007.md
index 3fdab95..d3a2ec5 100644
--- a/websites/site/download/version-4.8.0-beta00007.md
+++ b/websites/site/download/version-4.8.0-beta00007.md
@@ -2,19 +2,20 @@
 uid: download/4.8.0-beta00007
 ---
 
-Download Lucene.Net 4.8.0-beta00007
-===============
+<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
 
----------------
+# Download Lucene.Net 4.8.0-beta00007
+
+---
 
 ## Lucene 4.8.0-beta00007
 
-_Status:_ __`Beta`__
+_Status:_ **`Beta`**
 
 _Released:_ `2019-12-29`
 
-* Binary release: __[Lucene.Net-4.8.0-beta00007.bin.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00007/Apache-Lucene.Net-4.8.0-beta00007.bin.zip)__ [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00007/Apache-Lucene.Net-4.8.0-beta00007.bin.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00007/Apache-Lucene.Net-4.8.0-beta00007.bin.zip.sha512)]
-* Source release: __[Lucene.Net-4.8.0-beta00007.src.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00007/Apache-Lucene.Net-4.8.0-beta00007.src.zip)__ [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00007/Apache-Lucene.Net-4.8.0-beta00007.src.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00007/Apache-Lucene.Net-4.8.0-beta00007.src.zip.sha512)]
+- Binary release: **[Lucene.Net-4.8.0-beta00007.bin.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00007/Apache-Lucene.Net-4.8.0-beta00007.bin.zip)** [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00007/Apache-Lucene.Net-4.8.0-beta00007.bin.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00007/Apache-Lucene.Net-4.8.0-beta00007.bin.zip.sha512)]
+- Source release: **[Lucene.Net-4.8.0-beta00007.src.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00007/Apache-Lucene.Net-4.8.0-beta00007.src.zip)** [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00007/Apache-Lucene.Net-4.8.0-beta00007.src.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00007/Apache-Lucene.Net-4.8.0-beta00007.src.zip.sha512)]
 
 <div class="nuget-well" style="text-align:left;">
     PM> Install-Package Lucene.Net -Version 4.8.0-beta00007
@@ -22,7 +23,7 @@ _Released:_ `2019-12-29`
 
 ### Source code
 
-* [Git Repository](https://github.com/apache/lucenenet)
+- [Git Repository](https://github.com/apache/lucenenet)
 
 ### Supported Frameworks
 
@@ -32,13 +33,13 @@ _Released:_ `2019-12-29`
 
 ### Remaining work
 
-See __[Current Status](xref:contributing/current-status)__ for more details on the remaining work
+See **[Current Status](xref:contributing/current-status)** for more details on the remaining work
 
 This version is a direct port of the Java Lucene project at [this release](https://github.com/apache/lucene-solr/releases/tag/releases%2Flucene-solr%2F4.8.0)
 
 ### All Packages
 
-<!--- TO BE ADDED WHEN RELEASED 
+<!--- TO BE ADDED WHEN RELEASED
 
 - [Lucene.Net.Analysis.UIMA](https://www.nuget.org/packages/Lucene.Net.Analysis.UIMA/) - Analysis integration with Apache UIMA)
 
@@ -46,7 +47,7 @@ This version is a direct port of the Java Lucene project at [this release](https
 
 - [Lucene.Net](https://www.nuget.org/packages/Lucene.Net/) - Core library
 - [Lucene.Net.Analysis.Common](https://www.nuget.org/packages/Lucene.Net.Analysis.Common/) - Analyzers for indexing content in different languages and domains
-- [Lucene.Net.Analysis.Kuromoji](https://www.nuget.org/packages/Lucene.Net.Analysis.Kuromoji/) - Japanese Morphological Analyzer 
+- [Lucene.Net.Analysis.Kuromoji](https://www.nuget.org/packages/Lucene.Net.Analysis.Kuromoji/) - Japanese Morphological Analyzer
 - [Lucene.Net.Analysis.Phonetic](https://www.nuget.org/packages/Lucene.Net.Analysis.Phonetic/) - Analyzer for indexing phonetic signatures (for sounds-alike search)
 - [Lucene.Net.Analysis.SmartCn](https://www.nuget.org/packages/Lucene.Net.Analysis.SmartCn/) - Analyzer for indexing Chinese
 - [Lucene.Net.Analysis.Stempel](https://www.nuget.org/packages/Lucene.Net.Analysis.Stempel/) - Analyzer for indexing Polish
@@ -63,7 +64,7 @@ This version is a direct port of the Java Lucene project at [this release](https
 - [Lucene.Net.Misc](https://www.nuget.org/packages/Lucene.Net.Misc/) - Index tools and other miscellaneous code
 - [Lucene.Net.Queries](https://www.nuget.org/packages/Lucene.Net.Queries/) - Filters and Queries that add to core Lucene
 - [Lucene.Net.QueryParser](https://www.nuget.org/packages/Lucene.Net.QueryParser/) - Text to Query parsers and parsing framework
-- [Lucene.Net.Replicator](https://www.nuget.org/packages/Lucene.Net.Replicator/)  Files replication utility
+- [Lucene.Net.Replicator](https://www.nuget.org/packages/Lucene.Net.Replicator/) Files replication utility
 - [Lucene.Net.Sandbox](https://www.nuget.org/packages/Lucene.Net.Sandbox/) - Various third party contributions and new ideas
 - [Lucene.Net.Spatial](https://www.nuget.org/packages/Lucene.Net.Spatial/) - Geospatial search
-- [Lucene.Net.Suggest](https://www.nuget.org/packages/Lucene.Net.Suggest/) - Auto-suggest and Spellchecking support
\ No newline at end of file
+- [Lucene.Net.Suggest](https://www.nuget.org/packages/Lucene.Net.Suggest/) - Auto-suggest and Spellchecking support
diff --git a/websites/site/download/version-4.8.0-beta00008.md b/websites/site/download/version-4.8.0-beta00008.md
index d4722d6..c325640 100644
--- a/websites/site/download/version-4.8.0-beta00008.md
+++ b/websites/site/download/version-4.8.0-beta00008.md
@@ -3,20 +3,21 @@ uid: download/4.8.0-beta00008
 version: 4.8.0-beta00008
 ---
 
-Download Lucene.Net 4.8.0-beta00008
-===============
+<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
 
----------------
+# Download Lucene.Net 4.8.0-beta00008
+
+---
 
 ## Lucene 4.8.0-beta00008
 
-_Status:_ __`Beta`__
+_Status:_ **`Beta`**
 
 _Released:_ `2020-05-05`
 
-* Binary release: __[Lucene.Net-4.8.0-beta00008.bin.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00008/Apache-Lucene.Net-4.8.0-beta00008.bin.zip)__ [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00008/Apache-Lucene.Net-4.8.0-beta00008.bin.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00008/Apache-Lucene.Net-4.8.0-beta00008.bin.zip.sha512)]
-* Source release: __[Lucene.Net-4.8.0-beta00008.src.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00008/Apache-Lucene.Net-4.8.0-beta00008.src.zip)__ [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00008/Apache-Lucene.Net-4.8.0-beta00008.src.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00008/Apache-Lucene.Net-4.8.0-beta00008.src.zip.sha512)]
-*  [Change log](https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0_beta00008)
+- Binary release: **[Lucene.Net-4.8.0-beta00008.bin.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00008/Apache-Lucene.Net-4.8.0-beta00008.bin.zip)** [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00008/Apache-Lucene.Net-4.8.0-beta00008.bin.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00008/Apache-Lucene.Net-4.8.0-beta00008.bin.zip.sha512)]
+- Source release: **[Lucene.Net-4.8.0-beta00008.src.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00008/Apache-Lucene.Net-4.8.0-beta00008.src.zip)** [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00008/Apache-Lucene.Net-4.8.0-beta00008.src.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00008/Apache-Lucene.Net-4.8.0-beta00008.src.zip.sha512)]
+- [Change log](https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0_beta00008)
 
 <div class="nuget-well" style="text-align:left;">
     PM> Install-Package Lucene.Net -Version 4.8.0-beta00008
@@ -24,7 +25,7 @@ _Released:_ `2020-05-05`
 
 ### Source code
 
-* [Git Repository](https://github.com/apache/lucenenet)
+- [Git Repository](https://github.com/apache/lucenenet)
 
 ### Supported Frameworks
 
@@ -34,13 +35,13 @@ _Released:_ `2020-05-05`
 
 ### Remaining work
 
-See __[Current Status](xref:contributing/current-status)__ for more details on the remaining work
+See **[Current Status](xref:contributing/current-status)** for more details on the remaining work
 
 This version is a direct port of the Java Lucene project at [this release](https://github.com/apache/lucene-solr/releases/tag/releases%2Flucene-solr%2F4.8.0)
 
 ### All Packages
 
-<!--- TO BE ADDED WHEN RELEASED 
+<!--- TO BE ADDED WHEN RELEASED
 
 - [Lucene.Net.Analysis.UIMA](https://www.nuget.org/packages/Lucene.Net.Analysis.UIMA/) - Analysis integration with Apache UIMA)
 
@@ -48,7 +49,7 @@ This version is a direct port of the Java Lucene project at [this release](https
 
 - [Lucene.Net](https://www.nuget.org/packages/Lucene.Net/) - Core library
 - [Lucene.Net.Analysis.Common](https://www.nuget.org/packages/Lucene.Net.Analysis.Common/) - Analyzers for indexing content in different languages and domains
-- [Lucene.Net.Analysis.Kuromoji](https://www.nuget.org/packages/Lucene.Net.Analysis.Kuromoji/) - Japanese Morphological Analyzer 
+- [Lucene.Net.Analysis.Kuromoji](https://www.nuget.org/packages/Lucene.Net.Analysis.Kuromoji/) - Japanese Morphological Analyzer
 - [Lucene.Net.Analysis.Phonetic](https://www.nuget.org/packages/Lucene.Net.Analysis.Phonetic/) - Analyzer for indexing phonetic signatures (for sounds-alike search)
 - [Lucene.Net.Analysis.SmartCn](https://www.nuget.org/packages/Lucene.Net.Analysis.SmartCn/) - Analyzer for indexing Chinese
 - [Lucene.Net.Analysis.Stempel](https://www.nuget.org/packages/Lucene.Net.Analysis.Stempel/) - Analyzer for indexing Polish
@@ -65,7 +66,7 @@ This version is a direct port of the Java Lucene project at [this release](https
 - [Lucene.Net.Misc](https://www.nuget.org/packages/Lucene.Net.Misc/) - Index tools and other miscellaneous code
 - [Lucene.Net.Queries](https://www.nuget.org/packages/Lucene.Net.Queries/) - Filters and Queries that add to core Lucene
 - [Lucene.Net.QueryParser](https://www.nuget.org/packages/Lucene.Net.QueryParser/) - Text to Query parsers and parsing framework
-- [Lucene.Net.Replicator](https://www.nuget.org/packages/Lucene.Net.Replicator/)  Files replication utility
+- [Lucene.Net.Replicator](https://www.nuget.org/packages/Lucene.Net.Replicator/) Files replication utility
 - [Lucene.Net.Sandbox](https://www.nuget.org/packages/Lucene.Net.Sandbox/) - Various third party contributions and new ideas
 - [Lucene.Net.Spatial](https://www.nuget.org/packages/Lucene.Net.Spatial/) - Geospatial search
-- [Lucene.Net.Suggest](https://www.nuget.org/packages/Lucene.Net.Suggest/) - Auto-suggest and Spellchecking support
\ No newline at end of file
+- [Lucene.Net.Suggest](https://www.nuget.org/packages/Lucene.Net.Suggest/) - Auto-suggest and Spellchecking support
diff --git a/websites/site/download/version-4.8.0-beta00009.md b/websites/site/download/version-4.8.0-beta00009.md
index e9ea872..632dbd2 100644
--- a/websites/site/download/version-4.8.0-beta00009.md
+++ b/websites/site/download/version-4.8.0-beta00009.md
@@ -3,20 +3,21 @@ uid: download/4.8.0-beta00009
 version: 4.8.0-beta00009
 ---
 
-Download Lucene.Net 4.8.0-beta00009
-===============
+<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
 
----------------
+# Download Lucene.Net 4.8.0-beta00009
+
+---
 
 ## Lucene 4.8.0-beta00009
 
-_Status:_ __`Beta`__
+_Status:_ **`Beta`**
 
 _Released:_ `2020-07-01`
 
-* Binary release: __[Lucene.Net-4.8.0-beta00009.bin.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00009/Apache-Lucene.Net-4.8.0-beta00009.bin.zip)__ [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00009/Apache-Lucene.Net-4.8.0-beta00009.bin.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00009/Apache-Lucene.Net-4.8.0-beta00009.bin.zip.sha512)]
-* Source release: __[Lucene.Net-4.8.0-beta00009.src.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00009/Apache-Lucene.Net-4.8.0-beta00009.src.zip)__ [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00009/Apache-Lucene.Net-4.8.0-beta00009.src.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00009/Apache-Lucene.Net-4.8.0-beta00009.src.zip.sha512)]
-*  [Change log](https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0_beta00009)
+- Binary release: **[Lucene.Net-4.8.0-beta00009.bin.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00009/Apache-Lucene.Net-4.8.0-beta00009.bin.zip)** [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00009/Apache-Lucene.Net-4.8.0-beta00009.bin.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00009/Apache-Lucene.Net-4.8.0-beta00009.bin.zip.sha512)]
+- Source release: **[Lucene.Net-4.8.0-beta00009.src.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00009/Apache-Lucene.Net-4.8.0-beta00009.src.zip)** [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00009/Apache-Lucene.Net-4.8.0-beta00009.src.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00009/Apache-Lucene.Net-4.8.0-beta00009.src.zip.sha512)]
+- [Change log](https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0_beta00009)
 
 <div class="nuget-well" style="text-align:left;">
     PM> Install-Package Lucene.Net -Version 4.8.0-beta00009
@@ -24,7 +25,7 @@ _Released:_ `2020-07-01`
 
 ### Source code
 
-* [Git Repository](https://github.com/apache/lucenenet)
+- [Git Repository](https://github.com/apache/lucenenet)
 
 ### Supported Frameworks
 
@@ -34,13 +35,13 @@ _Released:_ `2020-07-01`
 
 ### Remaining work
 
-See __[Current Status](xref:contributing/current-status)__ for more details on the remaining work
+See **[Current Status](xref:contributing/current-status)** for more details on the remaining work
 
 This version is a direct port of the Java Lucene project at [this release](https://github.com/apache/lucene-solr/releases/tag/releases%2Flucene-solr%2F4.8.0)
 
 ### All Packages
 
-<!--- TO BE ADDED WHEN RELEASED 
+<!--- TO BE ADDED WHEN RELEASED
 
 - [Lucene.Net.Analysis.UIMA](https://www.nuget.org/packages/Lucene.Net.Analysis.UIMA/) - Analysis integration with Apache UIMA)
 
@@ -48,7 +49,7 @@ This version is a direct port of the Java Lucene project at [this release](https
 
 - [Lucene.Net](https://www.nuget.org/packages/Lucene.Net/) - Core library
 - [Lucene.Net.Analysis.Common](https://www.nuget.org/packages/Lucene.Net.Analysis.Common/) - Analyzers for indexing content in different languages and domains
-- [Lucene.Net.Analysis.Kuromoji](https://www.nuget.org/packages/Lucene.Net.Analysis.Kuromoji/) - Japanese Morphological Analyzer 
+- [Lucene.Net.Analysis.Kuromoji](https://www.nuget.org/packages/Lucene.Net.Analysis.Kuromoji/) - Japanese Morphological Analyzer
 - [Lucene.Net.Analysis.Morfologik](https://www.nuget.org/packages/Lucene.Net.Analysis.Morfologik/) - Analyzer for dictionary stemming, built-in Polish dictionary
 - [Lucene.Net.Analysis.OpenNlp](https://www.nuget.org/packages/Lucene.Net.Analysis.OpenNlp/) - OpenNLP Library Integration
 - [Lucene.Net.Analysis.Phonetic](https://www.nuget.org/packages/Lucene.Net.Analysis.Phonetic/) - Analyzer for indexing phonetic signatures (for sounds-alike search)
@@ -67,8 +68,8 @@ This version is a direct port of the Java Lucene project at [this release](https
 - [Lucene.Net.Misc](https://www.nuget.org/packages/Lucene.Net.Misc/) - Index tools and other miscellaneous code
 - [Lucene.Net.Queries](https://www.nuget.org/packages/Lucene.Net.Queries/) - Filters and Queries that add to core Lucene
 - [Lucene.Net.QueryParser](https://www.nuget.org/packages/Lucene.Net.QueryParser/) - Text to Query parsers and parsing framework
-- [Lucene.Net.Replicator](https://www.nuget.org/packages/Lucene.Net.Replicator/)  Files replication utility
+- [Lucene.Net.Replicator](https://www.nuget.org/packages/Lucene.Net.Replicator/) Files replication utility
 - [Lucene.Net.Sandbox](https://www.nuget.org/packages/Lucene.Net.Sandbox/) - Various third party contributions and new ideas
 - [Lucene.Net.Spatial](https://www.nuget.org/packages/Lucene.Net.Spatial/) - Geospatial search
 - [Lucene.Net.Suggest](https://www.nuget.org/packages/Lucene.Net.Suggest/) - Auto-suggest and Spellchecking support
-- [Lucene.Net.TestFramework](https://www.nuget.org/packages/Lucene.Net.TestFramework/) - Framework for testing Lucene-based applications
\ No newline at end of file
+- [Lucene.Net.TestFramework](https://www.nuget.org/packages/Lucene.Net.TestFramework/) - Framework for testing Lucene-based applications
diff --git a/websites/site/download/version-4.8.0-beta00010.md b/websites/site/download/version-4.8.0-beta00010.md
index e945888..1debc15 100644
--- a/websites/site/download/version-4.8.0-beta00010.md
+++ b/websites/site/download/version-4.8.0-beta00010.md
@@ -3,20 +3,21 @@ uid: download/4.8.0-beta00010
 version: 4.8.0-beta00010
 ---
 
-Download Lucene.Net 4.8.0-beta00010
-===============
+<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
 
----------------
+# Download Lucene.Net 4.8.0-beta00010
+
+---
 
 ## Lucene 4.8.0-beta00010
 
-_Status:_ __`Beta`__
+_Status:_ **`Beta`**
 
 _Released:_ `2020-07-16`
 
-* Binary release: __[Lucene.Net-4.8.0-beta00010.bin.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00010/Apache-Lucene.Net-4.8.0-beta00010.bin.zip)__ [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00010/Apache-Lucene.Net-4.8.0-beta00010.bin.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00010/Apache-Lucene.Net-4.8.0-beta00010.bin.zip.sha512)]
-* Source release: __[Lucene.Net-4.8.0-beta00010.src.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00010/Apache-Lucene.Net-4.8.0-beta00010.src.zip)__ [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00010/Apache-Lucene.Net-4.8.0-beta00010.src.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00010/Apache-Lucene.Net-4.8.0-beta00010.src.zip.sha512)]
-*  [Change log](https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0_beta00010)
+- Binary release: **[Lucene.Net-4.8.0-beta00010.bin.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00010/Apache-Lucene.Net-4.8.0-beta00010.bin.zip)** [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00010/Apache-Lucene.Net-4.8.0-beta00010.bin.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00010/Apache-Lucene.Net-4.8.0-beta00010.bin.zip.sha512)]
+- Source release: **[Lucene.Net-4.8.0-beta00010.src.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00010/Apache-Lucene.Net-4.8.0-beta00010.src.zip)** [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00010/Apache-Lucene.Net-4.8.0-beta00010.src.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00010/Apache-Lucene.Net-4.8.0-beta00010.src.zip.sha512)]
+- [Change log](https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0_beta00010)
 
 <div class="nuget-well" style="text-align:left;">
     PM> Install-Package Lucene.Net -Version 4.8.0-beta00010
@@ -24,7 +25,7 @@ _Released:_ `2020-07-16`
 
 ### Source code
 
-* [Git Repository](https://github.com/apache/lucenenet)
+- [Git Repository](https://github.com/apache/lucenenet)
 
 ### Supported Frameworks
 
@@ -34,13 +35,13 @@ _Released:_ `2020-07-16`
 
 ### Remaining work
 
-See __[Current Status](xref:contributing/current-status)__ for more details on the remaining work
+See **[Current Status](xref:contributing/current-status)** for more details on the remaining work
 
 This version is a direct port of the Java Lucene project at [this release](https://github.com/apache/lucene-solr/releases/tag/releases%2Flucene-solr%2F4.8.0)
 
 ### All Packages
 
-<!--- TO BE ADDED WHEN RELEASED 
+<!--- TO BE ADDED WHEN RELEASED
 
 - [Lucene.Net.Analysis.UIMA](https://www.nuget.org/packages/Lucene.Net.Analysis.UIMA/) - Analysis integration with Apache UIMA)
 
@@ -48,7 +49,7 @@ This version is a direct port of the Java Lucene project at [this release](https
 
 - [Lucene.Net](https://www.nuget.org/packages/Lucene.Net/) - Core library
 - [Lucene.Net.Analysis.Common](https://www.nuget.org/packages/Lucene.Net.Analysis.Common/) - Analyzers for indexing content in different languages and domains
-- [Lucene.Net.Analysis.Kuromoji](https://www.nuget.org/packages/Lucene.Net.Analysis.Kuromoji/) - Japanese Morphological Analyzer 
+- [Lucene.Net.Analysis.Kuromoji](https://www.nuget.org/packages/Lucene.Net.Analysis.Kuromoji/) - Japanese Morphological Analyzer
 - [Lucene.Net.Analysis.Morfologik](https://www.nuget.org/packages/Lucene.Net.Analysis.Morfologik/) - Analyzer for dictionary stemming, built-in Polish dictionary
 - [Lucene.Net.Analysis.OpenNlp](https://www.nuget.org/packages/Lucene.Net.Analysis.OpenNlp/) - OpenNLP Library Integration
 - [Lucene.Net.Analysis.Phonetic](https://www.nuget.org/packages/Lucene.Net.Analysis.Phonetic/) - Analyzer for indexing phonetic signatures (for sounds-alike search)
@@ -67,8 +68,8 @@ This version is a direct port of the Java Lucene project at [this release](https
 - [Lucene.Net.Misc](https://www.nuget.org/packages/Lucene.Net.Misc/) - Index tools and other miscellaneous code
 - [Lucene.Net.Queries](https://www.nuget.org/packages/Lucene.Net.Queries/) - Filters and Queries that add to core Lucene
 - [Lucene.Net.QueryParser](https://www.nuget.org/packages/Lucene.Net.QueryParser/) - Text to Query parsers and parsing framework
-- [Lucene.Net.Replicator](https://www.nuget.org/packages/Lucene.Net.Replicator/)  Files replication utility
+- [Lucene.Net.Replicator](https://www.nuget.org/packages/Lucene.Net.Replicator/) Files replication utility
 - [Lucene.Net.Sandbox](https://www.nuget.org/packages/Lucene.Net.Sandbox/) - Various third party contributions and new ideas
 - [Lucene.Net.Spatial](https://www.nuget.org/packages/Lucene.Net.Spatial/) - Geospatial search
 - [Lucene.Net.Suggest](https://www.nuget.org/packages/Lucene.Net.Suggest/) - Auto-suggest and Spellchecking support
-- [Lucene.Net.TestFramework](https://www.nuget.org/packages/Lucene.Net.TestFramework/) - Framework for testing Lucene-based applications
\ No newline at end of file
+- [Lucene.Net.TestFramework](https://www.nuget.org/packages/Lucene.Net.TestFramework/) - Framework for testing Lucene-based applications
diff --git a/websites/site/download/version-4.8.0-beta00011.md b/websites/site/download/version-4.8.0-beta00011.md
index e719e39..603d4e7 100644
--- a/websites/site/download/version-4.8.0-beta00011.md
+++ b/websites/site/download/version-4.8.0-beta00011.md
@@ -3,20 +3,21 @@ uid: download/4.8.0-beta00011
 version: 4.8.0-beta00011
 ---
 
-Download Lucene.Net 4.8.0-beta00011
-===============
+<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
 
----------------
+# Download Lucene.Net 4.8.0-beta00011
+
+---
 
 ## Lucene 4.8.0-beta00011
 
-_Status:_ __`Beta`__
+_Status:_ **`Beta`**
 
 _Released:_ `2020-07-21`
 
-* Binary release: __[Lucene.Net-4.8.0-beta00011.bin.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00011/Apache-Lucene.Net-4.8.0-beta00011.bin.zip)__ [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00011/Apache-Lucene.Net-4.8.0-beta00011.bin.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00011/Apache-Lucene.Net-4.8.0-beta00011.bin.zip.sha512)]
-* Source release: __[Lucene.Net-4.8.0-beta00011.src.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00011/Apache-Lucene.Net-4.8.0-beta00011.src.zip)__ [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00011/Apache-Lucene.Net-4.8.0-beta00011.src.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00011/Apache-Lucene.Net-4.8.0-beta00011.src.zip.sha512)]
-*  [Change log](https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0_beta00011)
+- Binary release: **[Lucene.Net-4.8.0-beta00011.bin.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00011/Apache-Lucene.Net-4.8.0-beta00011.bin.zip)** [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00011/Apache-Lucene.Net-4.8.0-beta00011.bin.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00011/Apache-Lucene.Net-4.8.0-beta00011.bin.zip.sha512)]
+- Source release: **[Lucene.Net-4.8.0-beta00011.src.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00011/Apache-Lucene.Net-4.8.0-beta00011.src.zip)** [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00011/Apache-Lucene.Net-4.8.0-beta00011.src.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00011/Apache-Lucene.Net-4.8.0-beta00011.src.zip.sha512)]
+- [Change log](https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0_beta00011)
 
 <div class="nuget-well" style="text-align:left;">
     PM> Install-Package Lucene.Net -Version 4.8.0-beta00011
@@ -24,7 +25,7 @@ _Released:_ `2020-07-21`
 
 ### Source code
 
-* [Git Repository](https://github.com/apache/lucenenet)
+- [Git Repository](https://github.com/apache/lucenenet)
 
 ### Supported Frameworks
 
@@ -34,13 +35,13 @@ _Released:_ `2020-07-21`
 
 ### Remaining work
 
-See __[Current Status](xref:contributing/current-status)__ for more details on the remaining work
+See **[Current Status](xref:contributing/current-status)** for more details on the remaining work
 
 This version is a direct port of the Java Lucene project at [this release](https://github.com/apache/lucene-solr/releases/tag/releases%2Flucene-solr%2F4.8.0)
 
 ### All Packages
 
-<!--- TO BE ADDED WHEN RELEASED 
+<!--- TO BE ADDED WHEN RELEASED
 
 - [Lucene.Net.Analysis.UIMA](https://www.nuget.org/packages/Lucene.Net.Analysis.UIMA/) - Analysis integration with Apache UIMA)
 
@@ -48,7 +49,7 @@ This version is a direct port of the Java Lucene project at [this release](https
 
 - [Lucene.Net](https://www.nuget.org/packages/Lucene.Net/) - Core library
 - [Lucene.Net.Analysis.Common](https://www.nuget.org/packages/Lucene.Net.Analysis.Common/) - Analyzers for indexing content in different languages and domains
-- [Lucene.Net.Analysis.Kuromoji](https://www.nuget.org/packages/Lucene.Net.Analysis.Kuromoji/) - Japanese Morphological Analyzer 
+- [Lucene.Net.Analysis.Kuromoji](https://www.nuget.org/packages/Lucene.Net.Analysis.Kuromoji/) - Japanese Morphological Analyzer
 - [Lucene.Net.Analysis.Morfologik](https://www.nuget.org/packages/Lucene.Net.Analysis.Morfologik/) - Analyzer for dictionary stemming, built-in Polish dictionary
 - [Lucene.Net.Analysis.OpenNlp](https://www.nuget.org/packages/Lucene.Net.Analysis.OpenNlp/) - OpenNLP Library Integration
 - [Lucene.Net.Analysis.Phonetic](https://www.nuget.org/packages/Lucene.Net.Analysis.Phonetic/) - Analyzer for indexing phonetic signatures (for sounds-alike search)
@@ -67,8 +68,8 @@ This version is a direct port of the Java Lucene project at [this release](https
 - [Lucene.Net.Misc](https://www.nuget.org/packages/Lucene.Net.Misc/) - Index tools and other miscellaneous code
 - [Lucene.Net.Queries](https://www.nuget.org/packages/Lucene.Net.Queries/) - Filters and Queries that add to core Lucene
 - [Lucene.Net.QueryParser](https://www.nuget.org/packages/Lucene.Net.QueryParser/) - Text to Query parsers and parsing framework
-- [Lucene.Net.Replicator](https://www.nuget.org/packages/Lucene.Net.Replicator/)  Files replication utility
+- [Lucene.Net.Replicator](https://www.nuget.org/packages/Lucene.Net.Replicator/) Files replication utility
 - [Lucene.Net.Sandbox](https://www.nuget.org/packages/Lucene.Net.Sandbox/) - Various third party contributions and new ideas
 - [Lucene.Net.Spatial](https://www.nuget.org/packages/Lucene.Net.Spatial/) - Geospatial search
 - [Lucene.Net.Suggest](https://www.nuget.org/packages/Lucene.Net.Suggest/) - Auto-suggest and Spellchecking support
-- [Lucene.Net.TestFramework](https://www.nuget.org/packages/Lucene.Net.TestFramework/) - Framework for testing Lucene-based applications
\ No newline at end of file
+- [Lucene.Net.TestFramework](https://www.nuget.org/packages/Lucene.Net.TestFramework/) - Framework for testing Lucene-based applications
diff --git a/websites/site/download/version-4.8.0-beta00012.md b/websites/site/download/version-4.8.0-beta00012.md
index e33f4a1..0acc556 100644
--- a/websites/site/download/version-4.8.0-beta00012.md
+++ b/websites/site/download/version-4.8.0-beta00012.md
@@ -3,20 +3,21 @@ uid: download/4.8.0-beta00012
 version: 4.8.0-beta00012
 ---
 
-Download Lucene.Net 4.8.0-beta00012
-===============
+<span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
 
----------------
+# Download Lucene.Net 4.8.0-beta00012
+
+---
 
 ## Lucene 4.8.0-beta00012
 
-_Status:_ __`Beta`__
+_Status:_ **`Beta`**
 
 _Released:_ `2020-09-19`
 
-* Binary release: __[Lucene.Net-4.8.0-beta00012.bin.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00012/Apache-Lucene.Net-4.8.0-beta00012.bin.zip)__ [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00012/Apache-Lucene.Net-4.8.0-beta00012.bin.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00012/Apache-Lucene.Net-4.8.0-beta00012.bin.zip.sha512)]
-* Source release: __[Lucene.Net-4.8.0-beta00012.src.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00012/Apache-Lucene.Net-4.8.0-beta00012.src.zip)__ [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00012/Apache-Lucene.Net-4.8.0-beta00012.src.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00012/Apache-Lucene.Net-4.8.0-beta00012.src.zip.sha512)]
-*  [Change log](https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0_beta00012)
+- Binary release: **[Lucene.Net-4.8.0-beta00012.bin.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00012/Apache-Lucene.Net-4.8.0-beta00012.bin.zip)** [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00012/Apache-Lucene.Net-4.8.0-beta00012.bin.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00012/Apache-Lucene.Net-4.8.0-beta00012.bin.zip.sha512)]
+- Source release: **[Lucene.Net-4.8.0-beta00012.src.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00012/Apache-Lucene.Net-4.8.0-beta00012.src.zip)** [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00012/Apache-Lucene.Net-4.8.0-beta00012.src.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00012/Apache-Lucene.Net-4.8.0-beta00012.src.zip.sha512)]
+- [Change log](https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0_beta00012)
 
 <div class="nuget-well" style="text-align:left;">
     PM> Install-Package Lucene.Net -Version 4.8.0-beta00012
@@ -24,7 +25,7 @@ _Released:_ `2020-09-19`
 
 ### Source code
 
-* [Git Repository](https://github.com/apache/lucenenet)
+- [Git Repository](https://github.com/apache/lucenenet)
 
 ### Supported Frameworks
 
@@ -34,7 +35,7 @@ _Released:_ `2020-09-19`
 
 ### Remaining work
 
-See __[Current Status](xref:contributing/current-status)__ for more details on the remaining work
+See **[Current Status](xref:contributing/current-status)** for more details on the remaining work
 
 This version is a direct port of the Java Lucene project at [this release](https://github.com/apache/lucene-solr/releases/tag/releases%2Flucene-solr%2F4.8.0)
 
@@ -42,7 +43,7 @@ This version is a direct port of the Java Lucene project at [this release](https
 
 - [Lucene.Net](https://www.nuget.org/packages/Lucene.Net/) - Core library
 - [Lucene.Net.Analysis.Common](https://www.nuget.org/packages/Lucene.Net.Analysis.Common/) - Analyzers for indexing content in different languages and domains
-- [Lucene.Net.Analysis.Kuromoji](https://www.nuget.org/packages/Lucene.Net.Analysis.Kuromoji/) - Japanese Morphological Analyzer 
+- [Lucene.Net.Analysis.Kuromoji](https://www.nuget.org/packages/Lucene.Net.Analysis.Kuromoji/) - Japanese Morphological Analyzer
 - [Lucene.Net.Analysis.Morfologik](https://www.nuget.org/packages/Lucene.Net.Analysis.Morfologik/) - Analyzer for dictionary stemming, built-in Polish dictionary
 - [Lucene.Net.Analysis.OpenNLP](https://www.nuget.org/packages/Lucene.Net.Analysis.OpenNLP/) - OpenNLP Library Integration
 - [Lucene.Net.Analysis.Phonetic](https://www.nuget.org/packages/Lucene.Net.Analysis.Phonetic/) - Analyzer for indexing phonetic signatures (for sounds-alike search)
@@ -61,8 +62,8 @@ This version is a direct port of the Java Lucene project at [this release](https
 - [Lucene.Net.Misc](https://www.nuget.org/packages/Lucene.Net.Misc/) - Index tools and other miscellaneous code
 - [Lucene.Net.Queries](https://www.nuget.org/packages/Lucene.Net.Queries/) - Filters and Queries that add to core Lucene
 - [Lucene.Net.QueryParser](https://www.nuget.org/packages/Lucene.Net.QueryParser/) - Text to Query parsers and parsing framework
-- [Lucene.Net.Replicator](https://www.nuget.org/packages/Lucene.Net.Replicator/)  Files replication utility
+- [Lucene.Net.Replicator](https://www.nuget.org/packages/Lucene.Net.Replicator/) Files replication utility
 - [Lucene.Net.Sandbox](https://www.nuget.org/packages/Lucene.Net.Sandbox/) - Various third party contributions and new ideas
 - [Lucene.Net.Spatial](https://www.nuget.org/packages/Lucene.Net.Spatial/) - Geospatial search
 - [Lucene.Net.Suggest](https://www.nuget.org/packages/Lucene.Net.Suggest/) - Auto-suggest and Spellchecking support
-- [Lucene.Net.TestFramework](https://www.nuget.org/packages/Lucene.Net.TestFramework/) - Framework for testing Lucene-based applications
\ No newline at end of file
+- [Lucene.Net.TestFramework](https://www.nuget.org/packages/Lucene.Net.TestFramework/) - Framework for testing Lucene-based applications
diff --git a/websites/site/lucenetemplate/index.html.tmpl b/websites/site/lucenetemplate/index.html.tmpl
index f8a36c7..0c3092f 100644
--- a/websites/site/lucenetemplate/index.html.tmpl
+++ b/websites/site/lucenetemplate/index.html.tmpl
@@ -8,6 +8,7 @@
 <html lang="en">
   {{>partials/head-content}}
   <body id="homepage" data-spy="scroll" data-target="#affix">
+  <span id="forkongithub"><a href="https://github.com/apache/lucenenet">Fork me on GitHub</a></span>
     <div id="wrapper">
       <header>
         {{>partials/navbar}}
diff --git a/websites/site/lucenetemplate/partials/head-content.tmpl.partial b/websites/site/lucenetemplate/partials/head-content.tmpl.partial
index 50cc7c5..e95c2d6 100644
--- a/websites/site/lucenetemplate/partials/head-content.tmpl.partial
+++ b/websites/site/lucenetemplate/partials/head-content.tmpl.partial
@@ -24,4 +24,4 @@
   <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather%7CRoboto+Mono">
   <link rel="stylesheet" href="/styles/site.css">
 
-</head>
+</head>
\ No newline at end of file
diff --git a/websites/site/lucenetemplate/styles/main.css b/websites/site/lucenetemplate/styles/main.css
index 06e4d9e..3e6fc5a 100644
--- a/websites/site/lucenetemplate/styles/main.css
+++ b/websites/site/lucenetemplate/styles/main.css
@@ -36,12 +36,13 @@
       background-color: #1764AA;
   } */
 
-  .btn-primary:hover {
-    background-color: #1764AA;
+.btn-primary:hover {
+  background-color: #1764aa;
 }
-button, a {
-    color: #1764AA;
-    /* #0095eb */
+button,
+a {
+  color: #1764aa;
+  /* #0095eb */
 }
 button:hover,
 button:focus,
@@ -51,42 +52,100 @@ a:focus {
   text-decoration: none;
 }
 nav.navbar {
-    background-color:white;
+  background-color: white;
 }
-.navbar-brand  {
-    height: 80px;
+.navbar-brand {
+  height: 80px;
 }
-.navbar-header .navbar-brand img {    
-    width:300px;
-    height:55px;
-    margin:10px 10px 10px 0px;
+.navbar-header .navbar-brand img {
+  width: 300px;
+  height: 55px;
+  margin: 10px 10px 10px 0px;
 }
-.navbar-toggle .icon-bar{
-    margin-top: 2px;
-    background-color:#0095eb;
+.navbar-toggle .icon-bar {
+  margin-top: 2px;
+  background-color: #0095eb;
 }
 .navbar-toggle {
-    border-color:#0095eb;
+  border-color: #0095eb;
 }
 header ul.navbar-nav {
-    /* font-size:1.2em; */
-    float:right;
-    font-weight: 600;
+  /* font-size:1.2em; */
+  float: right;
+  font-weight: 600;
 }
 
 .sidefilter {
-    top:120px;
+  top: 120px;
 }
 
 .sidetoc {
-    top: 180px;
-    background-color:rgb(247, 247, 247);
+  top: 180px;
+  background-color: rgb(247, 247, 247);
 }
 
 body .toc {
-    background-color:rgb(247, 247, 247);
+  background-color: rgb(247, 247, 247);
 }
 
 .sidefilter {
-    background-color: rgb(247, 247, 247);
-}
\ No newline at end of file
+  background-color: rgb(247, 247, 247);
+}
+
+/* FORK ME ON GITHUB */
+#forkongithub a {
+  background: #1764aa;
+  color: #fff;
+  text-decoration: none;
+  font-family: arial, sans-serif;
+  text-align: center;
+  font-weight: bold;
+  padding: 5px 40px;
+  font-size: 1rem;
+  line-height: 2rem;
+  position: relative;
+  transition: 0.5s;
+}
+#forkongithub a:hover {
+  background: black;
+  color: #fff;
+}
+#forkongithub a::before,
+#forkongithub a::after {
+  content: "";
+  width: 100%;
+  display: block;
+  position: absolute;
+  top: 1px;
+  left: 0;
+  height: 1px;
+  background: #fff;
+}
+#forkongithub a::after {
+  bottom: 1px;
+  top: auto;
+}
+@media screen and (min-width: 800px) {
+  #forkongithub {
+    position: fixed;
+    display: block;
+    top: 0;
+    right: 0;
+    width: 200px;
+    overflow: hidden;
+    height: 200px;
+    z-index: 9999;
+  }
+  #forkongithub a {
+    width: 200px;
+    position: absolute;
+    top: 40px;
+    right: -40px;
+    transform: rotate(45deg);
+    -webkit-transform: rotate(45deg);
+    -ms-transform: rotate(45deg);
+    -moz-transform: rotate(45deg);
+    -o-transform: rotate(45deg);
+    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
+  }
+}
diff --git a/websites/site/lucenetemplate/styles/site.css b/websites/site/lucenetemplate/styles/site.css
index a85d1ed..114bfab 100644
--- a/websites/site/lucenetemplate/styles/site.css
+++ b/websites/site/lucenetemplate/styles/site.css
@@ -19,144 +19,217 @@
 
 /* START From hugo academic css */
 #homepage section {
-    font-family: 'Merriweather', serif;
-    font-size: 16px;
-    line-height: 1.65;
-}
-#homepage pre, #homepage code {
-  font-family: 'Roboto Mono', 'Courier New', 'Courier', monospace;
-}
-#homepage h2, #homepage h3, #homepage h4  {
-    font-family: 'Lato', sans-serif;
-    font-weight: 400;
-    margin-bottom: 1em;
-    line-height: 1.25;
-    color: #313131;
-    text-rendering: optimizeLegibility;
+  font-family: "Merriweather", serif;
+  font-size: 16px;
+  line-height: 1.65;
+}
+#homepage pre,
+#homepage code {
+  font-family: "Roboto Mono", "Courier New", "Courier", monospace;
+}
+#homepage h2,
+#homepage h3,
+#homepage h4 {
+  font-family: "Lato", sans-serif;
+  font-weight: 400;
+  margin-bottom: 1em;
+  line-height: 1.25;
+  color: #313131;
+  text-rendering: optimizeLegibility;
 }
 #homepage h3 {
-    font-weight: 700;
+  font-weight: 700;
 }
 nav.navbar {
-    font-family: 'Lato', sans-serif;
-    font-weight: 400;
-    line-height: 1.25;
-    text-rendering: optimizeLegibility;
-    font-size: 16px;
+  font-family: "Lato", sans-serif;
+  font-weight: 400;
+  line-height: 1.25;
+  text-rendering: optimizeLegibility;
+  font-size: 16px;
 }
 .home-section:first-of-type {
-    padding-top: 50px;
+  padding-top: 50px;
 }
 .home-section:nth-of-type(even) {
-    background-color: rgb(247, 247, 247);
+  background-color: rgb(247, 247, 247);
 }
 @media screen and (min-width: 58em) {
-    #homepage section {
-        font-size: 20px;
-    }
+  #homepage section {
+    font-size: 20px;
+  }
 }
 /* END From hugo academic css */
 
 pre.clean {
-    border: none !important;
-    border-radius: 0 !important;
-    background-color: #f8f8f8;
-    overflow: auto;
-    display: block;
-    padding: 9.5px;
-    margin: 0 0 10px;
-    font-size: 13px;
-    line-height: 1.42857143;
-    color: #333;
-    word-break: break-all;
-    word-wrap: break-word;
+  border: none !important;
+  border-radius: 0 !important;
+  background-color: #f8f8f8;
+  overflow: auto;
+  display: block;
+  padding: 9.5px;
+  margin: 0 0 10px;
+  font-size: 13px;
+  line-height: 1.42857143;
+  color: #333;
+  word-break: break-all;
+  word-wrap: break-word;
 }
 
 #intro {
-    margin-top:80px;
-    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c5fa3+0,4096ee+100 */
-    background: rgb(44, 95, 163);
-    /* Old browsers */
-    background: -moz-linear-gradient(top, rgba(44, 95, 163, 1) 0%, rgba(64, 150, 238, 1) 100%);
-    /* FF3.6-15 */
-    background: -webkit-linear-gradient(top, rgba(44, 95, 163, 1) 0%, rgba(64, 150, 238, 1) 100%);
-    /* Chrome10-25,Safari5.1-6 */
-    background: linear-gradient(to bottom, rgba(44, 95, 163, 1) 0%, rgba(64, 150, 238, 1) 100%);
-    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c5fa3', endColorstr='#4096ee', GradientType=0);
-    /* IE6-9 */
-    color: white;
+  margin-top: 80px;
+  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c5fa3+0,4096ee+100 */
+  background: rgb(44, 95, 163);
+  /* Old browsers */
+  background: -moz-linear-gradient(
+    top,
+    rgba(44, 95, 163, 1) 0%,
+    rgba(64, 150, 238, 1) 100%
+  );
+  /* FF3.6-15 */
+  background: -webkit-linear-gradient(
+    top,
+    rgba(44, 95, 163, 1) 0%,
+    rgba(64, 150, 238, 1) 100%
+  );
+  /* Chrome10-25,Safari5.1-6 */
+  background: linear-gradient(
+    to bottom,
+    rgba(44, 95, 163, 1) 0%,
+    rgba(64, 150, 238, 1) 100%
+  );
+  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
+  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c5fa3', endColorstr='#4096ee', GradientType=0);
+  /* IE6-9 */
+  color: white;
 }
 #intro p {
-    margin: 0 0 10px;
-    margin-bottom: 2rem;
+  margin: 0 0 10px;
+  margin-bottom: 2rem;
 }
 
 .project-links {
-    margin-top: 20px;
-    font-size:30px;
+  margin-top: 20px;
+  font-size: 30px;
 
-    vertical-align: bottom;
+  vertical-align: bottom;
 }
 
 .project-links a {
-    color: white;
+  color: white;
 }
 
 .project-links a:hover {
-    color: #0095eb;
-    text-decoration: none;
-    transition: color 0.6s ease;
+  color: #0095eb;
+  text-decoration: none;
+  transition: color 0.6s ease;
 }
 
 .project-links i {
-    font-size: 1.7em;
-    margin-left: 2rem;
+  font-size: 1.7em;
+  margin-left: 2rem;
 }
 
 #intro h1 h2 h3 h4 h5 {
-    color: white;
+  color: white;
 }
 
 .no-padding {
-    padding: 0 !important;
-    margin: 0 !important;
+  padding: 0 !important;
+  margin: 0 !important;
 }
 
 .nuget-well {
-    -moz-border-radius: 5px;
-    -webkit-border-radius: 5px;
-    background-color: #202020;
-    border: 4px solid silver;
-    border-radius: 5px;
-    box-shadow: 2px 2px 3px #6e6e6e;
-    color: #e2e2e2;
-    display: block;
-    font: 1em 'andale mono', 'lucida console', monospace;
-    line-height: 1em;
-    overflow: auto;
-    padding: 15px;
-    text-align: center;
+  -moz-border-radius: 5px;
+  -webkit-border-radius: 5px;
+  background-color: #202020;
+  border: 4px solid silver;
+  border-radius: 5px;
+  box-shadow: 2px 2px 3px #6e6e6e;
+  color: #e2e2e2;
+  display: block;
+  font: 1em "andale mono", "lucida console", monospace;
+  line-height: 1em;
+  overflow: auto;
+  padding: 15px;
+  text-align: center;
 }
 
 .home-section {
-    padding: 4rem 0 4rem 0;
+  padding: 4rem 0 4rem 0;
 }
 
 .home-section.books .row {
-    text-align:center;
+  text-align: center;
 }
 
 .home-section.books img {
-    max-width:90%;
+  max-width: 90%;
 }
 .home-section.books a {
-    display:block;
-    padding:20px;
+  display: block;
+  padding: 20px;
 }
 
 @media screen and (min-width: 700px) {
-    .project-links {
-        margin-top: 4rem;
-    }
-}
\ No newline at end of file
+  .project-links {
+    margin-top: 4rem;
+  }
+}
+
+/* FORK ME ON GITHUB */
+#forkongithub a {
+  background: #1764aa;
+  color: #fff;
+  text-decoration: none;
+  font-family: arial, sans-serif;
+  text-align: center;
+  font-weight: bold;
+  padding: 5px 40px;
+  font-size: 1rem;
+  line-height: 2rem;
+  position: relative;
+  transition: 0.5s;
+}
+#forkongithub a:hover {
+  background: black;
+  color: #fff;
+}
+#forkongithub a::before,
+#forkongithub a::after {
+  content: "";
+  width: 100%;
+  display: block;
+  position: absolute;
+  top: 1px;
+  left: 0;
+  height: 1px;
+  background: #fff;
+}
+#forkongithub a::after {
+  bottom: 1px;
+  top: auto;
+}
+@media screen and (min-width: 800px) {
+  #forkongithub {
+    position: fixed;
+    display: block;
+    top: 0;
+    right: 0;
+    width: 200px;
+    overflow: hidden;
+    height: 200px;
+    z-index: 9999;
+  }
+  #forkongithub a {
+    width: 200px;
+    position: absolute;
+    top: 40px;
+    right: -40px;
+    transform: rotate(45deg);
+    -webkit-transform: rotate(45deg);
+    -ms-transform: rotate(45deg);
+    -moz-transform: rotate(45deg);
+    -o-transform: rotate(45deg);
+    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
+  }
+}