jongyoul opened a new pull request, #73:
URL: https://github.com/apache/zeppelin-site/pull/73

   ## What changed
   
   - Removed Google Analytics and tracking pixel loads from generated 
docs/output pages.
   - Removed html5shim and CDN-hosted JavaScript/CSS from site templates and 
versioned docs.
   - Added local copies for jQuery, Angular, UI Bootstrap, Font Awesome, 
Material Icons, and the Patua One font where templates need them.
   - Converted external inline images and YouTube thumbnail embeds in docs to 
explicit text links.
   - Kept the Medium controller resilient when `mediumPost` is not present.
   
   ## Follow-up Zeppelin issues
   
   - [ZEPPELIN-6491](https://issues.apache.org/jira/browse/ZEPPELIN-6491): 
Remove Google Analytics from generated version docs
   - [ZEPPELIN-6492](https://issues.apache.org/jira/browse/ZEPPELIN-6492): 
Avoid external resource loads in generated website docs
   
   ## Validation
   
   - `git diff --cached --check`
   - `rg -n 
'<script[^>]+src="(?:https?:)?//|<link[^>]+href="(?:https?:)?//[^\"]+"[^>]*(stylesheet|text/css)|@import
 
url\((?:https?:)?//|<img[^>]+src="(?:https?:)?//|<iframe[^>]+src="(?:https?:)?//'
 docs output _includes assets --glob '*.html' --glob '*.css'`
   - `rg -n 
'www\.google-analytics\.com/analytics\.js|GoogleAnalyticsObject|UA-45176241|ga-beacon\.appspot\.com|img\.youtube\.com|html5shim\.googlecode\.com|fonts\.googleapis\.com|maxcdn\.bootstrapcdn\.com|code\.jquery\.com|ajax\.googleapis\.com|s3\.amazonaws\.com/apache-zeppelin/post/medium\.js'
 docs output _includes assets --glob '*.html' --glob '*.css'`
   


-- 
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]

Reply via email to