Modified: sites/solr/guide/8_11/colocating-collections.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_11/colocating-collections.html?rev=1089762&r1=1089761&r2=1089762&view=diff ============================================================================== --- sites/solr/guide/8_11/colocating-collections.html (original) +++ sites/solr/guide/8_11/colocating-collections.html Tue Apr 15 19:32:55 2025 @@ -10,32 +10,32 @@ <title>Colocating Collections | 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> @@ -1775,11 +1775,11 @@ rules and will not be cleaned up automat </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> @@ -1804,7 +1804,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/combining-distribution-and-replication.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_11/combining-distribution-and-replication.html?rev=1089762&r1=1089761&r2=1089762&view=diff ============================================================================== --- sites/solr/guide/8_11/combining-distribution-and-replication.html (original) +++ sites/solr/guide/8_11/combining-distribution-and-replication.html Tue Apr 15 19:32:55 2025 @@ -11,32 +11,32 @@ <title>Combining Distribution and Replication | Apache Solr Reference Guide 8.11</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/deployment-guide/user-managed-distributed-search.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> @@ -1742,11 +1742,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> @@ -1771,7 +1771,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/command-line-utilities.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_11/command-line-utilities.html?rev=1089762&r1=1089761&r2=1089762&view=diff ============================================================================== --- sites/solr/guide/8_11/command-line-utilities.html (original) +++ sites/solr/guide/8_11/command-line-utilities.html Tue Apr 15 19:32:55 2025 @@ -11,32 +11,32 @@ <title>Command Line Utilities | Apache Solr Reference Guide 8.11</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/deployment-guide/zookeeper-utilities.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> @@ -1818,11 +1818,11 @@ See the section <a href="cloud-screens.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> @@ -1847,7 +1847,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/common-query-parameters.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_11/common-query-parameters.html?rev=1089762&r1=1089761&r2=1089762&view=diff ============================================================================== --- sites/solr/guide/8_11/common-query-parameters.html (original) +++ sites/solr/guide/8_11/common-query-parameters.html Tue Apr 15 19:32:55 2025 @@ -11,32 +11,32 @@ <title>Common Query Parameters | Apache Solr Reference Guide 8.11</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/query-guide/common-query-parameters.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> @@ -1939,11 +1939,11 @@ For example:</p></li></ul></div> </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> @@ -1968,7 +1968,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/computational-geometry.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_11/computational-geometry.html?rev=1089762&r1=1089761&r2=1089762&view=diff ============================================================================== --- sites/solr/guide/8_11/computational-geometry.html (original) +++ sites/solr/guide/8_11/computational-geometry.html Tue Apr 15 19:32:55 2025 @@ -11,32 +11,32 @@ <title>Computational Geometry | Apache Solr Reference Guide 8.11</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/query-guide/computational-geometry.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> @@ -1838,11 +1838,11 @@ can be applied to geometrically describe </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> @@ -1867,7 +1867,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/config-api.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_11/config-api.html?rev=1089762&r1=1089761&r2=1089762&view=diff ============================================================================== --- sites/solr/guide/8_11/config-api.html (original) +++ sites/solr/guide/8_11/config-api.html Tue Apr 15 19:32:55 2025 @@ -11,32 +11,32 @@ <title>Config API | Apache Solr Reference Guide 8.11</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/configuration-guide/config-api.html"> -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" rel="stylesheet"/> +<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/navs.css "> <link rel="stylesheet" href="css/ref-guide.css"> <link rel="stylesheet" href="css/decoration.css"> <link rel="stylesheet" href="css/search.css"> <!-- JQuery - we can't use slim because navgoco relies on ajax --> -<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" src="js/jquery-3.5.1.min.js"></script> <!-- Scrollbar Custom CSS --> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous"> +<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" rel="stylesheet"/> -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script> <link rel="shortcut icon" href="images/icons/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> -<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> -<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> +<script src="js/html5shiv-3.7.0.js"></script> +<script src="js/respond-1.4.2.min.js"></script> <![endif]--> <script> @@ -2093,11 +2093,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> @@ -2122,7 +2122,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/config-sets.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_11/config-sets.html?rev=1089762&r1=1089761&r2=1089762&view=diff ============================================================================== --- sites/solr/guide/8_11/config-sets.html (original) +++ sites/solr/guide/8_11/config-sets.html Tue Apr 15 19:32:55 2025 @@ -11,32 +11,32 @@ <title>Configsets | Apache Solr Reference Guide 8.11</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/configuration-guide/config-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> @@ -1788,11 +1788,11 @@ By default, ZooKeeper’s file size </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> @@ -1817,7 +1817,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/configsets-api.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_11/configsets-api.html?rev=1089762&r1=1089761&r2=1089762&view=diff ============================================================================== --- sites/solr/guide/8_11/configsets-api.html (original) +++ sites/solr/guide/8_11/configsets-api.html Tue Apr 15 19:32:55 2025 @@ -11,32 +11,32 @@ <title>Configsets API | Apache Solr Reference Guide 8.11</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/configuration-guide/configsets-api.html"> -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" rel="stylesheet"/> +<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/navs.css "> <link rel="stylesheet" href="css/ref-guide.css"> <link rel="stylesheet" href="css/decoration.css"> <link rel="stylesheet" href="css/search.css"> <!-- JQuery - we can't use slim because navgoco relies on ajax --> -<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" src="js/jquery-3.5.1.min.js"></script> <!-- Scrollbar Custom CSS --> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous"> +<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" rel="stylesheet"/> -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script> <link rel="shortcut icon" href="images/icons/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> -<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> -<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> +<script src="js/html5shiv-3.7.0.js"></script> +<script src="js/respond-1.4.2.min.js"></script> <![endif]--> <script> @@ -1867,11 +1867,11 @@ This behavior can be disabled with the 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> @@ -1896,7 +1896,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/configuration-apis.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_11/configuration-apis.html?rev=1089762&r1=1089761&r2=1089762&view=diff ============================================================================== --- sites/solr/guide/8_11/configuration-apis.html (original) +++ sites/solr/guide/8_11/configuration-apis.html Tue Apr 15 19:32:55 2025 @@ -11,32 +11,32 @@ <title>Configuration APIs | Apache Solr Reference Guide 8.11</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/configuration-guide/config-api.html"> -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" rel="stylesheet"/> +<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/navs.css "> <link rel="stylesheet" href="css/ref-guide.css"> <link rel="stylesheet" href="css/decoration.css"> <link rel="stylesheet" href="css/search.css"> <!-- JQuery - we can't use slim because navgoco relies on ajax --> -<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" src="js/jquery-3.5.1.min.js"></script> <!-- Scrollbar Custom CSS --> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous"> +<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" rel="stylesheet"/> -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script> <link rel="shortcut icon" href="images/icons/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> -<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> -<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> +<script src="js/html5shiv-3.7.0.js"></script> +<script src="js/respond-1.4.2.min.js"></script> <![endif]--> <script> @@ -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/configuring-logging.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_11/configuring-logging.html?rev=1089762&r1=1089761&r2=1089762&view=diff ============================================================================== --- sites/solr/guide/8_11/configuring-logging.html (original) +++ sites/solr/guide/8_11/configuring-logging.html Tue Apr 15 19:32:55 2025 @@ -11,32 +11,32 @@ <title>Configuring Logging | Apache Solr Reference Guide 8.11</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/deployment-guide/configuring-logging.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> @@ -1792,11 +1792,11 @@ The format of the log messages can be ch </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> @@ -1821,7 +1821,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/configuring-solrconfig-xml.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_11/configuring-solrconfig-xml.html?rev=1089762&r1=1089761&r2=1089762&view=diff ============================================================================== --- sites/solr/guide/8_11/configuring-solrconfig-xml.html (original) +++ sites/solr/guide/8_11/configuring-solrconfig-xml.html Tue Apr 15 19:32:55 2025 @@ -11,32 +11,32 @@ <title>Configuring solrconfig.xml | Apache Solr Reference Guide 8.11</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/configuration-guide/configuring-solrconfig-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> @@ -1821,11 +1821,11 @@ See <a href="libs.html#lib-directives-in </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> @@ -1850,7 +1850,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/content-streams.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_11/content-streams.html?rev=1089762&r1=1089761&r2=1089762&view=diff ============================================================================== --- sites/solr/guide/8_11/content-streams.html (original) +++ sites/solr/guide/8_11/content-streams.html Tue Apr 15 19:32:55 2025 @@ -11,32 +11,32 @@ <title>Content Streams | Apache Solr Reference Guide 8.11</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/indexing-guide/content-streams.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 @@ Gzip doesn’t apply to <code>stream </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/copying-fields.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_11/copying-fields.html?rev=1089762&r1=1089761&r2=1089762&view=diff ============================================================================== --- sites/solr/guide/8_11/copying-fields.html (original) +++ sites/solr/guide/8_11/copying-fields.html Tue Apr 15 19:32:55 2025 @@ -11,32 +11,32 @@ <title>Copying Fields | Apache Solr Reference Guide 8.11</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/indexing-guide/copy-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> @@ -1758,11 +1758,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> @@ -1787,7 +1787,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/core-specific-tools.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_11/core-specific-tools.html?rev=1089762&r1=1089761&r2=1089762&view=diff ============================================================================== --- sites/solr/guide/8_11/core-specific-tools.html (original) +++ sites/solr/guide/8_11/core-specific-tools.html Tue Apr 15 19:32:55 2025 @@ -11,32 +11,32 @@ <title>Core-Specific Tools | Apache Solr Reference Guide 8.11</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/getting-started/solr-admin-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> @@ -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/coreadmin-api.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_11/coreadmin-api.html?rev=1089762&r1=1089761&r2=1089762&view=diff ============================================================================== --- sites/solr/guide/8_11/coreadmin-api.html (original) +++ sites/solr/guide/8_11/coreadmin-api.html Tue Apr 15 19:32:55 2025 @@ -11,32 +11,32 @@ <title>CoreAdmin API | Apache Solr Reference Guide 8.11</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/configuration-guide/coreadmin-api.html"> -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" rel="stylesheet"/> +<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/navs.css "> <link rel="stylesheet" href="css/ref-guide.css"> <link rel="stylesheet" href="css/decoration.css"> <link rel="stylesheet" href="css/search.css"> <!-- JQuery - we can't use slim because navgoco relies on ajax --> -<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" src="js/jquery-3.5.1.min.js"></script> <!-- Scrollbar Custom CSS --> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous"> +<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" rel="stylesheet"/> -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script> <link rel="shortcut icon" href="images/icons/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> -<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> -<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> +<script src="js/html5shiv-3.7.0.js"></script> +<script src="js/respond-1.4.2.min.js"></script> <![endif]--> <script> @@ -1887,11 +1887,11 @@ While it’s possible to create a 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> @@ -1916,7 +1916,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/cross-data-center-replication-cdcr.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_11/cross-data-center-replication-cdcr.html?rev=1089762&r1=1089761&r2=1089762&view=diff ============================================================================== --- sites/solr/guide/8_11/cross-data-center-replication-cdcr.html (original) +++ sites/solr/guide/8_11/cross-data-center-replication-cdcr.html Tue Apr 15 19:32:55 2025 @@ -10,32 +10,32 @@ <title>Cross Data Center Replication (CDCR) | 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> @@ -1760,11 +1760,11 @@ While this may require more initial setu </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> @@ -1789,7 +1789,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> Added: sites/solr/guide/8_11/css/bootstrap-4.1.3.min.css URL: http://svn.apache.org/viewvc/sites/solr/guide/8_11/css/bootstrap-4.1.3.min.css?rev=1089762&view=auto ============================================================================== --- sites/solr/guide/8_11/css/bootstrap-4.1.3.min.css (added) +++ sites/solr/guide/8_11/css/bootstrap-4.1.3.min.css Tue Apr 15 19:32:55 2025 @@ -0,0 +1,7 @@ +/*! + * Bootstrap v4.1.3 (https://getbootstrap.com/) + * Copyright 2011-2018 The Bootstrap Authors + * Copyright 2011-2018 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) [... 4 lines stripped ...]
