JSPM

@gracefullight/docusaurus-plugin-intercom

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 69
  • Score
    100M100P100Q82050F
  • License MIT

Package Exports

  • @gracefullight/docusaurus-plugin-intercom
  • @gracefullight/docusaurus-plugin-intercom/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@gracefullight/docusaurus-plugin-intercom) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@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.