We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ba08b commit 6549737Copy full SHA for 6549737
docs/_static/js/rb2b.js
@@ -0,0 +1,8 @@
1
+!function(key) {
2
+ if (window.reb2b) return;
3
+ window.reb2b = {loaded: true};
4
+ var s = document.createElement("script");
5
+ s.async = true;
6
+ s.src = "https://ddwl4m2hdecbv.cloudfront.net/b/" + key + "/" + key + ".js.gz";
7
+ document.getElementsByTagName("script")[0].parentNode.insertBefore(s, document.getElementsByTagName("script")[0]);
8
+}("0NW1GHLY45O4");
mkdocs.yml
@@ -288,3 +288,4 @@ extra_javascript:
288
- https://cdn.octolane.com/tag.js?pk=c7c9b2b863bf7eaf4e2a # octolane for analytics
289
- _static/js/reo.js # reo analytics
290
- _static/js/commonroom.js # commonroom analytics
291
+ - _static/js/rb2b.js # rb2b analytics
0 commit comments