Skip to content

Commit

Permalink
Added Zendesk chat bot (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon-White authored Jun 27, 2024
1 parent 7e37de5 commit 3d61169
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ const config = {
src: "/freeswitch/scripts/munchkin.js",
async: true,
},
{
src: "/freeswitch/scripts/zendesk.js",
async: true
}
],
stylesheets: ["/freeswitch/styles/bannerica.css?v=0.1.3"]
};
Expand Down
5 changes: 5 additions & 0 deletions static/scripts/zendesk.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
var script = document.createElement('script');
script.src = 'https://static.zdassets.com/ekr/snippet.js?key=2a274b5e-8f16-4575-b947-fdbe550525c0';
script.id = "ze-snippet";
script.async = true
document.head.appendChild(script);

0 comments on commit 3d61169

Please sign in to comment.