This is an automated email from the ASF dual-hosted git repository.

hez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 719d025c5ed done (#764)
719d025c5ed is described below

commit 719d025c5ed85c01059bb5df3d5db84595b42d9b
Author: Chenggang Wu <[email protected]>
AuthorDate: Thu Jun 13 13:07:34 2024 -0700

    done (#764)
---
 docusaurus.config.js | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 8142dab7ec4..39522afcfc0 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -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,
+      },
+    ],
 });

Reply via email to