@gracefullight/docusaurus-plugin-channelio
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@gracefullight/docusaurus-plugin-channelio

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

Installation

You can install this plugin via pnpm:

pnpm add @gracefullight/docusaurus-plugin-channelio

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-channelio",
      { pluginKey: "YOUR_PLUGIN_KEY" },
    ],
  ],
};

You need to replace "YOUR_PLUGIN_KEY" with the key you received from channel.io.

Package Sidebar

Install

npm i @gracefullight/docusaurus-plugin-channelio

Weekly Downloads

7

Version

1.0.0

License

MIT

Unpacked Size

8.59 kB

Total Files

10

Last publish

Collaborators

  • gracefullight