Skip to content

Commit c239b6e

Browse files
authored
Merge pull request LambdaTest#1203 from surishubham/stage
added script
2 parents ca20fcb + 19d660e commit c239b6e

File tree

3 files changed

+275
-9
lines changed

3 files changed

+275
-9
lines changed

docusaurus.config.js

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ module.exports = {
1111
projectName: 'Lambdatest', // Usually your repo name.
1212
clientModules: [
1313
require.resolve('./custom.js'),
14+
require.resolve('./salesforce_chatwidget.js'),
15+
require.resolve('./sf_chat.js'),
1416
],
1517

1618
plugins: [require.resolve("docusaurus-plugin-image-zoom")],
@@ -20,19 +22,19 @@ module.exports = {
2022
// src: 'https://www.lambdatest.com/resources/js/zohoscript.js',
2123
// defer: true,
2224
// },
23-
{
24-
src: 'https://staging.lambdatestinternal.com/resources/js/salesforce_chatwidget.js',
25-
defer: true,
26-
},
25+
// {
26+
// src: 'https://staging.lambdatestinternal.com/resources/js/salesforce_chatwidget.js',
27+
// defer: true,
28+
// },
2729
{
2830
src: 'https://staging.lambdatestinternal.com/resources/js/lambda_gtm.js',
2931
defer: true,
3032
},
31-
{
32-
src: 'https://staging.lambdatestinternal.com/resources/js/sf_chat.js',
33-
defer: true,
34-
onload: "sf_messaging()",
35-
},
33+
// {
34+
// src: 'https://staging.lambdatestinternal.com/resources/js/sf_chat.js',
35+
// defer: true,
36+
// onload: "sf_messaging()",
37+
// },
3638
// {
3739
// src: 'https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js',
3840
// defer: true,

0 commit comments

Comments
 (0)