New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@inkeep/cxkit-docusaurus

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inkeep/cxkit-docusaurus

Docusaurus plugin for Inkeep Chat and Search components

  • 0.5.14
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

@inkeep/cxkit-docusaurus

A Docusaurus plugin that integrates Inkeep Chat Button and Search Bar components into your documentation site.

Installation

npm install @inkeep/cxkit-docusaurus
# or
yarn add @inkeep/cxkit-docusaurus
# or
pnpm add @inkeep/cxkit-docusaurus

Configuration

Add the plugin to your docusaurus.config.js:

const baseSettings = {
  apiKey: 'YOUR_API_KEY',
}
module.exports = {
  plugins: [
    [
      '@inkeep/cxkit-docusaurus',
      {
        ChatButton: {
          // Props for InkeepChatButton component
          baseSettings,
          modalSettings: {
            // Props for InkeepChatButton modal
            shortcutKey: null,
          },
        },
        SearchBar: {
          // Props for InkeepSearchBar component
          baseSettings,
        },
      },
    ],
  ],
}

Adding the component key to plugin options means enabling it, removing it means disabling it.

License

Inkeep, Inc. Customer License (IICL) v1.1

FAQs

Package last updated on 06 Mar 2025

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc