Skip to content

Commit

Permalink
docs: disable AI button for now
Browse files Browse the repository at this point in the history
Blocks some content especially on mobile
  • Loading branch information
shadaj committed Feb 3, 2025
1 parent be4b6e3 commit 2fc071e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,20 +231,20 @@ const config = {
},
}),
scripts: [
{
id: "runllm-widget-script",
type: "module",
src: "https://widget.runllm.com",
"runllm-server-address": "https://api.runllm.com",
"runllm-assistant-id": "136",
"runllm-position": "BOTTOM_RIGHT",
"runllm-keyboard-shortcut": "Mod+j",
"runllm-preset": "docusaurus",
"runllm-slack-community-url": "",
"runllm-name": "Hydro",
"runllm-theme-color": "#005EEC",
async: true,
},
// {
// id: "runllm-widget-script",
// type: "module",
// src: "https://widget.runllm.com",
// "runllm-server-address": "https://api.runllm.com",
// "runllm-assistant-id": "136",
// "runllm-position": "BOTTOM_RIGHT",
// "runllm-keyboard-shortcut": "Mod+j",
// "runllm-preset": "docusaurus",
// "runllm-slack-community-url": "",
// "runllm-name": "Hydro",
// "runllm-theme-color": "#005EEC",
// async: true,
// },
],
};

Expand Down

0 comments on commit 2fc071e

Please sign in to comment.