1.0.0 • Published 6 months ago

@gracefullight/docusaurus-plugin-intercom v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@gracefullight/docusaurus-plugin-intercom

This plugin provides an easy way to add intercom to your Docusaurus documentation website.

Installation

You can install this plugin via pnpm:

pnpm add @gracefullight/docusaurus-plugin-intercom

To use this plugin, you will need to configure it in your Docusaurus docusaurus.config.js file. You can add the following configuration to enable the plugin:

module.exports = {
  plugins: [
    [
      "@gracefullight/docusaurus-plugin-intercom",
      { appId: "YOUR_APP_ID" },
    ],
  ],
};

You need to replace "YOUR_APP_ID" with the key you received from Intercom.

1.0.0

6 months ago

0.1.1

11 months ago

0.1.0

1 year ago