mirror of https://github.com/crossplane/docs.git
Merge pull request #972 from jbw976/cleanalytics
remove obsolete analytics
This commit is contained in:
commit
b652a647d2
|
|
@ -388,12 +388,10 @@ Expand the tab below to see an annotated `tree` output of the website repository
|
|||
│ │ │ ├── master-version-alert.html # Alert box for the master version
|
||||
│ │ │ ├── mermaid.html # Styling and JavaScript for mermaid diagrams
|
||||
│ │ │ ├── meta-common.html # <meta> tags used on all pages
|
||||
│ │ │ ├── ms-clarity.html # Microsoft Clarity tags
|
||||
│ │ │ ├── old-version-alert.html # Alert box for versions that aren't the latest
|
||||
│ │ │ ├── preview-version-alert.html # Alert box for preview versions
|
||||
│ │ │ ├── redirect.html # HTML meta redirect
|
||||
│ │ │ ├── release-notes.html # Release note summary page generator
|
||||
│ │ │ ├── rollworks.html # Rollworks analytics tags
|
||||
│ │ │ ├── scripts.html # Global JavaScript includes
|
||||
│ │ │ ├── search-button.html # Algolia search button
|
||||
│ │ │ ├── sidebar # Static links in the left-side nav
|
||||
|
|
|
|||
|
|
@ -1,3 +1 @@
|
|||
{{ partialCached "ms-clarity" . }}
|
||||
{{ partialCached "google-analytics" . }}
|
||||
{{ partialCached "rollworks" . }}
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
<script type="text/javascript">
|
||||
(function(c,l,a,r,i,t,y){
|
||||
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
|
||||
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
|
||||
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
|
||||
})(window, document, "clarity", "script", "el5517lxor");
|
||||
</script>
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
<script type="text/javascript">
|
||||
adroll_adv_id = "B4XQTO44VJFVDGCGM332GU";
|
||||
adroll_pix_id = "6ROIBHUPMVCSXN7HHIKJTK";
|
||||
adroll_version = "2.0";
|
||||
|
||||
(function(w, d, e, o, a) {
|
||||
w.__adroll_loaded = true;
|
||||
w.adroll = w.adroll || [];
|
||||
w.adroll.f = [ 'setProperties', 'identify', 'track' ];
|
||||
var roundtripUrl = "https://s.adroll.com/j/" + adroll_adv_id
|
||||
+ "/roundtrip.js";
|
||||
for (a = 0; a < w.adroll.f.length; a++) {
|
||||
w.adroll[w.adroll.f[a]] = w.adroll[w.adroll.f[a]] || (function(n) {
|
||||
return function() {
|
||||
w.adroll.push([ n, arguments ])
|
||||
}
|
||||
})(w.adroll.f[a])
|
||||
}
|
||||
|
||||
e = d.createElement('script');
|
||||
o = d.getElementsByTagName('script')[0];
|
||||
e.async = 1;
|
||||
e.src = roundtripUrl;
|
||||
o.parentNode.insertBefore(e, o);
|
||||
})(window, document);
|
||||
adroll.track("pageView");
|
||||
</script>
|
||||
Loading…
Reference in New Issue