Skip to content

Commit 04428aa

Browse files
authored
Update docusaurus.config.js
1 parent c880a04 commit 04428aa

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docusaurus.config.js

+15-15
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const config = {
6262
],
6363

6464
plugins: [
65-
require.resolve("@chatwoot/docusaurus-plugin"),
65+
// require.resolve("@chatwoot/docusaurus-plugin"),
6666
require.resolve("docusaurus-plugin-image-zoom"),
6767
async function tailwindPlugin(context, options) {
6868
return {
@@ -256,20 +256,20 @@ const config = {
256256
prism: {
257257
additionalLanguages: ['bash']
258258
},
259-
chatwoot: {
260-
websiteToken: "fHNAVUAniYVj5DzwyRNxvxSC",
261-
baseURL: "https://app.chatwoot.com", // optional
262-
enableInDevelopment: false, // optional
263-
chatwootSettings: {
264-
hideMessageBubble: false,
265-
position: "right", // This can be left or right
266-
locale: "en", // Language to be set
267-
useBrowserLanguage: false, // Set widget language from user's browser
268-
darkMode: "auto", // [light, auto]
269-
type: "expanded_bubble",
270-
launcherTitle: "Need Help",
271-
},
272-
},
259+
// chatwoot: {
260+
// websiteToken: "fHNAVUAniYVj5DzwyRNxvxSC",
261+
// baseURL: "https://app.chatwoot.com", // optional
262+
// enableInDevelopment: false, // optional
263+
// chatwootSettings: {
264+
// hideMessageBubble: false,
265+
// position: "right", // This can be left or right
266+
// locale: "en", // Language to be set
267+
// useBrowserLanguage: false, // Set widget language from user's browser
268+
// darkMode: "auto", // [light, auto]
269+
// type: "expanded_bubble",
270+
// launcherTitle: "Need Help",
271+
// },
272+
// },
273273
algolia: {
274274
appId: '1PTIIXB1YZ',
275275
apiKey: '1693e450556e94deec27f9e7cd320d4c',

0 commit comments

Comments
 (0)