# docusaurus **Repository Path**: chatwoot/docusaurus ## Basic Information - **Project Name**: docusaurus - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-17 - **Last Updated**: 2025-09-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### @chatwoot/docusaurus-plugin This plugin enables Chatwoot in Docusaurus powered websites. #### Install the plugin 1. Add the plugin to your project. ``` yarn add @chatwoot/docusaurus-plugin ``` or ``` npm install @chatwoot/docusaurus-plugin --save ``` 2. Configure the plugin in `docusaurus.config.js` ```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 } } }; ```