Skip to content

Commit

Permalink
fix: doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Oct 7, 2022
1 parent 59b8886 commit 591cdc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/en/guide/search.md
Expand Up @@ -13,6 +13,8 @@ Of course, you can also turn off the full-text search function by following conf
import { defineConfig } from 'islandjs';

export default defineConfig({
search: false
themeConfig: {
search: false
}
});
```
4 changes: 3 additions & 1 deletion docs/zh/guide/search.md
Expand Up @@ -13,6 +13,8 @@ Island.js 默认主题内置了全文搜索功能,拥有如下特性:
import { defineConfig } from 'islandjs';

export default defineConfig({
search: false
themeConfig: {
search: false
}
});
```

1 comment on commit 591cdc2

@vercel
Copy link

@vercel vercel bot commented on 591cdc2 Oct 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.