From 173203dcd72d609b107fea884fc9e4ec99145b84 Mon Sep 17 00:00:00 2001 From: Raj Gupta <150777419+Raj-G07@users.noreply.github.com> Date: Thu, 4 Sep 2025 14:32:42 +0530 Subject: [PATCH] Remove chat_bot_from_docs Signed-off-by: Raj Gupta <150777419+Raj-G07@users.noreply.github.com> --- docusaurus.config.js | 12 ++++++------ static/scripts/chat.js | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 89ca483a1..814068739 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -340,16 +340,16 @@ module.exports = { async: true, defer: true, }, - { + /*{ src: "/docs/scripts/chat.js", async: true, defer: true, }, - // { - // src: "/scripts/fullstory.js", - // async: true, - // defer: true, - // }, + { + src: "/scripts/fullstory.js", + async: true, + defer: true, + },*/ ], }; diff --git a/static/scripts/chat.js b/static/scripts/chat.js index a6b4bfbec..de8664a0e 100644 --- a/static/scripts/chat.js +++ b/static/scripts/chat.js @@ -1,8 +1,8 @@ -// hubspot.js +/*hubspot.js const script = document.createElement("script"); script.type = "text/javascript"; script.id = "hs-script-loader"; script.async = true; script.defer = true; script.src = "//js-na1.hs-scripts.com/43912677.js"; -document.head.appendChild(script); +document.head.appendChild(script)*/