Skip to content

Commit

Permalink
remove runllm widget (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
cw75 authored Jul 15, 2024
1 parent 7a9b277 commit af2f7cb
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,6 @@ const versions = require('./versions.json');
{
name: 'keywords',
content: 'Engineering Productivity, Open-Source Engineering, Open-Source Integration Tools, Data Integrates Platform, Open-Source Dev Platform, Open-Source Data Integrates, DevOps Tools Integrates, Open-Source DevOps Tools'
},
{
name: 'Content-Security-Policy',
content: "frame-src 'self' https://www.google.com/recaptcha/ https://www.google.com/;"
}
],
navbar: {
Expand Down Expand Up @@ -339,22 +335,4 @@ 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 af2f7cb

Please sign in to comment.