Modified: sites/solr/guide/8_7/solr-configuration-files.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/solr-configuration-files.html?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- sites/solr/guide/8_7/solr-configuration-files.html (original)
+++ sites/solr/guide/8_7/solr-configuration-files.html Tue Apr 15 19:27:42 2025
@@ -11,32 +11,32 @@
 <title>Solr Configuration Files | Apache Solr Reference Guide 8.7</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/configuration-guide/configuration-files.html";>
 
-<link rel="stylesheet" 
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"; 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 crossorigin="anonymous">
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 rel="stylesheet"/>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <link rel="stylesheet" href="css/navs.css ">
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/decoration.css">
 <link rel="stylesheet" href="css/search.css">
 
 <!-- JQuery - we can't use slim because navgoco relies on ajax -->
-<script src="https://code.jquery.com/jquery-3.5.1.min.js"; 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 src="js/jquery-3.5.1.min.js"></script>
 
 <!-- Scrollbar Custom CSS -->
-<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css";
 crossorigin="anonymous">
+<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" 
rel="stylesheet"/>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script>
 
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"; 
crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script>
 
 <link rel="shortcut icon" href="images/icons/favicon.ico">
 
 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries 
-->
 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 <!--[if lt IE 9]>
-<script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-<script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+<script src="js/html5shiv-3.7.0.js"></script>
+<script src="js/respond-1.4.2.min.js"></script>
 <![endif]-->
 
     <script>
@@ -1736,11 +1736,11 @@
 </div>
 </div>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"; 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 src="js/popper-1.14.3.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script>
 
-<script 
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"; 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 src="js/bootstrap-4.1.3.min.js"></script>
 
 <script src="js/customscripts.js"></script>
 
@@ -1765,7 +1765,7 @@ MathJax.Hub.Config({
     }
 });
 </script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML";></script>
+<script src="js/tex-mml-chtml.js"></script>
 
 
 </body>

Modified: sites/solr/guide/8_7/solr-control-script-reference.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/solr-control-script-reference.html?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- sites/solr/guide/8_7/solr-control-script-reference.html (original)
+++ sites/solr/guide/8_7/solr-control-script-reference.html Tue Apr 15 19:27:42 
2025
@@ -11,32 +11,32 @@
 <title>Solr Control Script Reference | Apache Solr Reference Guide 8.7</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/deployment-guide/solr-control-script-reference.html";>
 
-<link rel="stylesheet" 
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"; 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 crossorigin="anonymous">
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 rel="stylesheet"/>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <link rel="stylesheet" href="css/navs.css ">
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/decoration.css">
 <link rel="stylesheet" href="css/search.css">
 
 <!-- JQuery - we can't use slim because navgoco relies on ajax -->
-<script src="https://code.jquery.com/jquery-3.5.1.min.js"; 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 src="js/jquery-3.5.1.min.js"></script>
 
 <!-- Scrollbar Custom CSS -->
-<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css";
 crossorigin="anonymous">
+<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" 
rel="stylesheet"/>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script>
 
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"; 
crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script>
 
 <link rel="shortcut icon" href="images/icons/favicon.ico">
 
 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries 
-->
 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 <!--[if lt IE 9]>
-<script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-<script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+<script src="js/html5shiv-3.7.0.js"></script>
+<script src="js/respond-1.4.2.min.js"></script>
 <![endif]-->
 
     <script>
@@ -2101,11 +2101,11 @@ All documents can be exported, or only t
 </div>
 </div>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"; 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 src="js/popper-1.14.3.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script>
 
-<script 
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"; 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 src="js/bootstrap-4.1.3.min.js"></script>
 
 <script src="js/customscripts.js"></script>
 
@@ -2130,7 +2130,7 @@ MathJax.Hub.Config({
     }
 });
 </script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML";></script>
+<script src="js/tex-mml-chtml.js"></script>
 
 
 </body>

Modified: sites/solr/guide/8_7/solr-cores-and-solr-xml.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/solr-cores-and-solr-xml.html?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- sites/solr/guide/8_7/solr-cores-and-solr-xml.html (original)
+++ sites/solr/guide/8_7/solr-cores-and-solr-xml.html Tue Apr 15 19:27:42 2025
@@ -11,32 +11,32 @@
 <title>Solr Cores and solr.xml | Apache Solr Reference Guide 8.7</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/configuration-guide/core-discovery.html";>
 
-<link rel="stylesheet" 
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"; 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 crossorigin="anonymous">
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 rel="stylesheet"/>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <link rel="stylesheet" href="css/navs.css ">
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/decoration.css">
 <link rel="stylesheet" href="css/search.css">
 
 <!-- JQuery - we can't use slim because navgoco relies on ajax -->
-<script src="https://code.jquery.com/jquery-3.5.1.min.js"; 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 src="js/jquery-3.5.1.min.js"></script>
 
 <!-- Scrollbar Custom CSS -->
-<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css";
 crossorigin="anonymous">
+<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" 
rel="stylesheet"/>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script>
 
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"; 
crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script>
 
 <link rel="shortcut icon" href="images/icons/favicon.ico">
 
 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries 
-->
 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 <!--[if lt IE 9]>
-<script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-<script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+<script src="js/html5shiv-3.7.0.js"></script>
+<script src="js/respond-1.4.2.min.js"></script>
 <![endif]-->
 
     <script>
@@ -1715,11 +1715,11 @@
 </div>
 </div>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"; 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 src="js/popper-1.14.3.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script>
 
-<script 
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"; 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 src="js/bootstrap-4.1.3.min.js"></script>
 
 <script src="js/customscripts.js"></script>
 
@@ -1744,7 +1744,7 @@ MathJax.Hub.Config({
     }
 });
 </script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML";></script>
+<script src="js/tex-mml-chtml.js"></script>
 
 
 </body>

Modified: sites/solr/guide/8_7/solr-field-types.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/solr-field-types.html?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- sites/solr/guide/8_7/solr-field-types.html (original)
+++ sites/solr/guide/8_7/solr-field-types.html Tue Apr 15 19:27:42 2025
@@ -11,32 +11,32 @@
 <title>Solr Field Types | Apache Solr Reference Guide 8.7</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/indexing-guide/field-type-definitions-and-properties.html";>
 
-<link rel="stylesheet" 
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"; 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 crossorigin="anonymous">
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 rel="stylesheet"/>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <link rel="stylesheet" href="css/navs.css ">
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/decoration.css">
 <link rel="stylesheet" href="css/search.css">
 
 <!-- JQuery - we can't use slim because navgoco relies on ajax -->
-<script src="https://code.jquery.com/jquery-3.5.1.min.js"; 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 src="js/jquery-3.5.1.min.js"></script>
 
 <!-- Scrollbar Custom CSS -->
-<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css";
 crossorigin="anonymous">
+<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" 
rel="stylesheet"/>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script>
 
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"; 
crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script>
 
 <link rel="shortcut icon" href="images/icons/favicon.ico">
 
 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries 
-->
 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 <!--[if lt IE 9]>
-<script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-<script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+<script src="js/html5shiv-3.7.0.js"></script>
+<script src="js/respond-1.4.2.min.js"></script>
 <![endif]-->
 
     <script>
@@ -1713,11 +1713,11 @@ See also the <a href="https://lucene.apa
 </div>
 </div>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"; 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 src="js/popper-1.14.3.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script>
 
-<script 
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"; 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 src="js/bootstrap-4.1.3.min.js"></script>
 
 <script src="js/customscripts.js"></script>
 
@@ -1742,7 +1742,7 @@ MathJax.Hub.Config({
     }
 });
 </script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML";></script>
+<script src="js/tex-mml-chtml.js"></script>
 
 
 </body>

Modified: sites/solr/guide/8_7/solr-glossary.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/solr-glossary.html?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- sites/solr/guide/8_7/solr-glossary.html (original)
+++ sites/solr/guide/8_7/solr-glossary.html Tue Apr 15 19:27:42 2025
@@ -11,32 +11,32 @@
 <title>Solr Glossary | Apache Solr Reference Guide 8.7</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/getting-started/solr-glossary.html";>
 
-<link rel="stylesheet" 
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"; 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 crossorigin="anonymous">
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 rel="stylesheet"/>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <link rel="stylesheet" href="css/navs.css ">
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/decoration.css">
 <link rel="stylesheet" href="css/search.css">
 
 <!-- JQuery - we can't use slim because navgoco relies on ajax -->
-<script src="https://code.jquery.com/jquery-3.5.1.min.js"; 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 src="js/jquery-3.5.1.min.js"></script>
 
 <!-- Scrollbar Custom CSS -->
-<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css";
 crossorigin="anonymous">
+<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" 
rel="stylesheet"/>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script>
 
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"; 
crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script>
 
 <link rel="shortcut icon" href="images/icons/favicon.ico">
 
 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries 
-->
 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 <!--[if lt IE 9]>
-<script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-<script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+<script src="js/html5shiv-3.7.0.js"></script>
+<script src="js/respond-1.4.2.min.js"></script>
 <![endif]-->
 
     <script>
@@ -1715,11 +1715,11 @@
 </div>
 </div>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"; 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 src="js/popper-1.14.3.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script>
 
-<script 
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"; 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 src="js/bootstrap-4.1.3.min.js"></script>
 
 <script src="js/customscripts.js"></script>
 
@@ -1744,7 +1744,7 @@ MathJax.Hub.Config({
     }
 });
 </script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML";></script>
+<script src="js/tex-mml-chtml.js"></script>
 
 
 </body>

Modified: sites/solr/guide/8_7/solr-jdbc-apache-zeppelin.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/solr-jdbc-apache-zeppelin.html?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- sites/solr/guide/8_7/solr-jdbc-apache-zeppelin.html (original)
+++ sites/solr/guide/8_7/solr-jdbc-apache-zeppelin.html Tue Apr 15 19:27:42 2025
@@ -11,32 +11,32 @@
 <title>Solr JDBC - Apache Zeppelin | Apache Solr Reference Guide 8.7</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/query-guide/jdbc-zeppelin.html";>
 
-<link rel="stylesheet" 
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"; 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 crossorigin="anonymous">
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 rel="stylesheet"/>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <link rel="stylesheet" href="css/navs.css ">
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/decoration.css">
 <link rel="stylesheet" href="css/search.css">
 
 <!-- JQuery - we can't use slim because navgoco relies on ajax -->
-<script src="https://code.jquery.com/jquery-3.5.1.min.js"; 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 src="js/jquery-3.5.1.min.js"></script>
 
 <!-- Scrollbar Custom CSS -->
-<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css";
 crossorigin="anonymous">
+<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" 
rel="stylesheet"/>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script>
 
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"; 
crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script>
 
 <link rel="shortcut icon" href="images/icons/favicon.ico">
 
 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries 
-->
 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 <!--[if lt IE 9]>
-<script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-<script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+<script src="js/html5shiv-3.7.0.js"></script>
+<script src="js/respond-1.4.2.min.js"></script>
 <![endif]-->
 
     <script>
@@ -1763,11 +1763,11 @@ select fielda, fieldb, from test limit 1
 </div>
 </div>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"; 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 src="js/popper-1.14.3.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script>
 
-<script 
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"; 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 src="js/bootstrap-4.1.3.min.js"></script>
 
 <script src="js/customscripts.js"></script>
 
@@ -1792,7 +1792,7 @@ MathJax.Hub.Config({
     }
 });
 </script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML";></script>
+<script src="js/tex-mml-chtml.js"></script>
 
 
 </body>

Modified: sites/solr/guide/8_7/solr-jdbc-dbvisualizer.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/solr-jdbc-dbvisualizer.html?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- sites/solr/guide/8_7/solr-jdbc-dbvisualizer.html (original)
+++ sites/solr/guide/8_7/solr-jdbc-dbvisualizer.html Tue Apr 15 19:27:42 2025
@@ -11,32 +11,32 @@
 <title>Solr JDBC - DbVisualizer | Apache Solr Reference Guide 8.7</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/query-guide/jdbc-dbvisualizer.html";>
 
-<link rel="stylesheet" 
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"; 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 crossorigin="anonymous">
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 rel="stylesheet"/>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <link rel="stylesheet" href="css/navs.css ">
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/decoration.css">
 <link rel="stylesheet" href="css/search.css">
 
 <!-- JQuery - we can't use slim because navgoco relies on ajax -->
-<script src="https://code.jquery.com/jquery-3.5.1.min.js"; 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 src="js/jquery-3.5.1.min.js"></script>
 
 <!-- Scrollbar Custom CSS -->
-<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css";
 crossorigin="anonymous">
+<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" 
rel="stylesheet"/>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script>
 
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"; 
crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script>
 
 <link rel="shortcut icon" href="images/icons/favicon.ico">
 
 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries 
-->
 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 <!--[if lt IE 9]>
-<script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-<script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+<script src="js/html5shiv-3.7.0.js"></script>
+<script src="js/respond-1.4.2.min.js"></script>
 <![endif]-->
 
     <script>
@@ -1748,11 +1748,11 @@
 </div>
 </div>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"; 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 src="js/popper-1.14.3.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script>
 
-<script 
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"; 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 src="js/bootstrap-4.1.3.min.js"></script>
 
 <script src="js/customscripts.js"></script>
 
@@ -1777,7 +1777,7 @@ MathJax.Hub.Config({
     }
 });
 </script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML";></script>
+<script src="js/tex-mml-chtml.js"></script>
 
 
 </body>

Modified: sites/solr/guide/8_7/solr-jdbc-python-jython.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/solr-jdbc-python-jython.html?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- sites/solr/guide/8_7/solr-jdbc-python-jython.html (original)
+++ sites/solr/guide/8_7/solr-jdbc-python-jython.html Tue Apr 15 19:27:42 2025
@@ -11,32 +11,32 @@
 <title>Solr JDBC - Python/Jython | Apache Solr Reference Guide 8.7</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/query-guide/jdbc-python-jython.html";>
 
-<link rel="stylesheet" 
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"; 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 crossorigin="anonymous">
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 rel="stylesheet"/>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <link rel="stylesheet" href="css/navs.css ">
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/decoration.css">
 <link rel="stylesheet" href="css/search.css">
 
 <!-- JQuery - we can't use slim because navgoco relies on ajax -->
-<script src="https://code.jquery.com/jquery-3.5.1.min.js"; 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 src="js/jquery-3.5.1.min.js"></script>
 
 <!-- Scrollbar Custom CSS -->
-<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css";
 crossorigin="anonymous">
+<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" 
rel="stylesheet"/>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script>
 
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"; 
crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script>
 
 <link rel="shortcut icon" href="images/icons/favicon.ico">
 
 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries 
-->
 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 <!--[if lt IE 9]>
-<script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-<script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+<script src="js/html5shiv-3.7.0.js"></script>
+<script src="js/respond-1.4.2.min.js"></script>
 <![endif]-->
 
     <script>
@@ -1799,11 +1799,11 @@ jython <span style="color: #000000;font-
 </div>
 </div>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"; 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 src="js/popper-1.14.3.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script>
 
-<script 
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"; 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 src="js/bootstrap-4.1.3.min.js"></script>
 
 <script src="js/customscripts.js"></script>
 
@@ -1828,7 +1828,7 @@ MathJax.Hub.Config({
     }
 });
 </script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML";></script>
+<script src="js/tex-mml-chtml.js"></script>
 
 
 </body>

Modified: sites/solr/guide/8_7/solr-jdbc-r.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/solr-jdbc-r.html?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- sites/solr/guide/8_7/solr-jdbc-r.html (original)
+++ sites/solr/guide/8_7/solr-jdbc-r.html Tue Apr 15 19:27:42 2025
@@ -11,32 +11,32 @@
 <title>Solr JDBC - R | Apache Solr Reference Guide 8.7</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/query-guide/jdbc-r.html";>
 
-<link rel="stylesheet" 
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"; 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 crossorigin="anonymous">
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 rel="stylesheet"/>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <link rel="stylesheet" href="css/navs.css ">
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/decoration.css">
 <link rel="stylesheet" href="css/search.css">
 
 <!-- JQuery - we can't use slim because navgoco relies on ajax -->
-<script src="https://code.jquery.com/jquery-3.5.1.min.js"; 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 src="js/jquery-3.5.1.min.js"></script>
 
 <!-- Scrollbar Custom CSS -->
-<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css";
 crossorigin="anonymous">
+<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" 
rel="stylesheet"/>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script>
 
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"; 
crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script>
 
 <link rel="shortcut icon" href="images/icons/favicon.ico">
 
 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries 
-->
 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 <!--[if lt IE 9]>
-<script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-<script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+<script src="js/html5shiv-3.7.0.js"></script>
+<script src="js/respond-1.4.2.min.js"></script>
 <![endif]-->
 
     <script>
@@ -1723,11 +1723,11 @@ Rscript solr_rjdbc.R</code></pre></code>
 </div>
 </div>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"; 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 src="js/popper-1.14.3.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script>
 
-<script 
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"; 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 src="js/bootstrap-4.1.3.min.js"></script>
 
 <script src="js/customscripts.js"></script>
 
@@ -1752,7 +1752,7 @@ MathJax.Hub.Config({
     }
 });
 </script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML";></script>
+<script src="js/tex-mml-chtml.js"></script>
 
 
 </body>

Modified: sites/solr/guide/8_7/solr-jdbc-squirrel-sql.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/solr-jdbc-squirrel-sql.html?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- sites/solr/guide/8_7/solr-jdbc-squirrel-sql.html (original)
+++ sites/solr/guide/8_7/solr-jdbc-squirrel-sql.html Tue Apr 15 19:27:42 2025
@@ -11,32 +11,32 @@
 <title>Solr JDBC - SQuirreL SQL | Apache Solr Reference Guide 8.7</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/query-guide/jdbc-squirrel.html";>
 
-<link rel="stylesheet" 
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"; 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 crossorigin="anonymous">
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 rel="stylesheet"/>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <link rel="stylesheet" href="css/navs.css ">
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/decoration.css">
 <link rel="stylesheet" href="css/search.css">
 
 <!-- JQuery - we can't use slim because navgoco relies on ajax -->
-<script src="https://code.jquery.com/jquery-3.5.1.min.js"; 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 src="js/jquery-3.5.1.min.js"></script>
 
 <!-- Scrollbar Custom CSS -->
-<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css";
 crossorigin="anonymous">
+<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" 
rel="stylesheet"/>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script>
 
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"; 
crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script>
 
 <link rel="shortcut icon" href="images/icons/favicon.ico">
 
 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries 
-->
 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 <!--[if lt IE 9]>
-<script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-<script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+<script src="js/html5shiv-3.7.0.js"></script>
+<script src="js/respond-1.4.2.min.js"></script>
 <![endif]-->
 
     <script>
@@ -1737,11 +1737,11 @@
 </div>
 </div>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"; 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 src="js/popper-1.14.3.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script>
 
-<script 
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"; 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 src="js/bootstrap-4.1.3.min.js"></script>
 
 <script src="js/customscripts.js"></script>
 
@@ -1766,7 +1766,7 @@ MathJax.Hub.Config({
     }
 });
 </script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML";></script>
+<script src="js/tex-mml-chtml.js"></script>
 
 
 </body>

Modified: sites/solr/guide/8_7/solr-plugins.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/solr-plugins.html?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- sites/solr/guide/8_7/solr-plugins.html (original)
+++ sites/solr/guide/8_7/solr-plugins.html Tue Apr 15 19:27:42 2025
@@ -11,32 +11,32 @@
 <title>Solr Plugins | Apache Solr Reference Guide 8.7</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/configuration-guide/solr-plugins.html";>
 
-<link rel="stylesheet" 
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"; 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 crossorigin="anonymous">
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 rel="stylesheet"/>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <link rel="stylesheet" href="css/navs.css ">
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/decoration.css">
 <link rel="stylesheet" href="css/search.css">
 
 <!-- JQuery - we can't use slim because navgoco relies on ajax -->
-<script src="https://code.jquery.com/jquery-3.5.1.min.js"; 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 src="js/jquery-3.5.1.min.js"></script>
 
 <!-- Scrollbar Custom CSS -->
-<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css";
 crossorigin="anonymous">
+<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" 
rel="stylesheet"/>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script>
 
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"; 
crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script>
 
 <link rel="shortcut icon" href="images/icons/favicon.ico">
 
 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries 
-->
 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 <!--[if lt IE 9]>
-<script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-<script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+<script src="js/html5shiv-3.7.0.js"></script>
+<script src="js/respond-1.4.2.min.js"></script>
 <![endif]-->
 
     <script>
@@ -1726,11 +1726,11 @@ It will no longer be supported in Solr 9
 </div>
 </div>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"; 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 src="js/popper-1.14.3.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script>
 
-<script 
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"; 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 src="js/bootstrap-4.1.3.min.js"></script>
 
 <script src="js/customscripts.js"></script>
 
@@ -1755,7 +1755,7 @@ MathJax.Hub.Config({
     }
 });
 </script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML";></script>
+<script src="js/tex-mml-chtml.js"></script>
 
 
 </body>

Modified: sites/solr/guide/8_7/solr-system-requirements.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/solr-system-requirements.html?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- sites/solr/guide/8_7/solr-system-requirements.html (original)
+++ sites/solr/guide/8_7/solr-system-requirements.html Tue Apr 15 19:27:42 2025
@@ -11,32 +11,32 @@
 <title>Solr System Requirements | Apache Solr Reference Guide 8.7</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/deployment-guide/system-requirements.html";>
 
-<link rel="stylesheet" 
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"; 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 crossorigin="anonymous">
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 rel="stylesheet"/>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <link rel="stylesheet" href="css/navs.css ">
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/decoration.css">
 <link rel="stylesheet" href="css/search.css">
 
 <!-- JQuery - we can't use slim because navgoco relies on ajax -->
-<script src="https://code.jquery.com/jquery-3.5.1.min.js"; 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 src="js/jquery-3.5.1.min.js"></script>
 
 <!-- Scrollbar Custom CSS -->
-<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css";
 crossorigin="anonymous">
+<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" 
rel="stylesheet"/>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script>
 
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"; 
crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script>
 
 <link rel="shortcut icon" href="images/icons/favicon.ico">
 
 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries 
-->
 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 <!--[if lt IE 9]>
-<script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-<script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+<script src="js/html5shiv-3.7.0.js"></script>
+<script src="js/respond-1.4.2.min.js"></script>
 <![endif]-->
 
     <script>
@@ -1744,11 +1744,11 @@ While we reference the Java Development
 </div>
 </div>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"; 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 src="js/popper-1.14.3.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script>
 
-<script 
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"; 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 src="js/bootstrap-4.1.3.min.js"></script>
 
 <script src="js/customscripts.js"></script>
 
@@ -1773,7 +1773,7 @@ MathJax.Hub.Config({
     }
 });
 </script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML";></script>
+<script src="js/tex-mml-chtml.js"></script>
 
 
 </body>

Modified: sites/solr/guide/8_7/solr-tracing.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/solr-tracing.html?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- sites/solr/guide/8_7/solr-tracing.html (original)
+++ sites/solr/guide/8_7/solr-tracing.html Tue Apr 15 19:27:42 2025
@@ -11,32 +11,32 @@
 <title>Distributed Solr Tracing | Apache Solr Reference Guide 8.7</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/deployment-guide/distributed-tracing.html";>
 
-<link rel="stylesheet" 
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"; 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 crossorigin="anonymous">
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 rel="stylesheet"/>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <link rel="stylesheet" href="css/navs.css ">
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/decoration.css">
 <link rel="stylesheet" href="css/search.css">
 
 <!-- JQuery - we can't use slim because navgoco relies on ajax -->
-<script src="https://code.jquery.com/jquery-3.5.1.min.js"; 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 src="js/jquery-3.5.1.min.js"></script>
 
 <!-- Scrollbar Custom CSS -->
-<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css";
 crossorigin="anonymous">
+<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" 
rel="stylesheet"/>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script>
 
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"; 
crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script>
 
 <link rel="shortcut icon" href="images/icons/favicon.ico">
 
 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries 
-->
 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 <!--[if lt IE 9]>
-<script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-<script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+<script src="js/html5shiv-3.7.0.js"></script>
+<script src="js/respond-1.4.2.min.js"></script>
 <![endif]-->
 
     <script>
@@ -1743,11 +1743,11 @@ Note that all library of jaegertracer-co
 </div>
 </div>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"; 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 src="js/popper-1.14.3.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script>
 
-<script 
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"; 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 src="js/bootstrap-4.1.3.min.js"></script>
 
 <script src="js/customscripts.js"></script>
 
@@ -1772,7 +1772,7 @@ MathJax.Hub.Config({
     }
 });
 </script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML";></script>
+<script src="js/tex-mml-chtml.js"></script>
 
 
 </body>

Modified: sites/solr/guide/8_7/solr-tutorial.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/solr-tutorial.html?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- sites/solr/guide/8_7/solr-tutorial.html (original)
+++ sites/solr/guide/8_7/solr-tutorial.html Tue Apr 15 19:27:42 2025
@@ -11,32 +11,32 @@
 <title>Solr Tutorial | Apache Solr Reference Guide 8.7</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/getting-started/solr-tutorial.html";>
 
-<link rel="stylesheet" 
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"; 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 crossorigin="anonymous">
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 rel="stylesheet"/>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <link rel="stylesheet" href="css/navs.css ">
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/decoration.css">
 <link rel="stylesheet" href="css/search.css">
 
 <!-- JQuery - we can't use slim because navgoco relies on ajax -->
-<script src="https://code.jquery.com/jquery-3.5.1.min.js"; 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 src="js/jquery-3.5.1.min.js"></script>
 
 <!-- Scrollbar Custom CSS -->
-<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css";
 crossorigin="anonymous">
+<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" 
rel="stylesheet"/>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script>
 
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"; 
crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script>
 
 <link rel="shortcut icon" href="images/icons/favicon.ico">
 
 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries 
-->
 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 <!--[if lt IE 9]>
-<script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-<script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+<script src="js/html5shiv-3.7.0.js"></script>
+<script src="js/respond-1.4.2.min.js"></script>
 <![endif]-->
 
     <script>
@@ -2354,11 +2354,11 @@ Time spent: 0:00:00.878</code></pre></co
 </div>
 </div>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"; 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 src="js/popper-1.14.3.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script>
 
-<script 
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"; 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 src="js/bootstrap-4.1.3.min.js"></script>
 
 <script src="js/customscripts.js"></script>
 
@@ -2383,7 +2383,7 @@ MathJax.Hub.Config({
     }
 });
 </script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML";></script>
+<script src="js/tex-mml-chtml.js"></script>
 
 
 </body>

Modified: sites/solr/guide/8_7/solr-upgrade-notes.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/solr-upgrade-notes.html?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- sites/solr/guide/8_7/solr-upgrade-notes.html (original)
+++ sites/solr/guide/8_7/solr-upgrade-notes.html Tue Apr 15 19:27:42 2025
@@ -11,32 +11,32 @@
 <title>Solr Upgrade Notes | Apache Solr Reference Guide 8.7</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/upgrade-notes/solr-upgrade-notes.html";>
 
-<link rel="stylesheet" 
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"; 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 crossorigin="anonymous">
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 rel="stylesheet"/>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <link rel="stylesheet" href="css/navs.css ">
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/decoration.css">
 <link rel="stylesheet" href="css/search.css">
 
 <!-- JQuery - we can't use slim because navgoco relies on ajax -->
-<script src="https://code.jquery.com/jquery-3.5.1.min.js"; 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 src="js/jquery-3.5.1.min.js"></script>
 
 <!-- Scrollbar Custom CSS -->
-<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css";
 crossorigin="anonymous">
+<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" 
rel="stylesheet"/>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script>
 
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"; 
crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script>
 
 <link rel="shortcut icon" href="images/icons/favicon.ico">
 
 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries 
-->
 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 <!--[if lt IE 9]>
-<script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-<script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+<script src="js/html5shiv-3.7.0.js"></script>
+<script src="js/respond-1.4.2.min.js"></script>
 <![endif]-->
 
     <script>
@@ -2001,11 +2001,11 @@ If you run in SolrCloud mode, you must b
 </div>
 </div>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"; 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 src="js/popper-1.14.3.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script>
 
-<script 
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"; 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 src="js/bootstrap-4.1.3.min.js"></script>
 
 <script src="js/customscripts.js"></script>
 
@@ -2030,7 +2030,7 @@ MathJax.Hub.Config({
     }
 });
 </script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML";></script>
+<script src="js/tex-mml-chtml.js"></script>
 
 
 </body>

Modified: sites/solr/guide/8_7/solrcloud-autoscaling-api.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/solrcloud-autoscaling-api.html?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- sites/solr/guide/8_7/solrcloud-autoscaling-api.html (original)
+++ sites/solr/guide/8_7/solrcloud-autoscaling-api.html Tue Apr 15 19:27:42 2025
@@ -11,32 +11,32 @@
 <title>Autoscaling API | Apache Solr Reference Guide 8.7</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/8_11/solrcloud-autoscaling-api.html";>
 
-<link rel="stylesheet" 
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"; 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 crossorigin="anonymous">
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 rel="stylesheet"/>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <link rel="stylesheet" href="css/navs.css ">
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/decoration.css">
 <link rel="stylesheet" href="css/search.css">
 
 <!-- JQuery - we can't use slim because navgoco relies on ajax -->
-<script src="https://code.jquery.com/jquery-3.5.1.min.js"; 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 src="js/jquery-3.5.1.min.js"></script>
 
 <!-- Scrollbar Custom CSS -->
-<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css";
 crossorigin="anonymous">
+<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" 
rel="stylesheet"/>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script>
 
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"; 
crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script>
 
 <link rel="shortcut icon" href="images/icons/favicon.ico">
 
 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries 
-->
 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 <!--[if lt IE 9]>
-<script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-<script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+<script src="js/html5shiv-3.7.0.js"></script>
+<script src="js/respond-1.4.2.min.js"></script>
 <![endif]-->
 
     <script>
@@ -2283,11 +2283,11 @@ A changed value can be unset by using a
 </div>
 </div>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"; 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 src="js/popper-1.14.3.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script>
 
-<script 
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"; 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 src="js/bootstrap-4.1.3.min.js"></script>
 
 <script src="js/customscripts.js"></script>
 
@@ -2312,7 +2312,7 @@ MathJax.Hub.Config({
     }
 });
 </script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML";></script>
+<script src="js/tex-mml-chtml.js"></script>
 
 
 </body>

Modified: sites/solr/guide/8_7/solrcloud-autoscaling-auto-add-replicas.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/solrcloud-autoscaling-auto-add-replicas.html?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- sites/solr/guide/8_7/solrcloud-autoscaling-auto-add-replicas.html (original)
+++ sites/solr/guide/8_7/solrcloud-autoscaling-auto-add-replicas.html Tue Apr 
15 19:27:42 2025
@@ -11,32 +11,32 @@
 <title>SolrCloud Autoscaling Automatically Adding Replicas | Apache Solr 
Reference Guide 8.7</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/8_11/solrcloud-autoscaling-auto-add-replicas.html";>
 
-<link rel="stylesheet" 
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"; 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 crossorigin="anonymous">
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 rel="stylesheet"/>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <link rel="stylesheet" href="css/navs.css ">
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/decoration.css">
 <link rel="stylesheet" href="css/search.css">
 
 <!-- JQuery - we can't use slim because navgoco relies on ajax -->
-<script src="https://code.jquery.com/jquery-3.5.1.min.js"; 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 src="js/jquery-3.5.1.min.js"></script>
 
 <!-- Scrollbar Custom CSS -->
-<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css";
 crossorigin="anonymous">
+<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" 
rel="stylesheet"/>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script>
 
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"; 
crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script>
 
 <link rel="shortcut icon" href="images/icons/favicon.ico">
 
 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries 
-->
 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 <!--[if lt IE 9]>
-<script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-<script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+<script src="js/html5shiv-3.7.0.js"></script>
+<script src="js/respond-1.4.2.min.js"></script>
 <![endif]-->
 
     <script>
@@ -1754,11 +1754,11 @@ If this cluster property is missing or s
 </div>
 </div>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"; 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 src="js/popper-1.14.3.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script>
 
-<script 
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"; 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 src="js/bootstrap-4.1.3.min.js"></script>
 
 <script src="js/customscripts.js"></script>
 
@@ -1783,7 +1783,7 @@ MathJax.Hub.Config({
     }
 });
 </script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML";></script>
+<script src="js/tex-mml-chtml.js"></script>
 
 
 </body>

Modified: sites/solr/guide/8_7/solrcloud-autoscaling-fault-tolerance.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/solrcloud-autoscaling-fault-tolerance.html?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- sites/solr/guide/8_7/solrcloud-autoscaling-fault-tolerance.html (original)
+++ sites/solr/guide/8_7/solrcloud-autoscaling-fault-tolerance.html Tue Apr 15 
19:27:42 2025
@@ -11,32 +11,32 @@
 <title>SolrCloud Autoscaling Fault Tolerance | Apache Solr Reference Guide 
8.7</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/8_11/solrcloud-autoscaling-fault-tolerance.html";>
 
-<link rel="stylesheet" 
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"; 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 crossorigin="anonymous">
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 rel="stylesheet"/>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <link rel="stylesheet" href="css/navs.css ">
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/decoration.css">
 <link rel="stylesheet" href="css/search.css">
 
 <!-- JQuery - we can't use slim because navgoco relies on ajax -->
-<script src="https://code.jquery.com/jquery-3.5.1.min.js"; 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 src="js/jquery-3.5.1.min.js"></script>
 
 <!-- Scrollbar Custom CSS -->
-<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css";
 crossorigin="anonymous">
+<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" 
rel="stylesheet"/>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script>
 
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"; 
crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script>
 
 <link rel="shortcut icon" href="images/icons/favicon.ico">
 
 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries 
-->
 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 <!--[if lt IE 9]>
-<script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-<script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+<script src="js/html5shiv-3.7.0.js"></script>
+<script src="js/respond-1.4.2.min.js"></script>
 <![endif]-->
 
     <script>
@@ -1745,11 +1745,11 @@ normally. Queued events that fail proces
 </div>
 </div>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"; 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 src="js/popper-1.14.3.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script>
 
-<script 
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"; 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 src="js/bootstrap-4.1.3.min.js"></script>
 
 <script src="js/customscripts.js"></script>
 
@@ -1774,7 +1774,7 @@ MathJax.Hub.Config({
     }
 });
 </script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML";></script>
+<script src="js/tex-mml-chtml.js"></script>
 
 
 </body>

Modified: sites/solr/guide/8_7/solrcloud-autoscaling-listeners.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/solrcloud-autoscaling-listeners.html?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- sites/solr/guide/8_7/solrcloud-autoscaling-listeners.html (original)
+++ sites/solr/guide/8_7/solrcloud-autoscaling-listeners.html Tue Apr 15 
19:27:42 2025
@@ -11,32 +11,32 @@
 <title>SolrCloud Autoscaling Listeners | Apache Solr Reference Guide 
8.7</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/8_11/solrcloud-autoscaling-listeners.html";>
 
-<link rel="stylesheet" 
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"; 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 crossorigin="anonymous">
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 rel="stylesheet"/>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <link rel="stylesheet" href="css/navs.css ">
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/decoration.css">
 <link rel="stylesheet" href="css/search.css">
 
 <!-- JQuery - we can't use slim because navgoco relies on ajax -->
-<script src="https://code.jquery.com/jquery-3.5.1.min.js"; 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 src="js/jquery-3.5.1.min.js"></script>
 
 <!-- Scrollbar Custom CSS -->
-<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css";
 crossorigin="anonymous">
+<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" 
rel="stylesheet"/>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script>
 
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"; 
crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script>
 
 <link rel="shortcut icon" href="images/icons/favicon.ico">
 
 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries 
-->
 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 <!--[if lt IE 9]>
-<script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-<script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+<script src="js/html5shiv-3.7.0.js"></script>
+<script src="js/respond-1.4.2.min.js"></script>
 <![endif]-->
 
     <script>
@@ -1834,11 +1834,11 @@ and with a custom header that indicates
 </div>
 </div>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"; 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 src="js/popper-1.14.3.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script>
 
-<script 
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"; 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 src="js/bootstrap-4.1.3.min.js"></script>
 
 <script src="js/customscripts.js"></script>
 
@@ -1863,7 +1863,7 @@ MathJax.Hub.Config({
     }
 });
 </script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML";></script>
+<script src="js/tex-mml-chtml.js"></script>
 
 
 </body>

Modified: sites/solr/guide/8_7/solrcloud-autoscaling-overview.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/solrcloud-autoscaling-overview.html?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- sites/solr/guide/8_7/solrcloud-autoscaling-overview.html (original)
+++ sites/solr/guide/8_7/solrcloud-autoscaling-overview.html Tue Apr 15 
19:27:42 2025
@@ -11,32 +11,32 @@
 <title>Overview of SolrCloud Autoscaling | Apache Solr Reference Guide 
8.7</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/8_11/solrcloud-autoscaling-overview.html";>
 
-<link rel="stylesheet" 
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"; 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 crossorigin="anonymous">
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 rel="stylesheet"/>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <link rel="stylesheet" href="css/navs.css ">
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/decoration.css">
 <link rel="stylesheet" href="css/search.css">
 
 <!-- JQuery - we can't use slim because navgoco relies on ajax -->
-<script src="https://code.jquery.com/jquery-3.5.1.min.js"; 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 src="js/jquery-3.5.1.min.js"></script>
 
 <!-- Scrollbar Custom CSS -->
-<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css";
 crossorigin="anonymous">
+<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" 
rel="stylesheet"/>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script>
 
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"; 
crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script>
 
 <link rel="shortcut icon" href="images/icons/favicon.ico">
 
 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries 
-->
 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 <!--[if lt IE 9]>
-<script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-<script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+<script src="js/html5shiv-3.7.0.js"></script>
+<script src="js/respond-1.4.2.min.js"></script>
 <![endif]-->
 
     <script>
@@ -1750,11 +1750,11 @@
 </div>
 </div>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"; 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 src="js/popper-1.14.3.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script>
 
-<script 
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"; 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 src="js/bootstrap-4.1.3.min.js"></script>
 
 <script src="js/customscripts.js"></script>
 
@@ -1779,7 +1779,7 @@ MathJax.Hub.Config({
     }
 });
 </script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML";></script>
+<script src="js/tex-mml-chtml.js"></script>
 
 
 </body>



Reply via email to