Skip to content

Commit

Permalink
[docs] crisp chat for kapa.ai integration (ray-project#34782)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpumperla authored and architkulkarni committed May 16, 2023
1 parent d71393c commit 004bd6b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 3 additions & 1 deletion doc/source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -638,4 +638,6 @@ padding: 20px;
font-weight: 500;
}


.ratd-widget {
right: 100px !important;
}
12 changes: 11 additions & 1 deletion doc/source/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@
gtag('config', 'UA-110413294-1');
</script>

<script type="text/javascript">
window.$crisp=[];window.CRISP_WEBSITE_ID="9a87149d-4046-4c48-a929-456a03b12eb7";
(function(){
d=document;
s=d.createElement("script");
s.src="https://client.crisp.chat/l.js";
s.async=1;
d.getElementsByTagName("head")[0].appendChild(s);
})();
</script>

<script>
(function(apiKey){
(function(p,e,n,d,o){var v,w,x,y,z;o=p[d]=p[d]||{};o._q=o._q||[];
Expand All @@ -34,6 +45,5 @@
})('f89fa48a-6dd7-4d7c-67cf-a8051ed891f2');
</script>


{% endblock %}

0 comments on commit 004bd6b

Please sign in to comment.