We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2ba8d commit 6db8008Copy full SHA for 6db8008
1 file changed
.vitepress/config.mts
@@ -10,7 +10,27 @@ export default defineConfig({
10
sitemap: { hostname: "https://vectorlex.github.io/" },
11
themeConfig: {
12
search: {
13
- provider: "local"
+ provider: "local",
14
+ options: {
15
+ locales: {
16
+ zh: {
17
+ translations: {
18
+ button: {
19
+ buttonText: "搜索文档",
20
+ buttonAriaLabel: "搜索文档"
21
+ },
22
+ modal: {
23
+ noResultsText: "无法找到相关结果",
24
+ resetButtonTitle: "清除查询条件",
25
+ footer: {
26
+ selectText: "选择",
27
+ navigateText: "切换"
28
29
30
31
32
33
34
},
35
36
nav: [
0 commit comments