LuciferYang commented on code in PR #583:
URL: https://github.com/apache/spark-website/pull/583#discussion_r1949706460


##########
site/docs/3.5.3/404.html:
##########
@@ -15,36 +15,18 @@
         
 
 
-        <link 
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"; 
rel="stylesheet"
-        
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
 crossorigin="anonymous">
+        <link rel="stylesheet" href="css/bootstrap.min.css">
         <link rel="preconnect" href="https://fonts.googleapis.com";>
         <link rel="preconnect" href="https://fonts.gstatic.com"; crossorigin>
         <link 
href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&Courier+Prime:wght@400;700&display=swap";
 rel="stylesheet">
         <link href="css/custom.css" rel="stylesheet">
         <script src="js/vendor/modernizr-2.6.1-respond-1.1.0.min.js"></script>
 
         <link rel="stylesheet" href="css/pygments-default.css">
-        <link rel="stylesheet" 
href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css"; />
+        <link rel="stylesheet" href="css/docsearch.min.css" />
         <link rel="stylesheet" href="css/docsearch.css">
 
         
-        <!-- Matomo -->

Review Comment:
   ```
   git cherry-pick 31fbf013e7cba1deeb359c0af17295488cf66461
   git cherry-pick 3b892bd632502c56c1f76f858a4531f76118024b
   git cherry-pick e395f33dd37f212b6e95b08467e95b58acd73d73
   git cherry-pick 03f7200d5b6c63a732162b4762f72ac94a64a3f8
   cd docs
   SKIP_API=1 bundle exec jekyll build
   ```
   
   Is this command correct? The code was all generated through commands, and I 
didn't manually edit any of it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to