This is an automated email from the ASF dual-hosted git repository.
jialiang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new 23e64e5931 AMBARI-26103: Remove google analytics, as per ASF Privacy
Policy.
23e64e5931 is described below
commit 23e64e5931cb2542bdad25afb62f3f6356d16932
Author: Rich Bowen <[email protected]>
AuthorDate: Wed Jul 31 02:34:49 2024 -0400
AMBARI-26103: Remove google analytics, as per ASF Privacy Policy.
---
docs/src/site/site.xml | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index fcb0b5fe8a..dc9f2eb0c1 100644
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -44,23 +44,6 @@
<body>
<head>
- <!-- Start of Google analytics -->
- <script type="text/javascript">
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-27188762-1']);
- _gaq.push(['_trackPageview']);
-
- (function() {
- var ga = document.createElement('script');
- ga.type = 'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ?
- 'https://ssl' : 'http://www') +
- '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(ga, s);
- })();
- </script>
- <!-- End of Google analytics -->
<style>
.well.sidebar-nav {
background-color: #fff;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]