We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b6dec commit 312ea51Copy full SHA for 312ea51
docusaurus.config.js
@@ -18,7 +18,16 @@ const config = {
18
onBrokenLinks: 'warn',
19
onBrokenMarkdownLinks: 'warn',
20
favicon: 'img/logo.png',
21
- plugins: [require.resolve("@easyops-cn/docusaurus-search-local")],
+ plugins: [
22
+ [
23
+ require.resolve("@easyops-cn/docusaurus-search-local"),
24
+ {
25
+ // Include `zh` to enable a custom tokenizer that splits on symbols
26
+ // like '.' so queries for `startswith` match `string.startswith`.
27
+ language: ["en", "zh"],
28
+ },
29
+ ],
30
31
32
// GitHub pages deployment config.
33
// If you aren't using GitHub pages, you don't need these.
0 commit comments