You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@chatwoot/docusaurus-plugin

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chatwoot/docusaurus-plugin

Chatwoot plugin for docusaurus

1.0.1
latest
Source
npmnpm
Version published
Maintainers
3
Created
Source

@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
    }
  }
};

Keywords

docusaurus

FAQs

Package last updated on 24 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts