Modified: sites/solr/guide/8_11/security-ui.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/security-ui.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/security-ui.html (original)
+++ sites/solr/guide/8_11/security-ui.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Security UI | Apache Solr Reference Guide 8.11</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/deployment-guide/security-ui.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>
@@ -1795,11 +1795,11 @@ In general, you want to permissions list
 </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>
 
@@ -1824,7 +1824,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_11/segments-info.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/segments-info.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/segments-info.html (original)
+++ sites/solr/guide/8_11/segments-info.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Segments Info | Apache Solr Reference Guide 8.11</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/configuration-guide/index-segments-merging.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_11/setting-up-an-external-zookeeper-ensemble.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/setting-up-an-external-zookeeper-ensemble.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/setting-up-an-external-zookeeper-ensemble.html 
(original)
+++ sites/solr/guide/8_11/setting-up-an-external-zookeeper-ensemble.html Tue 
Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Setting Up an External ZooKeeper Ensemble | Apache Solr Reference Guide 
8.11</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/deployment-guide/zookeeper-ensemble.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>
@@ -1968,11 +1968,11 @@ REM -a option on start script, those opt
 </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>
 
@@ -1997,7 +1997,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_11/shard-management.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/shard-management.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/shard-management.html (original)
+++ sites/solr/guide/8_11/shard-management.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Shard Management Commands | Apache Solr Reference Guide 8.11</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/deployment-guide/shard-management.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>
@@ -1889,11 +1889,11 @@ This is an expert level command, and sho
 </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>
 
@@ -1918,7 +1918,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_11/shards-and-indexing-data-in-solrcloud.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/shards-and-indexing-data-in-solrcloud.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/shards-and-indexing-data-in-solrcloud.html (original)
+++ sites/solr/guide/8_11/shards-and-indexing-data-in-solrcloud.html Tue Apr 15 
19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Shards and Indexing Data in SolrCloud | Apache Solr Reference Guide 
8.11</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/deployment-guide/solrcloud-shards-indexing.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>
@@ -1825,11 +1825,11 @@ Using <code>autoSoftCommit</code> or <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>
 
@@ -1854,7 +1854,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_11/simulations.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/simulations.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/simulations.html (original)
+++ sites/solr/guide/8_11/simulations.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Monte Carlo Simulations | Apache Solr Reference Guide 8.11</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/query-guide/simulations.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>
@@ -1901,11 +1901,11 @@ in the random walk.</p>
 </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>
 
@@ -1930,7 +1930,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_11/solr-configuration-files.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/solr-configuration-files.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/solr-configuration-files.html (original)
+++ sites/solr/guide/8_11/solr-configuration-files.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Solr Configuration Files | Apache Solr Reference Guide 8.11</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>
@@ -1772,11 +1772,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>
 
@@ -1801,7 +1801,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_11/solr-control-script-reference.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/solr-control-script-reference.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/solr-control-script-reference.html (original)
+++ sites/solr/guide/8_11/solr-control-script-reference.html Tue Apr 15 
19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Solr Control Script Reference | Apache Solr Reference Guide 8.11</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>
@@ -2137,11 +2137,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>
 
@@ -2166,7 +2166,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_11/solr-cores-and-solr-xml.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/solr-cores-and-solr-xml.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/solr-cores-and-solr-xml.html (original)
+++ sites/solr/guide/8_11/solr-cores-and-solr-xml.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Solr Cores and solr.xml | Apache Solr Reference Guide 8.11</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>
@@ -1751,11 +1751,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>
 
@@ -1780,7 +1780,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_11/solr-field-types.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/solr-field-types.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/solr-field-types.html (original)
+++ sites/solr/guide/8_11/solr-field-types.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Solr Field Types | Apache Solr Reference Guide 8.11</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>
@@ -1749,11 +1749,11 @@ See also the <a href="https://solr.apach
 </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>
 
@@ -1778,7 +1778,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_11/solr-glossary.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/solr-glossary.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/solr-glossary.html (original)
+++ sites/solr/guide/8_11/solr-glossary.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Solr Glossary | Apache Solr Reference Guide 8.11</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>
@@ -1751,11 +1751,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>
 
@@ -1780,7 +1780,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_11/solr-jdbc-apache-zeppelin.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/solr-jdbc-apache-zeppelin.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/solr-jdbc-apache-zeppelin.html (original)
+++ sites/solr/guide/8_11/solr-jdbc-apache-zeppelin.html Tue Apr 15 19:32:55 
2025
@@ -11,32 +11,32 @@
 <title>Solr JDBC - Apache Zeppelin | Apache Solr Reference Guide 8.11</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>
@@ -1799,11 +1799,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>
 
@@ -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_11/solr-jdbc-dbvisualizer.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/solr-jdbc-dbvisualizer.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/solr-jdbc-dbvisualizer.html (original)
+++ sites/solr/guide/8_11/solr-jdbc-dbvisualizer.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Solr JDBC - DbVisualizer | Apache Solr Reference Guide 8.11</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>
@@ -1784,11 +1784,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>
 
@@ -1813,7 +1813,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_11/solr-jdbc-python-jython.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/solr-jdbc-python-jython.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/solr-jdbc-python-jython.html (original)
+++ sites/solr/guide/8_11/solr-jdbc-python-jython.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Solr JDBC - Python/Jython | Apache Solr Reference Guide 8.11</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>
@@ -1835,11 +1835,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>
 
@@ -1864,7 +1864,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_11/solr-jdbc-r.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/solr-jdbc-r.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/solr-jdbc-r.html (original)
+++ sites/solr/guide/8_11/solr-jdbc-r.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Solr JDBC - R | Apache Solr Reference Guide 8.11</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>
@@ -1759,11 +1759,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>
 
@@ -1788,7 +1788,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_11/solr-jdbc-squirrel-sql.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/solr-jdbc-squirrel-sql.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/solr-jdbc-squirrel-sql.html (original)
+++ sites/solr/guide/8_11/solr-jdbc-squirrel-sql.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Solr JDBC - SQuirreL SQL | Apache Solr Reference Guide 8.11</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>
@@ -1773,11 +1773,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>
 
@@ -1802,7 +1802,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_11/solr-plugins.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/solr-plugins.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/solr-plugins.html (original)
+++ sites/solr/guide/8_11/solr-plugins.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Solr Plugins | Apache Solr Reference Guide 8.11</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>
@@ -1762,11 +1762,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>
 
@@ -1791,7 +1791,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_11/solr-system-requirements.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/solr-system-requirements.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/solr-system-requirements.html (original)
+++ sites/solr/guide/8_11/solr-system-requirements.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Solr System Requirements | Apache Solr Reference Guide 8.11</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>
@@ -1780,11 +1780,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>
 
@@ -1809,7 +1809,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_11/solr-tracing.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/solr-tracing.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/solr-tracing.html (original)
+++ sites/solr/guide/8_11/solr-tracing.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Distributed Solr Tracing | Apache Solr Reference Guide 8.11</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>
@@ -1786,11 +1786,11 @@ The full list of parameters can be found
 </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>
 
@@ -1815,7 +1815,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_11/solr-tutorial.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/solr-tutorial.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/solr-tutorial.html (original)
+++ sites/solr/guide/8_11/solr-tutorial.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Solr Tutorial | Apache Solr Reference Guide 8.11</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>
@@ -2390,11 +2390,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>
 
@@ -2419,7 +2419,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