@chatwoot/docusaurus-plugin
v1.0.1
Published
Chatwoot plugin for docusaurus
Downloads
459
Readme
@chatwoot/docusaurus-plugin
This plugin enables Chatwoot in Docusaurus powered websites.
Install the plugin
- Add the plugin to your project.
yarn add @chatwoot/docusaurus-plugin
or
npm install @chatwoot/docusaurus-plugin --save
- Configure the plugin in
docusaurus.config.js
// docusaurus.config.js
module.exports = {
plugins: ["@chatwoot/docusaurus-plugin"],
themeConfig: {
chatwoot: {
websiteToken: "Your website inbox token",
baseURL: "https://app.chatwoot.com", // optional
enableInDevelopment: false, // optional
}
}
};