NihalJain commented on code in PR #6668:
URL: https://github.com/apache/hbase/pull/6668#discussion_r1970518768
##########
src/site/site.xml:
##########
@@ -77,10 +77,10 @@
<body>
<head>
<![CDATA[<meta name="viewport" content="width=device-width,
initial-scale=1.0"></meta>
- <link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap-responsive.min.css"/>
- <link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/styles/github.min.css"/>
+ <link rel="stylesheet" href="css/bootstrap-responsive.min.css"/>
+ <link rel="stylesheet" href="css/github.min.css"/>
Review Comment:
Do we not need to change font-awesome similar to bootstrap and others
somewhere in site?
##########
src/site/site.xml:
##########
@@ -77,10 +77,10 @@
<body>
<head>
<![CDATA[<meta name="viewport" content="width=device-width,
initial-scale=1.0"></meta>
- <link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap-responsive.min.css"/>
- <link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/styles/github.min.css"/>
+ <link rel="stylesheet" href="css/bootstrap-responsive.min.css"/>
+ <link rel="stylesheet" href="css/github.min.css"/>
Review Comment:
Do we not need to change font-awesome to not use cdn similar to bootstrap
and others somewhere in site?
--
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]