Skip to content

Commit

Permalink
i18n(zh-cn): Update site-search.mdx (#2604)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nin3lee authored Nov 15, 2024
1 parent a4a9667 commit 7f6fd54
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/src/content/docs/zh-cn/guides/site-search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,15 @@ title: 部分索引的页面

像这样更新配置后,你站点上的搜索栏将会打开一个 Algolia 的模态框而不是默认的搜索模态框。

#### DocSearch 配置

Starlight DocSearch 插件还支持通过下面这些附加的选项来自定义 DocSearch 组件:

- `maxResultsPerGroup`:限制每个搜索组所显示的结果数。默认值为 `5`
- `disableUserPersonalization`:阻止 DocSearch 将用户的最近搜索和收藏夹保存到本地存储。默认值为 `false`
- `insights`:启用 Algolia Insights 插件并将搜索事件发送到你的 DocSearch 索引。默认值为 `false`
- `searchParameters`:一个可用于自定义 [Algolia 搜索参数](https://www.algolia.com/doc/api-reference/search-api-parameters/)的对象。

#### 翻译 DocSearch UI

DocSearch 默认只提供了英语 UI 文本。
Expand Down

0 comments on commit 7f6fd54

Please sign in to comment.