Skip to content

Commit 3a61173

Browse files
committed
remove mendable
1 parent 55286f3 commit 3a61173

5 files changed

Lines changed: 6 additions & 78 deletions

File tree

docusaurus.config.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ const config: Config = {
88
title: "Open LLM Vtuber",
99
tagline: "与你的专属 Live2D AI 虚拟伴侣进行实时语音互动",
1010
customFields: {
11-
mendableAnonKey: "e9107444-aa01-467d-8ad2-f19b9dff4f83",
1211
thirdline: "支持所有主流大语言模型,跨平台运行",
13-
showcaseImages: ["img/i1.jpg", "img/i2.jpg", "img/i3.jpg", "img/i4.jpg"],
12+
showcaseImages: [
13+
'img/i1.jpg',
14+
'img/i2.jpg',
15+
'img/i3.jpg',
16+
'img/i4.jpg',
17+
],
1418
},
1519
favicon: "img/favicon.ico",
1620

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"@docusaurus/preset-classic": "^3.7.0",
2020
"@docusaurus/theme-mermaid": "^3.7.0",
2121
"@docusaurus/theme-search-algolia": "^3.7.0",
22-
"@mendable/search": "^0.0.206",
2322
"clsx": "^2.0.0",
2423
"posthog-docusaurus": "^2.0.4",
2524
"prism-react-renderer": "^2.3.0",

src/css/custom.css

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,3 @@
2828
--ifm-color-primary-lightest: #4fddbf;
2929
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
3030
}
31-
32-
/* Reduce width on mobile for Mendable Search */
33-
@media (max-width: 767px) {
34-
.mendable-search {
35-
width: 200px;
36-
}
37-
}
38-
39-
@media (max-width: 500px) {
40-
.mendable-search {
41-
width: 150px;
42-
}
43-
}
44-
45-
@media (max-width: 380px) {
46-
.mendable-search {
47-
width: 140px;
48-
}
49-
}

src/theme/Footer/index.tsx

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/theme/SearchBar.tsx

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)