
Product
Reachability for Ruby Now in Beta
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.
@inkeep/cxkit-docusaurus
Advanced tools
A Docusaurus plugin that integrates Inkeep Chat Button and Search Bar components into your documentation site.
npm install @inkeep/cxkit-docusaurus
# or
yarn add @inkeep/cxkit-docusaurus
# or
pnpm add @inkeep/cxkit-docusaurus
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.
Inkeep, Inc. Customer License (IICL) v1.1
FAQs
Docusaurus plugin for Inkeep Chat and Search components
We found that @inkeep/cxkit-docusaurus demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

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.

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.