Add Chatwoot to documentation

See repo: https://github.com/chatwoot/chatwoot
This commit is contained in:
sabaimran
2024-12-08 16:51:43 -08:00
parent 6ed051d631
commit 66f59c8d41
2 changed files with 17 additions and 1 deletions

View File

@@ -37,6 +37,9 @@ const config = {
locales: ['en'],
},
// Add a widget for Chatwoot for live chat if users need help
clientModules: [require.resolve('./src/components/ChatwootWidget.js')],
presets: [
[
'classic',
@@ -69,7 +72,6 @@ const config = {
}),
],
],
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({