Skip to content

Commit

Permalink
done (apache#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
cw75 committed Jun 13, 2024
1 parent 48cb76f commit 719d025
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,4 +335,22 @@ const versions = require('./versions.json');
}),
],
],

scripts: [
{
id: "runllm-widget-script",
type: "module",
src: "https://cdn.jsdelivr.net/npm/@runllm/search-widget@stable/dist/run-llm-search-widget.es.js",
"runllm-server-address": "https://api.runllm.com",
"runllm-assistant-id": "157",
"runllm-position": "BOTTOM_RIGHT",
"runllm-keyboard-shortcut": "Mod+j",
version: "stable",
"runllm-preset": "docusaurus",
"runllm-slack-community-url": "https://join.slack.com/t/devlake-io/shared_invite/zt-20envwfbk-JUTZ4z9jSeRnrvNhBFLg9w",
"runllm-name": "Apache DevLake",
"runllm-theme-color": "#005EEC",
async: true,
},
],
});

0 comments on commit 719d025

Please sign in to comment.