chore: use selfhosted-meilisearch as docs search engine (#357)

使用自建的 Meilisearch 作为文档搜索引擎,代替 Algolia。

/kind improvement

```release-note
None
```
This commit is contained in:
Ryan Wang
2024-05-28 11:12:58 +08:00
committed by GitHub
parent 23a1936cbb
commit b4e637b4b0
4 changed files with 82 additions and 6 deletions

View File

@@ -193,12 +193,6 @@ const config = {
darkTheme: darkCodeTheme,
additionalLanguages: ["java"],
},
algolia: {
apiKey: "739f2a55c6d13d93af146c22a4885669",
indexName: "docs",
contextualSearch: true,
appId: "OG53LY1OQH",
},
zoom: {
selector: ".markdown :not(a) > img",
},