From af2f7cb015bbfeb70cb5f3227e0b507c80358165 Mon Sep 17 00:00:00 2001 From: Chenggang Wu Date: Mon, 15 Jul 2024 02:57:53 -0400 Subject: [PATCH] remove runllm widget (#770) --- docusaurus.config.js | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 0aafdb9ec95..8142dab7ec4 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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: { @@ -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, - }, - ], });