Skip to content

Commit 7588de9

Browse files
committed
Revert "dify test"
This reverts commit a80ddd6.
1 parent 198035d commit 7588de9

2 files changed

Lines changed: 0 additions & 28 deletions

File tree

docusaurus.config.ts

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -56,25 +56,6 @@ const config: Config = {
5656
mermaid: true,
5757
},
5858

59-
scripts: [
60-
{
61-
innerHTML: `
62-
window.difyChatbotConfig = {
63-
token: 'wairWlveaRXYYqb5',
64-
systemVariables: {
65-
// user_id: 'YOU CAN DEFINE USER ID HERE',
66-
// conversation_id: 'YOU CAN DEFINE CONVERSATION ID HERE, IT MUST BE A VALID UUID',
67-
},
68-
}
69-
`,
70-
},
71-
{
72-
src: 'https://udify.app/embed.min.js',
73-
id: 'wairWlveaRXYYqb5',
74-
defer: true,
75-
},
76-
],
77-
7859
plugins: [
7960
[
8061
"posthog-docusaurus",

src/css/custom.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,3 @@
2828
--ifm-color-primary-lightest: #4fddbf;
2929
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
3030
}
31-
32-
/* Dify Chatbot Styles */
33-
#dify-chatbot-bubble-button {
34-
background-color: #1C64F2 !important;
35-
}
36-
#dify-chatbot-bubble-window {
37-
width: 24rem !important;
38-
height: 40rem !important;
39-
}

0 commit comments

Comments
 (0)