Modified: sites/solr/guide/6_6/stream-decorators.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/stream-decorators.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/stream-decorators.html (original)
+++ sites/solr/guide/6_6/stream-decorators.html Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>Stream Decorator Reference | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/stream-evaluators.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/stream-evaluators.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/stream-evaluators.html (original)
+++ sites/solr/guide/6_6/stream-evaluators.html Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>Stream Evaluator Reference | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/stream-screen.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/stream-screen.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/stream-screen.html (original)
+++ sites/solr/guide/6_6/stream-screen.html Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>Stream Screen | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/stream-sources.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/stream-sources.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/stream-sources.html (original)
+++ sites/solr/guide/6_6/stream-sources.html Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>Stream Source Reference | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/streaming-expressions.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/streaming-expressions.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/streaming-expressions.html (original)
+++ sites/solr/guide/6_6/streaming-expressions.html Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>Streaming Expressions | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/suggester.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/suggester.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/suggester.html (original)
+++ sites/solr/guide/6_6/suggester.html Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>Suggester | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/taking-solr-to-production.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/taking-solr-to-production.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/taking-solr-to-production.html (original)
+++ sites/solr/guide/6_6/taking-solr-to-production.html Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>Taking Solr to Production | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/the-dismax-query-parser.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/the-dismax-query-parser.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/the-dismax-query-parser.html (original)
+++ sites/solr/guide/6_6/the-dismax-query-parser.html Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>The DisMax Query Parser | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/the-extended-dismax-query-parser.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/the-extended-dismax-query-parser.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/the-extended-dismax-query-parser.html (original)
+++ sites/solr/guide/6_6/the-extended-dismax-query-parser.html Thu Mar 20 
18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>The Extended DisMax Query Parser | Apache Solr Reference Guide 
6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/the-query-elevation-component.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/the-query-elevation-component.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/the-query-elevation-component.html (original)
+++ sites/solr/guide/6_6/the-query-elevation-component.html Thu Mar 20 18:46:12 
2025
@@ -8,7 +8,7 @@
 
 <title>The Query Elevation Component | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/the-standard-query-parser.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/the-standard-query-parser.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/the-standard-query-parser.html (original)
+++ sites/solr/guide/6_6/the-standard-query-parser.html Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>The Standard Query Parser | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/the-stats-component.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/the-stats-component.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/the-stats-component.html (original)
+++ sites/solr/guide/6_6/the-stats-component.html Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>The Stats Component | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/the-term-vector-component.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/the-term-vector-component.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/the-term-vector-component.html (original)
+++ sites/solr/guide/6_6/the-term-vector-component.html Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>The Term Vector Component | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/the-terms-component.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/the-terms-component.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/the-terms-component.html (original)
+++ sites/solr/guide/6_6/the-terms-component.html Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>The Terms Component | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/the-well-configured-solr-instance.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/the-well-configured-solr-instance.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/the-well-configured-solr-instance.html (original)
+++ sites/solr/guide/6_6/the-well-configured-solr-instance.html Thu Mar 20 
18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>The Well-Configured Solr Instance | Apache Solr Reference Guide 
6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/thread-dump.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/thread-dump.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/thread-dump.html (original)
+++ sites/solr/guide/6_6/thread-dump.html Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>Thread Dump | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/tokenizers.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/tokenizers.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/tokenizers.html (original)
+++ sites/solr/guide/6_6/tokenizers.html Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>Tokenizers | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/transforming-and-indexing-custom-json.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/transforming-and-indexing-custom-json.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/transforming-and-indexing-custom-json.html (original)
+++ sites/solr/guide/6_6/transforming-and-indexing-custom-json.html Thu Mar 20 
18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>Transforming and Indexing Custom JSON | Apache Solr Reference Guide 
6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/transforming-result-documents.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/transforming-result-documents.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/transforming-result-documents.html (original)
+++ sites/solr/guide/6_6/transforming-result-documents.html Thu Mar 20 18:46:12 
2025
@@ -8,7 +8,7 @@
 
 <title>Transforming Result Documents | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/uima-integration.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/uima-integration.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/uima-integration.html (original)
+++ sites/solr/guide/6_6/uima-integration.html Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>UIMA Integration | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: 
sites/solr/guide/6_6/understanding-analyzers-tokenizers-and-filters.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/understanding-analyzers-tokenizers-and-filters.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/understanding-analyzers-tokenizers-and-filters.html 
(original)
+++ sites/solr/guide/6_6/understanding-analyzers-tokenizers-and-filters.html 
Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>Understanding Analyzers, Tokenizers, and Filters | Apache Solr 
Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/update-request-processors.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/update-request-processors.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/update-request-processors.html (original)
+++ sites/solr/guide/6_6/update-request-processors.html Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>Update Request Processors | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/updatehandlers-in-solrconfig.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/updatehandlers-in-solrconfig.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/updatehandlers-in-solrconfig.html (original)
+++ sites/solr/guide/6_6/updatehandlers-in-solrconfig.html Thu Mar 20 18:46:12 
2025
@@ -8,7 +8,7 @@
 
 <title>UpdateHandlers in SolrConfig | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/updating-parts-of-documents.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/updating-parts-of-documents.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/updating-parts-of-documents.html (original)
+++ sites/solr/guide/6_6/updating-parts-of-documents.html Thu Mar 20 18:46:12 
2025
@@ -8,7 +8,7 @@
 
 <title>Updating Parts of Documents | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/upgrading-a-solr-cluster.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/upgrading-a-solr-cluster.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/upgrading-a-solr-cluster.html (original)
+++ sites/solr/guide/6_6/upgrading-a-solr-cluster.html Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>Upgrading a Solr Cluster | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/upgrading-solr.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/upgrading-solr.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/upgrading-solr.html (original)
+++ sites/solr/guide/6_6/upgrading-solr.html Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>Upgrading Solr | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/uploading-data-with-index-handlers.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/uploading-data-with-index-handlers.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/uploading-data-with-index-handlers.html (original)
+++ sites/solr/guide/6_6/uploading-data-with-index-handlers.html Thu Mar 20 
18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>Uploading Data with Index Handlers | Apache Solr Reference Guide 
6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: 
sites/solr/guide/6_6/uploading-data-with-solr-cell-using-apache-tika.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/uploading-data-with-solr-cell-using-apache-tika.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/uploading-data-with-solr-cell-using-apache-tika.html 
(original)
+++ sites/solr/guide/6_6/uploading-data-with-solr-cell-using-apache-tika.html 
Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>Uploading Data with Solr Cell using Apache Tika | Apache Solr Reference 
Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: 
sites/solr/guide/6_6/uploading-structured-data-store-data-with-the-data-import-handler.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/uploading-structured-data-store-data-with-the-data-import-handler.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- 
sites/solr/guide/6_6/uploading-structured-data-store-data-with-the-data-import-handler.html
 (original)
+++ 
sites/solr/guide/6_6/uploading-structured-data-store-data-with-the-data-import-handler.html
 Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>Uploading Structured Data Store Data with the Data Import Handler | 
Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/using-javascript.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/using-javascript.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/using-javascript.html (original)
+++ sites/solr/guide/6_6/using-javascript.html Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>Using JavaScript | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/using-jmx-with-solr.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/using-jmx-with-solr.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/using-jmx-with-solr.html (original)
+++ sites/solr/guide/6_6/using-jmx-with-solr.html Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>Using JMX with Solr | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/using-python.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/using-python.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/using-python.html (original)
+++ sites/solr/guide/6_6/using-python.html Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>Using Python | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/using-solr-from-ruby.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/using-solr-from-ruby.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/using-solr-from-ruby.html (original)
+++ sites/solr/guide/6_6/using-solr-from-ruby.html Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>Using Solr From Ruby | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/using-solrj.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/using-solrj.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/using-solrj.html (original)
+++ sites/solr/guide/6_6/using-solrj.html Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>Using SolrJ | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/using-the-solr-administration-user-interface.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/using-the-solr-administration-user-interface.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/using-the-solr-administration-user-interface.html 
(original)
+++ sites/solr/guide/6_6/using-the-solr-administration-user-interface.html Thu 
Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>Using the Solr Administration User Interface | Apache Solr Reference 
Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: 
sites/solr/guide/6_6/using-zookeeper-to-manage-configuration-files.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/using-zookeeper-to-manage-configuration-files.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/using-zookeeper-to-manage-configuration-files.html 
(original)
+++ sites/solr/guide/6_6/using-zookeeper-to-manage-configuration-files.html Thu 
Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>Using ZooKeeper to Manage Configuration Files | Apache Solr Reference 
Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>

Modified: sites/solr/guide/6_6/v2-api.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/6_6/v2-api.html?rev=1089478&r1=1089477&r2=1089478&view=diff
==============================================================================
--- sites/solr/guide/6_6/v2-api.html (original)
+++ sites/solr/guide/6_6/v2-api.html Thu Mar 20 18:46:12 2025
@@ -8,7 +8,7 @@
 
 <title>v2 API | Apache Solr Reference Guide 6.6</title>
 
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
 <link rel="stylesheet" href="css/lavish-bootstrap.css">
 <link rel="stylesheet" href="css/customstyles.css">
@@ -16,12 +16,12 @@
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/comments.css">
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";></script>
+<script src="js/jquery-2.1.4.min.js"></script>
+<script src="js/jquery.cookie-1.4.1.min.js"></script>
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js";></script>
+<script src="js/bootstrap-3.3.4.min.js"></script>
+<script src="js/anchor-2.0.0.min.js"></script>
 <script src="js/toc.js"></script>
 <script src="js/customscripts.js"></script>
 
@@ -30,8 +30,8 @@
 <!-- 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]-->
 
 <link rel="alternate" type="application/rss+xml" title="Apache Solr Reference 
Guide" 
href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml";>


Reply via email to