Modified: sites/solr/guide/8_11/documents-fields-and-schema-design.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/documents-fields-and-schema-design.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/documents-fields-and-schema-design.html (original)
+++ sites/solr/guide/8_11/documents-fields-and-schema-design.html Tue Apr 15 
19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Documents, Fields, and Schema Design | Apache Solr Reference Guide 
8.11</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/indexing-guide/fields.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_11/documents-screen.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/documents-screen.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/documents-screen.html (original)
+++ sites/solr/guide/8_11/documents-screen.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Documents Screen | Apache Solr Reference Guide 8.11</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/indexing-guide/documents-screen.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>
@@ -1779,11 +1779,11 @@ More information can be found at:  <a hr
 </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>
 
@@ -1808,7 +1808,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/docvalues.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/docvalues.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/docvalues.html (original)
+++ sites/solr/guide/8_11/docvalues.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>DocValues | Apache Solr Reference Guide 8.11</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/indexing-guide/docvalues.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 @@ Lucene index back-compatibility is only
 </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/dsp.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/dsp.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/dsp.html (original)
+++ sites/solr/guide/8_11/dsp.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Digital Signal Processing | Apache Solr Reference Guide 8.11</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/query-guide/dsp.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>
@@ -1902,11 +1902,11 @@ shows that there is considerable noise 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>
 
@@ -1931,7 +1931,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/dynamic-fields.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/dynamic-fields.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/dynamic-fields.html (original)
+++ sites/solr/guide/8_11/dynamic-fields.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Dynamic Fields | Apache Solr Reference Guide 8.11</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/indexing-guide/dynamic-fields.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>
@@ -1741,11 +1741,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>
 
@@ -1770,7 +1770,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/enabling-ssl.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/enabling-ssl.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/enabling-ssl.html (original)
+++ sites/solr/guide/8_11/enabling-ssl.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Enabling SSL | Apache Solr Reference Guide 8.11</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/deployment-guide/enabling-ssl.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>
@@ -1999,11 +1999,11 @@ java -Djavax.net.ssl.keyStorePassword<sp
 </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>
 
@@ -2028,7 +2028,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/errata.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/errata.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/errata.html (original)
+++ sites/solr/guide/8_11/errata.html Tue Apr 15 19:32:55 2025
@@ -10,32 +10,32 @@
 
 <title>Errata | Apache Solr Reference Guide 8.11</title>
 
-<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>
@@ -1741,11 +1741,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>
 
@@ -1770,7 +1770,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/exporting-result-sets.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/exporting-result-sets.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/exporting-result-sets.html (original)
+++ sites/solr/guide/8_11/exporting-result-sets.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Exporting Result Sets | Apache Solr Reference Guide 8.11</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/query-guide/exporting-result-sets.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 @@ handler parameter).</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>
 
@@ -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/faceting.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/faceting.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/faceting.html (original)
+++ sites/solr/guide/8_11/faceting.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Faceting | Apache Solr Reference Guide 8.11</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/query-guide/faceting.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>
@@ -2083,11 +2083,11 @@ facet.pivot={!range=r1}cat,inStock</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>
 
@@ -2112,7 +2112,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/field-properties-by-use-case.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/field-properties-by-use-case.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/field-properties-by-use-case.html (original)
+++ sites/solr/guide/8_11/field-properties-by-use-case.html Tue Apr 15 19:32:55 
2025
@@ -11,32 +11,32 @@
 <title>Field Properties by Use Case | Apache Solr Reference Guide 8.11</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/indexing-guide/field-properties-by-use-case.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>
@@ -1738,11 +1738,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>
 
@@ -1767,7 +1767,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/field-type-definitions-and-properties.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/field-type-definitions-and-properties.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/field-type-definitions-and-properties.html (original)
+++ sites/solr/guide/8_11/field-type-definitions-and-properties.html Tue Apr 15 
19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Field Type Definitions and Properties | 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>
@@ -1791,11 +1791,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>
 
@@ -1820,7 +1820,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/field-types-included-with-solr.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/field-types-included-with-solr.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/field-types-included-with-solr.html (original)
+++ sites/solr/guide/8_11/field-types-included-with-solr.html Tue Apr 15 
19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Field Types Included with Solr | Apache Solr Reference Guide 
8.11</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/indexing-guide/field-types-included-with-solr.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>
@@ -1755,11 +1755,11 @@ All Trie* numeric and date field types h
 </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>
 
@@ -1784,7 +1784,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/files-screen.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/files-screen.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/files-screen.html (original)
+++ sites/solr/guide/8_11/files-screen.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Files Screen | 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>
@@ -1743,11 +1743,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>
 
@@ -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_11/filter-descriptions.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/filter-descriptions.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/filter-descriptions.html (original)
+++ sites/solr/guide/8_11/filter-descriptions.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Filter Descriptions | Apache Solr Reference Guide 8.11</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/indexing-guide/filters.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>
@@ -2752,11 +2752,11 @@ $ =&gt; DIGIT
 </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>
 
@@ -2781,7 +2781,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/format-of-solr-xml.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/format-of-solr-xml.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/format-of-solr-xml.html (original)
+++ sites/solr/guide/8_11/format-of-solr-xml.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Format of solr.xml | Apache Solr Reference Guide 8.11</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/configuration-guide/configuring-solr-xml.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>
@@ -1820,11 +1820,11 @@ The <code>dividend</code> parameter must
 </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>
 
@@ -1849,7 +1849,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/function-queries.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/function-queries.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/function-queries.html (original)
+++ sites/solr/guide/8_11/function-queries.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Function Queries | Apache Solr Reference Guide 8.11</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/query-guide/function-queries.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>
@@ -1994,11 +1994,11 @@ If doc1:(fieldX:A B C) and doc2:(fieldX:
 </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>
 
@@ -2023,7 +2023,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/further-assistance.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/further-assistance.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/further-assistance.html (original)
+++ sites/solr/guide/8_11/further-assistance.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Further Assistance | Apache Solr Reference Guide 8.11</title>
 <link rel="canonical" href="https://solr.apache.org/community.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_11/getting-started-with-solrcloud.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/getting-started-with-solrcloud.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/getting-started-with-solrcloud.html (original)
+++ sites/solr/guide/8_11/getting-started-with-solrcloud.html Tue Apr 15 
19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Getting Started with SolrCloud | Apache Solr Reference Guide 
8.11</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/getting-started/tutorial-solrcloud.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>
@@ -1811,11 +1811,11 @@ bin/solr start -cloud -s example/cloud/n
 </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>
 
@@ -1840,7 +1840,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/getting-started.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/getting-started.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/getting-started.html (original)
+++ sites/solr/guide/8_11/getting-started.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Getting Started | Apache Solr Reference Guide 8.11</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/getting-started/introduction.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>
@@ -1740,11 +1740,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>
 
@@ -1769,7 +1769,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/graph-traversal.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_11/graph-traversal.html?rev=1089762&r1=1089761&r2=1089762&view=diff
==============================================================================
--- sites/solr/guide/8_11/graph-traversal.html (original)
+++ sites/solr/guide/8_11/graph-traversal.html Tue Apr 15 19:32:55 2025
@@ -11,32 +11,32 @@
 <title>Graph Traversal | Apache Solr Reference Guide 8.11</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/query-guide/graph-traversal.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>
@@ -2058,11 +2058,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>
 
@@ -2087,7 +2087,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