We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5db3e34 + 7c188fb commit 9700888Copy full SHA for 9700888
docs/docusaurus.config.ts
@@ -155,6 +155,23 @@ const config: Config = {
155
}),
156
],
157
158
+ scripts: [
159
+ {
160
+ id: "runllm-widget-script",
161
+ type: "module",
162
+ src: "https://cdn.jsdelivr.net/npm/@runllm/search-widget@stable/dist/run-llm-search-widget.es.js",
163
+ "runllm-server-address": "https://api.runllm.com",
164
+ "runllm-assistant-id": "132",
165
+ "runllm-position": "BOTTOM_RIGHT",
166
+ "runllm-keyboard-shortcut": "Mod+j",
167
+ version: "stable",
168
+ "runllm-preset": "docusaurus",
169
+ "runllm-slack-community-url": "",
170
+ "runllm-name": "DSPy",
171
+ "runllm-theme-color": "#005EEC",
172
+ async: true,
173
+ },
174
+ ],
175
};
176
177
export default config;
0 commit comments