Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@inkeep/docusaurus
Advanced tools
Install NPM package
npm install @inkeep/docusaurus
Add the code shown below to docusaurus.config
to connect the plugin to docusaurus:
For ChatButton component type:
themes: ["@inkeep/docusaurus/chatButton"],
For SearchBar component type:
themes: ["@inkeep/docusaurus/searchBar"],
Customize your widget's config (Example shown below):
//..
themeConfig: {
inkeepConfig: {
chatButtonType: 'RECTANGLE_SHORTCUT', // optional
baseSettings: {
apiKey: "apiKey", // required
integrationId: "integrationId", // required
organizationId: "organizationId", // required
primaryBrandColor: "#522FC9", // required -- your brand color, widget color scheme is derived from this
organizationDisplayName: "Inkeep", // optional
// ...optional settings
theme: {
stylesheetUrls: ['/path/to/stylesheets'], // optional
},
},
modalSettings: {
// optional settings
},
searchSettings: {
// optional settings
},
aiChatSettings: {
// optional settings
botAvatarSrcUrl: "img/logo.svg", // use your own bot avatar
quickQuestions: [
"Example question 1?",
"Example question 2?",
"Example question 3?",
],
},
}
},
cd path/to/docusaurus-widgets
shared/consts.js
update the WIDGET_VERSION
shared/consts.js
update the corresponding INTEGRITY_SHA
(go to https://unpkg.com/@inkeep/uikit-js@<WIDGET_VERSION>/dist/embed.js?meta)package.json
npm run build
npm pack
npm publish
FAQs
Install NPM package
We found that @inkeep/docusaurus demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.